diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-12-31 09:29:16 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-12-31 09:29:16 +0000 |
commit | 5516f9b08f08f00c7c84619828c8c0d41c008786 (patch) | |
tree | 113950e1b1e067261a11966f7dfca757b5df4835 /net-mail | |
parent | Version bump, also install perl-modules into vendor-dir (#295170) (diff) | |
download | gentoo-2-5516f9b08f08f00c7c84619828c8c0d41c008786.tar.gz gentoo-2-5516f9b08f08f00c7c84619828c8c0d41c008786.tar.bz2 gentoo-2-5516f9b08f08f00c7c84619828c8c0d41c008786.zip |
Cleanup, Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.3.16.ebuild (renamed from net-mail/cyrus-imapd/cyrus-imapd-2.3.14.ebuild) | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 57f602878914..96b51be41a28 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.154 2009/12/27 09:36:56 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.155 2009/12/31 09:29:16 dertobi123 Exp $ + +*cyrus-imapd-2.3.16 (31 Dec 2009) + + 31 Dec 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -cyrus-imapd-2.3.14.ebuild, +cyrus-imapd-2.3.16.ebuild: + Cleanup, Version bump 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> cyrus-imapd-2.3.14-r3.ebuild: diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.3.14.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.3.16.ebuild index 03d82d8e0653..794d016b0cea 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.3.14.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.3.16.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.14.ebuild,v 1.7 2009/11/15 19:30:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.16.ebuild,v 1.1 2009/12/31 09:29:16 dertobi123 Exp $ EAPI=1 -inherit autotools eutils ssl-cert fixheadtails pam multilib +inherit autotools db-use eutils flag-o-matic ssl-cert fixheadtails pam multilib MY_P=${P/_/} @@ -15,7 +15,7 @@ LIBWRAP_PATCH_VER="2.2" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="idled kerberos nntp pam replication +sieve snmp ssl tcpd" PROVIDE="virtual/imapd" @@ -121,12 +121,16 @@ src_unpack() { -e "s:master:cyrusmaster:g" \ man/cyrusmaster.8 || die "sed failed" + # Remove unwanted m4 files + rm "cmulocal/ax_path_bdb.m4" || die "Failed to remove cmulocal/ax_path_bdb.m4" + # Recreate configure. WANT_AUTOCONF="2.5" AT_M4DIR="cmulocal" eautoreconf # When linking with rpm, you need to link with more libraries. sed -i -e "s:lrpm:lrpm -lrpmio -lrpmdb:" configure || die "sed failed" + } src_compile() { @@ -154,6 +158,7 @@ src_compile() { --with-cyrus-group=mail \ --with-com_err=yes \ --without-perl \ + --with-bdb=$(db_libname) \ ${myconf} || die "econf failed" # needed for parallel make. Bug #72352. |