diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-02-09 01:09:13 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-02-09 01:09:13 +0000 |
commit | 34c57541bf068bcc0da26230d3737e5df6854b03 (patch) | |
tree | c91533eb9e7edca93e6cf4ad76d028f70025462f /net-misc/bind | |
parent | Close bug #483. Swept up some old ebuilds/digests. (diff) | |
download | historical-34c57541bf068bcc0da26230d3737e5df6854b03.tar.gz historical-34c57541bf068bcc0da26230d3737e5df6854b03.tar.bz2 historical-34c57541bf068bcc0da26230d3737e5df6854b03.zip |
_really_ remove the older ebuilds/digests
Diffstat (limited to 'net-misc/bind')
-rw-r--r-- | net-misc/bind/bind-9.1.3-r6.ebuild | 60 | ||||
-rw-r--r-- | net-misc/bind/bind-9.1.3.ebuild | 60 | ||||
-rw-r--r-- | net-misc/bind/files/digest-bind-9.1.3 | 1 | ||||
-rw-r--r-- | net-misc/bind/files/digest-bind-9.1.3-r6 | 1 |
4 files changed, 0 insertions, 122 deletions
diff --git a/net-misc/bind/bind-9.1.3-r6.ebuild b/net-misc/bind/bind-9.1.3-r6.ebuild deleted file mode 100644 index b2b49b232bf9..000000000000 --- a/net-misc/bind/bind-9.1.3-r6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org>, Parag Mehta <pm@gnuos.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-9.1.3-r6.ebuild,v 1.1 2001/09/10 01:00:09 woodchip Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Bind - Name Server" -SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${A}" -HOMEPAGE="http://www.isc.org/products/BIND" - -DEPEND="virtual/glibc sys-apps/groff" -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/doc/man - #fix man pages to reflect Gentoo Linux file locations (drobbins) - local x - for x in */* - do - cp ${x} ${x}.orig - sed -e 's:/etc/named.conf:/etc/bind/named.conf:g' -e 's:/etc/rndc.conf:/etc/bind/rndc.conf:g' ${x}.orig > ${x} - rm ${x}.orig - done -} - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} --sysconfdir=/etc/bind --localstatedir=/var --with-libtool || die - make all || die -} - -src_install() { - try make DESTDIR=${D} install - - dodir /etc/bind - - doman doc/man/*/*.[1-8] - - dodoc CHANGES COPYRIGHT FAQ README - docinto misc ; dodoc doc/misc/* - docinto html ; dodoc doc/arm/* - docinto contrib - dodoc contrib/named-bootconf/named-bootconf.sh - dodoc contrib/nanny/nanny.pl - # some handy-dandy dynamic dns examples - cd ${D}/usr/share/doc/${PF} - tar pjxf ${FILESDIR}/dyndns-samples.tbz2 - - dodir /var/bind - dodir /var/bind/pri - dodir /var/bind/sec - - insinto /var/bind ; doins ${FILESDIR}/root.cache - insinto /var/bind/pri ; doins ${FILESDIR}/localhost - insinto /var/bind/pri ; doins ${FILESDIR}/127.0.0 - - exeinto /etc/init.d - newexe ${FILESDIR}/named.rc6 named -} diff --git a/net-misc/bind/bind-9.1.3.ebuild b/net-misc/bind/bind-9.1.3.ebuild deleted file mode 100644 index 3c823819618c..000000000000 --- a/net-misc/bind/bind-9.1.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org>, Parag Mehta <pm@gnuos.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-9.1.3.ebuild,v 1.4 2001/09/10 01:00:09 woodchip Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Bind - Name Server" -SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${A}" -HOMEPAGE="http://www.isc.org/products/BIND" - -DEPEND="virtual/glibc sys-apps/groff" -RDEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} - cd ${S}/doc/man - #fix man pages to reflect Gentoo Linux file locations (drobbins) - local x - for x in */* - do - cp ${x} ${x}.orig - sed -e 's:/etc/named.conf:/etc/bind/named.conf:g' -e 's:/etc/rndc.conf:/etc/bind/rndc.conf:g' ${x}.orig > ${x} - rm ${x}.orig - done -} - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} --sysconfdir=/etc/bind --localstatedir=/var --with-libtool || die - make all || die -} - -src_install() { - try make DESTDIR=${D} install - - dodir /etc/bind - - doman doc/man/*/*.[1-8] - - dodoc CHANGES COPYRIGHT FAQ README - docinto misc ; dodoc doc/misc/* - docinto html ; dodoc doc/arm/* - docinto contrib - dodoc contrib/named-bootconf/named-bootconf.sh - dodoc contrib/nanny/nanny.pl - # some handy-dandy dynamic dns examples - cd ${D}/usr/share/doc/${PF} - tar pjxf ${FILESDIR}/dyndns-samples.tbz2 - - dodir /var/bind - dodir /var/bind/pri - dodir /var/bind/sec - - insinto /var/bind ; doins ${FILESDIR}/root.cache - insinto /var/bind/pri ; doins ${FILESDIR}/localhost - insinto /var/bind/pri ; doins ${FILESDIR}/127.0.0 - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/named.rc5 named -} diff --git a/net-misc/bind/files/digest-bind-9.1.3 b/net-misc/bind/files/digest-bind-9.1.3 deleted file mode 100644 index f5987132132f..000000000000 --- a/net-misc/bind/files/digest-bind-9.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d52f78d5d0d38b7687543d79f0cf4c2 bind-9.1.3.tar.gz 3314185 diff --git a/net-misc/bind/files/digest-bind-9.1.3-r6 b/net-misc/bind/files/digest-bind-9.1.3-r6 deleted file mode 100644 index f5987132132f..000000000000 --- a/net-misc/bind/files/digest-bind-9.1.3-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d52f78d5d0d38b7687543d79f0cf4c2 bind-9.1.3.tar.gz 3314185 |