diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 09:21:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 09:21:10 +0000 |
commit | 362a8b2c4be52539dab3e3636c2168d1e0e91907 (patch) | |
tree | 321ad8401d43d4d4737a9a29aec6e82d40ca0ea7 /net-dns/bind | |
parent | stable amd64 (diff) | |
download | gentoo-2-362a8b2c4be52539dab3e3636c2168d1e0e91907.tar.gz gentoo-2-362a8b2c4be52539dab3e3636c2168d1e0e91907.tar.bz2 gentoo-2-362a8b2c4be52539dab3e3636c2168d1e0e91907.zip |
arm/ia64/s390 love #87902
(Portage version: 2.0.51.20)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.2.5-r2.ebuild | 17 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.5.ebuild | 19 | ||||
-rw-r--r-- | net-dns/bind/bind-9.3.1-r1.ebuild | 16 |
3 files changed, 16 insertions, 36 deletions
diff --git a/net-dns/bind/bind-9.2.5-r2.ebuild b/net-dns/bind/bind-9.2.5-r2.ebuild index 22b779ee2af0..10a8fba250f9 100644 --- a/net-dns/bind/bind-9.2.5-r2.ebuild +++ b/net-dns/bind/bind-9.2.5-r2.ebuild @@ -1,29 +1,24 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r2.ebuild,v 1.1 2005/04/17 12:32:57 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r2.ebuild,v 1.2 2005/04/24 09:21:10 vapier Exp $ -inherit eutils gnuconfig libtool - -IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux \ - idn threads" +inherit eutils libtool DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" +HOMEPAGE="http://www.isc.org/products/BIND/bind9.html" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz dlz? ( http://dev.gentoo.org/~voxus/dlz/dlz-${PV}.patch.bz2 )" -HOMEPAGE="http://www.isc.org/products/BIND/bind9.html" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64 ~mips" LICENSE="as-is" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux idn threads" DEPEND="sys-apps/groff sys-devel/autoconf - >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) ldap? ( net-nds/openldap )" - RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind )" @@ -58,8 +53,6 @@ src_unpack() { cp ${FILESDIR}/named.rc6 ${T} cd ${T} && epatch ${FILESDIR}/named.rc6-smart_pid_fix - gnuconfig_update - # it should be installed by bind-tools sed "s:nsupdate ::g" ${S}/bin/Makefile.in > ${T}/Makefile mv ${T}/Makefile ${S}/bin/Makefile.in diff --git a/net-dns/bind/bind-9.2.5.ebuild b/net-dns/bind/bind-9.2.5.ebuild index 89d76067f323..5ebfae3052d8 100644 --- a/net-dns/bind/bind-9.2.5.ebuild +++ b/net-dns/bind/bind-9.2.5.ebuild @@ -1,32 +1,27 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5.ebuild,v 1.10 2005/04/13 12:15:38 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5.ebuild,v 1.11 2005/04/24 09:21:10 vapier Exp $ -inherit eutils gnuconfig libtool - -IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux \ - idn caps" +inherit eutils libtool DLZ_VER=0.7.0 DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" +HOMEPAGE="http://www.isc.org/products/BIND/bind9.html" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz dlz? ( http://dev.gentoo.org/~voxus/dlz/dlz-${PV}.patch.bz2 )" # dlz? ( mirror://sourceforge/bind-dlz/DLZ-${DLZ_VER}.tar.gz )" -HOMEPAGE="http://www.isc.org/products/BIND/bind9.html" - -# this ebuild contains the very untested dlz extension, hard-masking it for now -KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ppc64 ~mips" LICENSE="as-is" SLOT="0" +# this ebuild contains the very untested dlz extension, hard-masking it for now +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux idn caps" DEPEND="sys-apps/groff sys-devel/autoconf - >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=dev-db/mysql-4 ) ldap? ( net-nds/openldap )" - RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind )" @@ -61,8 +56,6 @@ src_unpack() { cp ${FILESDIR}/named.rc6 ${T} cd ${T} && epatch ${FILESDIR}/named.rc6-pid_fix - gnuconfig_update - # it should be installed by bind-tools sed "s:nsupdate ::g" ${S}/bin/Makefile.in > ${T}/Makefile mv ${T}/Makefile ${S}/bin/Makefile.in diff --git a/net-dns/bind/bind-9.3.1-r1.ebuild b/net-dns/bind/bind-9.3.1-r1.ebuild index 131070c92608..5e1e81341312 100644 --- a/net-dns/bind/bind-9.3.1-r1.ebuild +++ b/net-dns/bind/bind-9.3.1-r1.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.1-r1.ebuild,v 1.1 2005/04/17 12:32:57 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.1-r1.ebuild,v 1.2 2005/04/24 09:21:10 vapier Exp $ -inherit eutils gnuconfig libtool - -IUSE="ssl ipv6 doc selinux idn threads" +inherit eutils libtool DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" -SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND/bind9.html" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64" +SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" LICENSE="as-is" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="ssl ipv6 doc selinux idn threads" DEPEND="sys-apps/groff sys-devel/autoconf - >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" - RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind )" @@ -41,8 +37,6 @@ src_unpack() { cp ${FILESDIR}/named.rc6 ${T} cd ${T} && epatch ${FILESDIR}/named.rc6-smart_pid_fix - gnuconfig_update - # it should be installed by bind-tools sed "s:nsupdate ::g" ${S}/bin/Makefile.in > ${T}/Makefile mv ${T}/Makefile ${S}/bin/Makefile.in |