diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-05-15 13:09:05 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-05-15 13:09:05 +0000 |
commit | 799df2323293294308637781ab17a2fea5f1414e (patch) | |
tree | 5dd13088ac800b4af7ec53e06d4c9011b8037fd5 /net-dns | |
parent | antlr now inherits java-utils so the error message when a jre is set as the s... (diff) | |
download | gentoo-2-799df2323293294308637781ab17a2fea5f1414e.tar.gz gentoo-2-799df2323293294308637781ab17a2fea5f1414e.tar.bz2 gentoo-2-799df2323293294308637781ab17a2fea5f1414e.zip |
* unneccessary deps removed, as suggested by phreak
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.6-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.6.ebuild | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.3.2.ebuild | 6 |
5 files changed, 14 insertions, 17 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 9dff35bc504d..3768470516e7 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/bind # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.111 2006/04/25 02:25:08 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.112 2006/05/15 13:09:05 voxus Exp $ + + 15 May 2006; Konstantin Arkhipov <voxus@gentoo.org> -bind-9.2.5-r4.ebuild, + -bind-9.2.5-r6.ebuild, bind-9.2.6.ebuild, bind-9.2.6-r1.ebuild, + bind-9.3.2.ebuild, bind-9.3.2-r1.ebuild: + Dropped unneeded deps as suggested by phreak, cleaned out 9.2.5 ebuilds. 25 Apr 2006; Thomas Cort <tcort@gentoo.org> bind-9.2.6.ebuild, bind-9.3.2.ebuild: diff --git a/net-dns/bind/bind-9.2.6-r1.ebuild b/net-dns/bind/bind-9.2.6-r1.ebuild index ba886c8f84a1..9d3918ca6227 100644 --- a/net-dns/bind/bind-9.2.6-r1.ebuild +++ b/net-dns/bind/bind-9.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r1.ebuild,v 1.2 2006/05/02 22:29:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r1.ebuild,v 1.3 2006/05/15 13:09:05 voxus Exp $ inherit eutils libtool @@ -17,9 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux idn threads" -DEPEND="sys-apps/groff - sys-devel/autoconf - ssl? ( >=dev-libs/openssl-0.9.6g ) +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) bind-mysql? ( >=dev-db/mysql-4 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) diff --git a/net-dns/bind/bind-9.2.6.ebuild b/net-dns/bind/bind-9.2.6.ebuild index 5932720f0653..8d4ecd337023 100644 --- a/net-dns/bind/bind-9.2.6.ebuild +++ b/net-dns/bind/bind-9.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6.ebuild,v 1.11 2006/04/25 02:25:08 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6.ebuild,v 1.12 2006/05/15 13:09:05 voxus Exp $ inherit eutils libtool @@ -17,9 +17,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux idn threads" -DEPEND="sys-apps/groff - sys-devel/autoconf - ssl? ( >=dev-libs/openssl-0.9.6g ) +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) bind-mysql? ( >=dev-db/mysql-4 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) diff --git a/net-dns/bind/bind-9.3.2-r1.ebuild b/net-dns/bind/bind-9.3.2-r1.ebuild index 8ec6aa42a610..df21db4cd666 100644 --- a/net-dns/bind/bind-9.3.2-r1.ebuild +++ b/net-dns/bind/bind-9.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r1.ebuild,v 1.2 2006/05/02 22:29:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r1.ebuild,v 1.3 2006/05/15 13:09:05 voxus Exp $ inherit eutils libtool @@ -18,9 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads" -DEPEND="sys-apps/groff - sys-devel/autoconf - ssl? ( >=dev-libs/openssl-0.9.6g ) +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap )" diff --git a/net-dns/bind/bind-9.3.2.ebuild b/net-dns/bind/bind-9.3.2.ebuild index 2e5815d00605..fa86e1752e99 100644 --- a/net-dns/bind/bind-9.3.2.ebuild +++ b/net-dns/bind/bind-9.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2.ebuild,v 1.11 2006/04/25 02:25:08 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2.ebuild,v 1.12 2006/05/15 13:09:05 voxus Exp $ inherit eutils libtool @@ -18,9 +18,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads" -DEPEND="sys-apps/groff - sys-devel/autoconf - ssl? ( >=dev-libs/openssl-0.9.6g ) +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap )" |