summaryrefslogtreecommitdiff
path: root/dev-libs/libcitadel
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcitadel')
-rw-r--r--dev-libs/libcitadel/ChangeLog62
-rw-r--r--dev-libs/libcitadel/Manifest1
-rw-r--r--dev-libs/libcitadel/libcitadel-8.04.ebuild30
-rw-r--r--dev-libs/libcitadel/metadata.xml17
4 files changed, 110 insertions, 0 deletions
diff --git a/dev-libs/libcitadel/ChangeLog b/dev-libs/libcitadel/ChangeLog
new file mode 100644
index 00000000..89308e90
--- /dev/null
+++ b/dev-libs/libcitadel/ChangeLog
@@ -0,0 +1,62 @@
+# ChangeLog for dev-libs/libcitadel
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libcitadel-8.04 (19 Feb 2012)
+
+ 19 Feb 2012; the_mgt themgt@uncensored.citadel.org -libcitadel-7.86.ebuild,
+ +libcitadel-8.04.ebuild:
+ Version bump to 8.04, EAPI=4 and minor improvements. Thanks to floppym and
+ hasufell.
+
+ 21 Apr 2011; the_mgt themgt@mail.ru libcitadel-7.86.ebuild:
+ Fixed a typo in replace-flags: Used zero instead of O for -O3 filtering
+
+ 21 Apr 2011; the_mgt themgt@mail.ru -libcitadel-7.85.ebuild,
+ +libcitadel-7.86.ebuild:
+ Version bump due to fresh release of whole Citadel suite
+
+ 17 Mar 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
+ libcitadel-7.85.ebuild:
+ Remove newline which confuses repoman.
+
+ 29 Jan 2011; the_mgt the_mgt themgt@mail.ru -libcitadel-7.84.ebuild,
+ +libcitadel-7.85.ebuild:
+ Version Bump, added flag filtering for -O3, since it also contains -finline-functions. Waiting for upstream fix.
+
+ 20 Dec 2010; the_mgt themgt@mail.ru -libcitadel-7.83.ebuild,
+ +libcitadel-7.84.ebuild:
+ Late version bump to most recent version of Citadel suite packages
+
+ 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ libcitadel-7.83.ebuild:
+ Replace spaces with tab
+
+ 10 Aug 2010; the_mgt (the_mgt) <themgt@mail.ru> libcitadel-7.83.ebuild:
+ Re-added the install phase so the files compiled by this ebuild do really
+ get installed...
+
+ 03 Aug 2010; the_mgt (the_mgt) <themgt@mail.ru> -libcitadel-7.81.ebuild,
+ +libcitadel-7.83.ebuild:
+ Version bump by renaming the libcitadel ebuild
+
+ 22 Jul 2010; the_mgt (the_mgt) <themgt@mail.ru> -libcitadel-7.72.ebuild,
+ +libcitadel-7.81.ebuild:
+ Version bump to 7.81, added flag-o-matic filter for -finline-functions
+
+ 21 Feb 2010; the_mgt themgt@mail.ru -libcitadel-7.71.ebuild,
+ +libcitadel-7.72.ebuild:
+ Version bump for libcitadel, bugfix/maintenance update
+
+ 08 Feb 2010; the_mgt themgt@mail.ru -libcitadel-7.66.ebuild,
+ +libcitadel-7.71.ebuild:
+ Version bump for libcitadel to current 7.71 version
+
+ 04 Oct 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -libcitadel-7.63.ebuild, metadata.xml:
+ Nuke old version, fix metadata.xml and Changelog
+
+ 04 Oct 2009; the_mgt themgt@mail.ru +libcitadel-7.63.ebuild,
+ +libcitadel-7.66.ebuild, +metadata.xml:
+ New Ebuild for bug 286323, blocking bug 62119 and 123139. Thanks for the
+ reviews and help to the people of #gentoo-sunrise
diff --git a/dev-libs/libcitadel/Manifest b/dev-libs/libcitadel/Manifest
new file mode 100644
index 00000000..05c22c16
--- /dev/null
+++ b/dev-libs/libcitadel/Manifest
@@ -0,0 +1 @@
+DIST libcitadel-8.04.tar.gz 578398 SHA256 a8ceff160ed6b7ea5a22e245a98966be305230ddd83d3552d30c4334a410c14b
diff --git a/dev-libs/libcitadel/libcitadel-8.04.ebuild b/dev-libs/libcitadel/libcitadel-8.04.ebuild
new file mode 100644
index 00000000..09d55dbf
--- /dev/null
+++ b/dev-libs/libcitadel/libcitadel-8.04.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit flag-o-matic
+
+DESCRIPTION="Code shared across all the components of a Citadel system"
+HOMEPAGE="http://citadel.org/"
+SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/expat
+ dev-libs/libical
+ net-misc/curl
+ mail-filter/libsieve
+ sys-libs/db
+ sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ filter-flags -finline-functions
+ replace-flags -O3 -O2
+ default
+}
diff --git a/dev-libs/libcitadel/metadata.xml b/dev-libs/libcitadel/metadata.xml
new file mode 100644
index 00000000..29db3a8d
--- /dev/null
+++ b/dev-libs/libcitadel/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+ <longdescription>libcitadel contains code which is shared across all
+ the components which make up the Citadel system. It is needed
+ by mail-mta/citadel and www-servers/webcit
+ </longdescription>
+ <upstream>
+ <maintainer>
+ <email>IGnatiusTFoobar@uncensored.citadel.org</email>
+ <name>IGnatius T Foobar</name>
+ </maintainer>
+ <doc>http://www.citadel.org/doku.php/doku.php?id=documentation:start</doc>
+ <bugs-to>http://bugzilla.citadel.org/</bugs-to>
+ </upstream>
+</pkgmetadata>