diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:37:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:37:33 +0000 |
commit | 0b1a7ce35a75aab3fc93f725b5330be189f47178 (patch) | |
tree | 01795e578cbf73b6e8ecdd861c1607616fe12368 /net-dns | |
parent | ver bump #57056 (Manifest recommit) (diff) | |
download | gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.tar.gz gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.tar.bz2 gentoo-2-0b1a7ce35a75aab3fc93f725b5330be189f47178.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-2.9.12-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdns/pdns-2.9.12.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdns/pdns-2.9.15.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdns/pdns-2.9.16.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdns/pdns-2.9.8.ebuild | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/net-dns/pdns/pdns-2.9.12-r1.ebuild b/net-dns/pdns/pdns-2.9.12-r1.ebuild index 88c893b64f90..8613464f6d8e 100644 --- a/net-dns/pdns/pdns-2.9.12-r1.ebuild +++ b/net-dns/pdns/pdns-2.9.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12-r1.ebuild,v 1.6 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12-r1.ebuild,v 1.7 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -17,8 +17,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" diff --git a/net-dns/pdns/pdns-2.9.12.ebuild b/net-dns/pdns/pdns-2.9.12.ebuild index a70b75469c31..4bd200733713 100644 --- a/net-dns/pdns/pdns-2.9.12.ebuild +++ b/net-dns/pdns/pdns-2.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12.ebuild,v 1.7 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12.ebuild,v 1.8 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -15,8 +15,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" diff --git a/net-dns/pdns/pdns-2.9.15.ebuild b/net-dns/pdns/pdns-2.9.15.ebuild index 37f56629b1dd..0480670c5660 100644 --- a/net-dns/pdns/pdns-2.9.15.ebuild +++ b/net-dns/pdns/pdns-2.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.15.ebuild,v 1.4 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.15.ebuild,v 1.5 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -17,8 +17,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" diff --git a/net-dns/pdns/pdns-2.9.16.ebuild b/net-dns/pdns/pdns-2.9.16.ebuild index 79dc5d588133..af0469432460 100644 --- a/net-dns/pdns/pdns-2.9.16.ebuild +++ b/net-dns/pdns/pdns-2.9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.16.ebuild,v 1.3 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.16.ebuild,v 1.4 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -17,8 +17,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" diff --git a/net-dns/pdns/pdns-2.9.8.ebuild b/net-dns/pdns/pdns-2.9.8.ebuild index 45495e2e6060..53d1da84921b 100644 --- a/net-dns/pdns/pdns-2.9.8.ebuild +++ b/net-dns/pdns/pdns-2.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.7 2004/07/01 22:13:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.8 2004/07/14 23:37:33 agriffis Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -15,8 +15,6 @@ DEPEND="virtual/libc RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { local myconf="" local modules="" |