summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-09-07 04:44:27 +0000
committerSven Wegener <swegener@gentoo.org>2004-09-07 04:44:27 +0000
commit1430b9e0b5c677163b8b96fee867dedb3a78a4c8 (patch)
treea86c3694c6269ebab80a6bf02ff6f5336a8b9e30 /net-news/inn
parentVersion bump, package.mask'ed for testing, please report bugs to bug #29020. ... (diff)
downloadgentoo-2-1430b9e0b5c677163b8b96fee867dedb3a78a4c8.tar.gz
gentoo-2-1430b9e0b5c677163b8b96fee867dedb3a78a4c8.tar.bz2
gentoo-2-1430b9e0b5c677163b8b96fee867dedb3a78a4c8.zip
Support for USE=berkdb
Diffstat (limited to 'net-news/inn')
-rw-r--r--net-news/inn/Manifest12
-rw-r--r--net-news/inn/inn-2.4.1.ebuild10
2 files changed, 8 insertions, 14 deletions
diff --git a/net-news/inn/Manifest b/net-news/inn/Manifest
index 9e9ffb6cfd6b..c4e8b45755cd 100644
--- a/net-news/inn/Manifest
+++ b/net-news/inn/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 7f0a5609c704120c46645852260306f2 ChangeLog 1624
MD5 65664ec8b14d6dc3eeb7e5cc82df7c9c inn-2.3.5.ebuild 3253
MD5 d4764f5c17f5e0b416f7ddf271c77d71 metadata.xml 161
-MD5 8b70a2b1eb912c7a7ce86efc6d0826c6 inn-2.4.1.ebuild 7313
+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
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBPTN/I1lqEGTUzyQRAkA1AJ4qFaId0ULMC0+8OBMe+R/tbqam/gCfYkeM
-l9hy33B/6wHKJWctNH5Vx6k=
-=Od1U
------END PGP SIGNATURE-----
diff --git a/net-news/inn/inn-2.4.1.ebuild b/net-news/inn/inn-2.4.1.ebuild
index 6553f8cc274c..ab3e35325581 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.1 2004/09/07 04:05:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/inn/inn-2.4.1.ebuild,v 1.2 2004/09/07 04:43:33 swegener Exp $
inherit fixheadtails ssl-cert
@@ -10,15 +10,18 @@ SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz"
SLOT="0"
LICENSE="as-is BSD"
KEYWORDS="~x86"
-IUSE="ipv6 kerberos sasl ssl perl python tcltk"
+IUSE="ipv6 berkdb 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 )
- tcltk? ( dev-lang/tcl )"
+ tcltk? ( dev-lang/tcl )
+ app-arch/gzip"
+
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.13
sys-devel/libtool"
@@ -65,6 +68,7 @@ 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"