Index: Manifest =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/Manifest,v retrieving revision 1.38 diff -u -b -B -w -p -r1.38 Manifest --- Manifest 24 Jun 2004 22:33:37 -0000 1.38 +++ Manifest 3 Jul 2004 17:50:07 -0000 @@ -1,12 +1,12 @@ -MD5 41ebffd94cc566df725b815219d75999 bind-9.2.3.ebuild 5807 -MD5 6c93a150c7149336fab907578b82013e bind-9.2.2-r3.ebuild 5672 -MD5 3f9af3c474113080283fccb1c58d18e4 bind-9.2.2.ebuild 4673 -MD5 ff6bbc28d8e38399375d7fc1ceb759a8 bind-9.2.2-r2.ebuild 4891 -MD5 3c6955bfc37aef44191b0a9e2e39c7ba bind-9.2.2_rc1-r2.ebuild 4556 -MD5 3316e34db436eb0f77aa3dce6bcae316 bind-9.2.2-r4.ebuild 5779 +MD5 4fa3a42918458572d36134c0d47fa3d3 bind-9.2.3.ebuild 5820 +MD5 b80c4fedb78236f7910a33b2ff0f4f26 bind-9.2.2-r3.ebuild 5685 +MD5 aef733acab2c860a2cc258346463c093 bind-9.2.2.ebuild 4686 +MD5 6382454df9b151e21e33e503ef5872ef bind-9.2.2-r2.ebuild 4904 +MD5 f895e6a6cb256587076911ae321d9852 bind-9.2.2_rc1-r2.ebuild 4569 +MD5 9ee102adcbcb832b4299781bf1a7d081 bind-9.2.2-r4.ebuild 5792 MD5 3ed0f989f9004e23861b5352450e0681 ChangeLog 7499 MD5 bbfe9a8ffcd5463ae971e1febcdf0088 metadata.xml 776 -MD5 ee4183901902de3afcaa99e6c1be9f65 bind-9.2.2-r1.ebuild 4876 +MD5 2ae7ce56e5e04c6bed3d8f64aa09945c bind-9.2.2-r1.ebuild 4889 MD5 51197afe8da37b1b453456de90ca4f25 files/127 227 MD5 e020f0d41f68e0c47d196c4aa1a06c09 files/digest-bind-9.2.2-r1 63 MD5 e020f0d41f68e0c47d196c4aa1a06c09 files/digest-bind-9.2.2-r2 63 Index: bind-9.2.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r1.ebuild,v retrieving revision 1.8 diff -u -b -B -w -p -r1.8 bind-9.2.2-r1.ebuild --- bind-9.2.2-r1.ebuild 24 Jun 2004 22:33:33 -0000 1.8 +++ bind-9.2.2-r1.ebuild 3 Jul 2004 17:50:07 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r1.ebuild,v 1.8 2004/06/24 22:33:33 agriffis Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha " LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" Index: bind-9.2.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r2.ebuild,v retrieving revision 1.11 diff -u -b -B -w -p -r1.11 bind-9.2.2-r2.ebuild --- bind-9.2.2-r2.ebuild 24 Jun 2004 22:33:33 -0000 1.11 +++ bind-9.2.2-r2.ebuild 3 Jul 2004 17:50:07 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r2.ebuild,v 1.11 2004/06/24 22:33:33 agriffis Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~ppc sparc ~alpha hppa amd LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" Index: bind-9.2.2-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r3.ebuild,v retrieving revision 1.8 diff -u -b -B -w -p -r1.8 bind-9.2.2-r3.ebuild --- bind-9.2.2-r3.ebuild 24 Jun 2004 22:33:33 -0000 1.8 +++ bind-9.2.2-r3.ebuild 3 Jul 2004 17:50:07 -0000 @@ -4,7 +4,7 @@ inherit eutils -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz ftp://ftp.isc.org/isc/bind9/${PV}/patch.${PV}-P1" @@ -14,7 +14,7 @@ KEYWORDS="~x86 ppc ~sparc ~alpha ~hppa ~ LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" Index: bind-9.2.2-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2-r4.ebuild,v retrieving revision 1.2 diff -u -b -B -w -p -r1.2 bind-9.2.2-r4.ebuild --- bind-9.2.2-r4.ebuild 24 Jun 2004 22:33:33 -0000 1.2 +++ bind-9.2.2-r4.ebuild 3 Jul 2004 17:50:07 -0000 @@ -4,7 +4,7 @@ inherit eutils -IUSE="ssl ipv6 doc mysql" +IUSE="ssl ipv6 doc mysql nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz ftp://ftp.isc.org/isc/bind9/${PV}/patch.${PV}-P1" @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc -sparc ~alpha ~hppa LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" Index: bind-9.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2.ebuild,v retrieving revision 1.13 diff -u -b -B -w -p -r1.13 bind-9.2.2.ebuild --- bind-9.2.2.ebuild 24 Jun 2004 22:33:33 -0000 1.13 +++ bind-9.2.2.ebuild 3 Jul 2004 17:50:08 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2.ebuild,v 1.13 2004/06/24 22:33:33 agriffis Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" @@ -13,7 +13,7 @@ LICENSE="as-is" SLOT="0" DEPEND=">=sys-apps/sed-4 - sys-apps/groff + nls? ( sys-apps/groff ) ssl? ( >=dev-libs/openssl-0.9.6g )" RDEPEND="${DEPEND} Index: bind-9.2.2_rc1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2_rc1-r2.ebuild,v retrieving revision 1.6 diff -u -b -B -w -p -r1.6 bind-9.2.2_rc1-r2.ebuild --- bind-9.2.2_rc1-r2.ebuild 24 Jun 2004 22:33:33 -0000 1.6 +++ bind-9.2.2_rc1-r2.ebuild 3 Jul 2004 17:50:08 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.2_rc1-r2.ebuild,v 1.6 2004/06/24 22:33:33 agriffis Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" MY_P=${P/_} S=${WORKDIR}/${MY_P} @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc alpha" LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6g )" Index: bind-9.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v retrieving revision 1.12 diff -u -b -B -w -p -r1.12 bind-9.2.3.ebuild --- bind-9.2.3.ebuild 24 Jun 2004 22:33:33 -0000 1.12 +++ bind-9.2.3.ebuild 3 Jul 2004 17:50:08 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v 1.12 2004/06/24 22:33:33 agriffis Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc nls" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="-x86 -ppc -sparc -alpha -hppa LICENSE="as-is" SLOT="0" -DEPEND="sys-apps/groff +DEPEND="nls? ( sys-apps/groff ) >=sys-apps/sed-4 ssl? ( >=dev-libs/openssl-0.9.6e )"