diff options
author | 2004-02-19 08:07:20 +0000 | |
---|---|---|
committer | 2004-02-19 08:07:20 +0000 | |
commit | 942edaff6b994d3c168c82bd782c094eba022ea8 (patch) | |
tree | aeba8d0197de0d1c0affb48a4aef0524d97805a3 /net-dns/pdnsd | |
parent | thunderbird stable on x86 (diff) | |
download | historical-942edaff6b994d3c168c82bd782c094eba022ea8.tar.gz historical-942edaff6b994d3c168c82bd782c094eba022ea8.tar.bz2 historical-942edaff6b994d3c168c82bd782c094eba022ea8.zip |
Bump to stable on x86. Few other small ebuild cleanups too.
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/pdnsd/Manifest | 4 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.9.ebuild | 16 |
3 files changed, 16 insertions, 9 deletions
diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog index 1ef94434822d..f324a306939e 100644 --- a/net-dns/pdnsd/ChangeLog +++ b/net-dns/pdnsd/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2004/02/03 06:17:53 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.13 2004/02/19 08:07:19 dragonheart Exp $ + + 19 Feb 2004; Daniel Black <dragonheart@gentoo.org> pdnsd-1.1.9.ebuild: + Bump to stable on x86. Few other small ebuild cleanups too. 03 Feb 2004; Daniel Black <dragonheart@gentoo.org> pdnsd-1.1.9.ebuild: Added ~ppc and ~sparc. Should support alpha arm hppa i386 ia64 m68k mips diff --git a/net-dns/pdnsd/Manifest b/net-dns/pdnsd/Manifest index e529dc71cb44..754b8fbf9a23 100644 --- a/net-dns/pdnsd/Manifest +++ b/net-dns/pdnsd/Manifest @@ -1,7 +1,7 @@ -MD5 c09e8b2150abc97fe749752322c9dcab ChangeLog 1893 +MD5 2ec83ca739cc13d298ce93ca3d2fe9a0 ChangeLog 2029 MD5 26bca7b616a2442959308de230497400 pdnsd-1.1.6-r7.ebuild 993 MD5 a415c002ad5217367da41f607bf6cad6 pdnsd-1.1.7a.ebuild 990 -MD5 415e80b960b36e229a3d4a883e70af18 pdnsd-1.1.9.ebuild 2622 +MD5 903d724ad5a7e2e2da7dba6cce8a86b9 pdnsd-1.1.9.ebuild 2656 MD5 cd82be4729ad0da13f8e5e396dd29840 metadata.xml 437 MD5 257d8a4508a950c8a742eb669197bb28 files/pdnsd.online 475 MD5 0be52a5ffe250606d96898f3936bc249 files/digest-pdnsd-1.1.6-r7 64 diff --git a/net-dns/pdnsd/pdnsd-1.1.9.ebuild b/net-dns/pdnsd/pdnsd-1.1.9.ebuild index ea2ca1d410ce..0d51fbff81c2 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.2 2004/02/03 06:17:53 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.9.ebuild,v 1.3 2004/02/19 08:07:20 dragonheart Exp $ DESCRIPTION="Proxy DNS server with permanent caching" @@ -12,7 +12,10 @@ HOMEPAGE="http://home.t-online.de/home/Moestl http://www.phys.uu.nl/%7Erombouts/ IUSE="ipv6 debug isdn" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=sys-apps/sed-4" + +RDEPEND="virtual/glibc" SLOT="0" LICENSE="BSD | GPL-2" @@ -20,7 +23,8 @@ LICENSE="BSD | GPL-2" # Should work on alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc # 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} @@ -68,10 +72,10 @@ src_install() { newexe ${FILESDIR}/pdnsd.rc6 pdnsd newexe ${FILESDIR}/pdnsd.online pdnsd-online - [ `use ipv6` ] && \ - sed -i "s:-- -s:-- -6 -s:" ${D}/etc/init.d/pdnsd + use ipv6 && \ + sed -i -e "s:-- -s:-- -6 -s:" ${D}/etc/init.d/pdnsd - [ `use ipv6` ] && \ + use ipv6 && \ ewarn "make sure your servers in /etc/pdnsd/pdnsd.conf are reachable with IPv6" keepdir /etc/conf.d |