summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-03-28 01:07:56 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-03-28 01:07:56 +0000
commit448aa462038173f97eafc0c97d462f333f94a35b (patch)
treea4835a962c8ae5890f7777553666c95085afba15 /net-dns
parentFixed bad digest. (Manifest recommit) (diff)
downloadgentoo-2-448aa462038173f97eafc0c97d462f333f94a35b.tar.gz
gentoo-2-448aa462038173f97eafc0c97d462f333f94a35b.tar.bz2
gentoo-2-448aa462038173f97eafc0c97d462f333f94a35b.zip
Stable on sparc & ppc - 1.1.9. Removed old version pdnsd-1.1.6-r7
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/pdnsd/ChangeLog6
-rw-r--r--net-dns/pdnsd/files/digest-pdnsd-1.1.6-r71
-rw-r--r--net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild37
-rw-r--r--net-dns/pdnsd/pdnsd-1.1.9.ebuild4
4 files changed, 7 insertions, 41 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/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}