diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-03-28 01:07:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-03-28 01:07:56 +0000 |
commit | e588685cd0d977a436998d071bdf09f00bed165d (patch) | |
tree | e6df3b26ad61df5e88a4fd82edb08bd3c56ba4c5 /net-dns/pdnsd | |
parent | Fixed bad digest. (diff) | |
download | historical-e588685cd0d977a436998d071bdf09f00bed165d.tar.gz historical-e588685cd0d977a436998d071bdf09f00bed165d.tar.bz2 historical-e588685cd0d977a436998d071bdf09f00bed165d.zip |
Stable on sparc & ppc - 1.1.9. Removed old version pdnsd-1.1.6-r7
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/pdnsd/Manifest | 6 | ||||
-rw-r--r-- | net-dns/pdnsd/files/digest-pdnsd-1.1.6-r7 | 1 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild | 37 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.9.ebuild | 4 |
5 files changed, 9 insertions, 45 deletions
diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog index f9af382c7444..b2030bc977e7 100644 --- a/net-dns/pdnsd/ChangeLog +++ b/net-dns/pdnsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdnsd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.20 2004/03/21 12:00:17 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.21 2004/03/28 01:07:53 dragonheart Exp $ + + 28 Mar 2004; Daniel Black <dragonheart@gentoo.org> pdnsd-1.1.6-r7.ebuild, + pdnsd-1.1.9.ebuild: + Stable on sparc & ppc - 1.1.9. Removed old versions 21 Mar 2004; Daniel Black <dragonheart@gentoo.org> : Fixed digest - bug #45224 thanks to bugs.gentoo.org@tux.tmfweb.nl diff --git a/net-dns/pdnsd/Manifest b/net-dns/pdnsd/Manifest index 866c35785a87..4c0dd54979ca 100644 --- a/net-dns/pdnsd/Manifest +++ b/net-dns/pdnsd/Manifest @@ -1,10 +1,8 @@ -MD5 20270a168c99ff765639500b1ee9a20f ChangeLog 3083 +MD5 b4592b5e4a59b442f11968d7c9e83ca1 ChangeLog 3236 MD5 cd82be4729ad0da13f8e5e396dd29840 metadata.xml 437 -MD5 26bca7b616a2442959308de230497400 pdnsd-1.1.6-r7.ebuild 993 MD5 a415c002ad5217367da41f607bf6cad6 pdnsd-1.1.7a.ebuild 990 -MD5 ae1144145978fe2e5153af97cfb1b450 pdnsd-1.1.9.ebuild 2672 +MD5 51d039a99ad0ee24d4390b5cb8d85892 pdnsd-1.1.9.ebuild 2670 MD5 41ac34a42c237516c92dc74df21a09ce pdnsd-1.1.10.ebuild 3105 -MD5 0be52a5ffe250606d96898f3936bc249 files/digest-pdnsd-1.1.6-r7 64 MD5 729266103aee86613f32b6e39c03172f files/digest-pdnsd-1.1.7a 65 MD5 2f4f436df1064eb21409e1ef613be068 files/digest-pdnsd-1.1.9 67 MD5 d5e1cbb93d8bb06254e9daac8df76d8d files/pdnsd.online 459 diff --git a/net-dns/pdnsd/files/digest-pdnsd-1.1.6-r7 b/net-dns/pdnsd/files/digest-pdnsd-1.1.6-r7 deleted file mode 100644 index 84bd49ec361a..000000000000 --- a/net-dns/pdnsd/files/digest-pdnsd-1.1.6-r7 +++ /dev/null @@ -1 +0,0 @@ -MD5 24d7cede5de8fcf2709e82eeaa780352 pdnsd-1.1.6.tar.bz2 222766 diff --git a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild b/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild deleted file mode 100644 index cc366dbc9102..000000000000 --- a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.10 2004/02/02 16:59:39 dragonheart Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Proxy DNS server with permanent caching" -SRC_URI="http://home.t-online.de/home/Moestl/${P}.tar.bz2" -HOMEPAGE="http://home.t-online.de/home/Moestl/" - -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="BSD | GPL-2" -KEYWORDS="x86 ppc sparc " - -src_compile() { - - econf \ - --sysconfdir=/etc/pdnsd \ - --with-cachedir=/var/lib/pdnsd \ - || die "bad configure" - - emake all || die "compile problem" -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING* ChangeLog* NEWS README THANKS TODO - docinto contrib ; dodoc contrib/{README,dhcp2pdnsd,pdnsd_dhcp.pl} - docinto html ; dodoc doc/html/* - docinto txt ; dodoc doc/txt/* - newdoc doc/pdnsd.conf pdnsd.conf.sample - - exeinto /etc/init.d ; newexe ${FILESDIR}/pdnsd.rc6 pdnsd -} diff --git a/net-dns/pdnsd/pdnsd-1.1.9.ebuild b/net-dns/pdnsd/pdnsd-1.1.9.ebuild index c026045071a3..4b2c3339d4da 100644 --- a/net-dns/pdnsd/pdnsd-1.1.9.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.9.ebuild,v 1.4 2004/03/15 23:40:47 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.9.ebuild,v 1.5 2004/03/28 01:07:53 dragonheart Exp $ inherit eutils @@ -26,7 +26,7 @@ LICENSE="BSD | GPL-2" # REF http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=pdnsd # According to release notes 1.1.8b1par7 is effectively 1.1.9 with minor documentation changes -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ppc sparc" S=${WORKDIR}/${PN}-${PV} |