diff options
author | Tuan Van <langthang@gentoo.org> | 2006-01-10 20:34:45 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2006-01-10 20:34:45 +0000 |
commit | 2a0c8e7dcc71e47242190c3fa30c190a1659bbf5 (patch) | |
tree | e1caddd051c54c43a443b9e47946ecf4c294fc69 /net-mail/cyrus-imap-admin | |
parent | new testing release. (diff) | |
download | historical-2a0c8e7dcc71e47242190c3fa30c190a1659bbf5.tar.gz historical-2a0c8e7dcc71e47242190c3fa30c190a1659bbf5.tar.bz2 historical-2a0c8e7dcc71e47242190c3fa30c190a1659bbf5.zip |
new testing release
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-mail/cyrus-imap-admin')
-rw-r--r-- | net-mail/cyrus-imap-admin/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/cyrus-imap-admin/Manifest | 10 | ||||
-rw-r--r-- | net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.1.ebuild | 79 | ||||
-rw-r--r-- | net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.3.1 | 1 |
4 files changed, 98 insertions, 2 deletions
diff --git a/net-mail/cyrus-imap-admin/ChangeLog b/net-mail/cyrus-imap-admin/ChangeLog index d310e83c0e9d..4f7fc73c1e56 100644 --- a/net-mail/cyrus-imap-admin/ChangeLog +++ b/net-mail/cyrus-imap-admin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/cyrus-imap-admin -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.40 2005/11/28 13:09:36 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.41 2006/01/10 20:34:45 langthang Exp $ + +*cyrus-imap-admin-2.3.1 (09 Jan 2006) + + 09 Jan 2006; Tuấn Văn <langthang@gentoo.org> + +cyrus-imap-admin-2.3.1.ebuild: + New testing release. 28 Nov 2005; <mcumming@gentoo.org> cyrus-imap-admin-2.2.10.ebuild, cyrus-imap-admin-2.2.12.ebuild: diff --git a/net-mail/cyrus-imap-admin/Manifest b/net-mail/cyrus-imap-admin/Manifest index 8d486a375006..3ee7ca5b50fe 100644 --- a/net-mail/cyrus-imap-admin/Manifest +++ b/net-mail/cyrus-imap-admin/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 bafa99bab2264172d75e1e9219cd454d ChangeLog 6156 MD5 4e849da55bb77ace50565fad72f2621f cyrus-imap-admin-2.2.10.ebuild 2033 MD5 a378d114b78c41566ba7e951bd4b03d3 cyrus-imap-admin-2.2.12.ebuild 2069 @@ -8,3 +11,10 @@ MD5 5a1c49cf6018aa400e8836ee03238140 files/digest-cyrus-imap-admin-2.2.10 71 MD5 28d9bdef56c61af75a28f8ae2ea2b5c7 files/digest-cyrus-imap-admin-2.2.12 71 MD5 0b3de6cdb50c6422f35588a9f8a5c5dc files/digest-cyrus-imap-admin-2.3.1 70 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDxBp55FrxP71izLARAnxEAKC9qFHmZDHS77+ZnaB+wLGuo43IcACgrYmd +GVPONx7c3Q6zZG9jwyqHe7o= +=irIG +-----END PGP SIGNATURE----- diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.1.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.1.ebuild new file mode 100644 index 000000000000..47602378e052 --- /dev/null +++ b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.1.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.1.ebuild,v 1.1 2006/01/10 20:34:45 langthang Exp $ + +inherit perl-app eutils gnuconfig + +PIC_PATCH_VER="2.2.10" +DESCRIPTION="Utilities and Perl modules to administer a Cyrus IMAP server." +HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" +SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~hppa ~ppc64" +IUSE="ssl kerberos" + +RDEPEND=">=sys-libs/db-3.2 + >=dev-lang/perl-5.6.1 + >=dev-libs/cyrus-sasl-2.1.13 + dev-perl/Term-ReadLine-Perl + dev-perl/TermReadKey + ssl? ( >=dev-libs/openssl-0.9.6 ) + kerberos? ( virtual/krb5 )" + +DEPEND="$RDEPEND + sys-devel/libtool + >=sys-devel/autoconf-2.58 + sys-devel/automake + >=sys-apps/sed-4" + +S="${WORKDIR}/cyrus-imapd-${PV}" + +src_unpack() { + unpack ${A} && cd "${S}" + + # DB4 detection and versioned symbols. + #epatch "${FILESDIR}/cyrus-imapd-${PV}-db4.patch" + epatch ${FILESDIR}/${PN}-${PIC_PATCH_VER}-fPIC.patch + + # Recreate configure. + export WANT_AUTOCONF="2.5" + gnuconfig_update || die "gnuconfig_update failed." + ebegin "Recreating configure" + rm -rf configure config.h.in autom4te.cache + sh SMakefile &>/dev/null || die "SMakefile failed" + eend $? + + # When linking with rpm, you need to link with more libraries. + sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" -i configure || die "sed failed" + +} + +src_compile() { + # gnuconfig_update + + local myconf + myconf="${myconf} `use_with ssl openssl`" + myconf="${myconf} `use_with kerberos gssapi`" + + econf \ + --disable-server \ + --enable-murder \ + --enable-listext \ + --enable-netscapehack \ + --with-cyrus-group=mail \ + --with-com_err=yes \ + --with-auth=unix \ + --with-perl=/usr/bin/perl \ + --enable-cyradm \ + ${myconf} || die "econf failed" + + emake -C "${S}/lib" all || die "compile problem" + emake -C "${S}/perl" all || die "compile problem" +} + +src_install () { + make -C "${S}/perl" DESTDIR="${D}" install || die "install problem" + fixlocalpod # bug #98122 +} diff --git a/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.3.1 b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.3.1 new file mode 100644 index 000000000000..736ff1ce4b6d --- /dev/null +++ b/net-mail/cyrus-imap-admin/files/digest-cyrus-imap-admin-2.3.1 @@ -0,0 +1 @@ +MD5 cde15876d5c953bba9ad9f7811aff695 cyrus-imapd-2.3.1.tar.gz 2212999 |