diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-07 05:55:38 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-07 05:55:38 +0000 |
commit | 981d243f36cf8263bb79276c2781513d1b08c993 (patch) | |
tree | 140572a5514fccf403407ce14fa4aaf5a6b26c62 /net-news | |
parent | Initial import thanks to Laurence Withers <lwithers@users.sf.net> in bug #61422 (diff) | |
download | historical-981d243f36cf8263bb79276c2781513d1b08c993.tar.gz historical-981d243f36cf8263bb79276c2781513d1b08c993.tar.bz2 historical-981d243f36cf8263bb79276c2781513d1b08c993.zip |
Removed berkdb support as it horribly fails.
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/inn/Manifest | 10 | ||||
-rw-r--r-- | net-news/inn/inn-2.4.1.ebuild | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-news/inn/Manifest b/net-news/inn/Manifest index b22354d6315c..89cc23492dfb 100644 --- a/net-news/inn/Manifest +++ b/net-news/inn/Manifest @@ -3,15 +3,15 @@ Hash: SHA1 MD5 7f0a5609c704120c46645852260306f2 ChangeLog 1624 MD5 65664ec8b14d6dc3eeb7e5cc82df7c9c inn-2.3.5.ebuild 3253 +MD5 f2797acdbe6c0013e16e25085b79c92b inn-2.4.1.ebuild 7329 MD5 d4764f5c17f5e0b416f7ddf271c77d71 metadata.xml 161 -MD5 4494233198f1d0e424e8160b62344a54 inn-2.4.1.ebuild 7398 MD5 ce3c00651e354a874cc9c60ae4f0255e files/digest-inn-2.3.5 128 -MD5 9e7c2242ff26084942ee02bb19eb3f95 files/innd 437 MD5 f31130931b3d55b9a8a2c89560c09199 files/digest-inn-2.4.1 62 +MD5 9e7c2242ff26084942ee02bb19eb3f95 files/innd 437 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBPTyyI1lqEGTUzyQRAkqdAJwNZ9PTGLr0IWJE+NEKEjYrFt6qRQCgmf7T -GBHxqBUdG1wTE643YrkJK6s= -=rZEz +iD8DBQFBPU1hI1lqEGTUzyQRAin7AJ4+5W+kJGEhVCbItaEg3v90uzOsLQCfQSz8 +1orlhkYi7NygNHPtMGPQTLo= +=0Pjy -----END PGP SIGNATURE----- diff --git a/net-news/inn/inn-2.4.1.ebuild b/net-news/inn/inn-2.4.1.ebuild index ab3e35325581..789db345b462 100644 --- a/net-news/inn/inn-2.4.1.ebuild +++ b/net-news/inn/inn-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/inn/inn-2.4.1.ebuild,v 1.2 2004/09/07 04:43:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/inn/inn-2.4.1.ebuild,v 1.3 2004/09/07 05:54:12 swegener Exp $ inherit fixheadtails ssl-cert @@ -10,12 +10,11 @@ SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz" SLOT="0" LICENSE="as-is BSD" KEYWORDS="~x86" -IUSE="ipv6 berkdb kerberos sasl ssl perl python tcltk" +IUSE="ipv6 kerberos sasl ssl perl python tcltk" RDEPEND="virtual/mta kerberos? ( virtual/krb5 ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - berkdb? ( =sys-libs/db-3*) ssl? ( dev-libs/openssl ) perl? ( dev-lang/perl ) python? ( dev-lang/python ) @@ -68,7 +67,6 @@ src_compile() { $(use_with kerberos kerberos /usr) \ $(use_with sasl) \ $(use_with ssl openssl) \ - $(use_with berkdb berkeleydb) \ $(use_enable ipv6) \ || die "econf failed" emake -j1 P="" || die "emake failed" |