From e874aaa451fc948aaba178f547e25b8cb047625b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 19 Feb 2004 08:07:20 +0000 Subject: Bump to stable on x86. Few other small ebuild cleanups too. --- net-dns/pdnsd/ChangeLog | 5 ++++- net-dns/pdnsd/pdnsd-1.1.9.ebuild | 16 ++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'net-dns/pdnsd') 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 pdnsd-1.1.9.ebuild: + Bump to stable on x86. Few other small ebuild cleanups too. 03 Feb 2004; Daniel Black pdnsd-1.1.9.ebuild: Added ~ppc and ~sparc. Should support alpha arm hppa i386 ia64 m68k mips 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 -- cgit v1.2.3-65-gdbad