diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:01 +0000 |
commit | d630d1537b7a686d10faa98a18a562e408b8d348 (patch) | |
tree | 2e5780710dd77b1bd73e29fc119ae630a14a72e0 /dev-perl/libnet/libnet-1.17.ebuild | |
parent | sync IUSE (missing) (diff) | |
download | historical-d630d1537b7a686d10faa98a18a562e408b8d348.tar.gz historical-d630d1537b7a686d10faa98a18a562e408b8d348.tar.bz2 historical-d630d1537b7a686d10faa98a18a562e408b8d348.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/libnet/libnet-1.17.ebuild')
-rw-r--r-- | dev-perl/libnet/libnet-1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/libnet/libnet-1.17.ebuild b/dev-perl/libnet/libnet-1.17.ebuild index 619ae208a462..d631c9f42fc1 100644 --- a/dev-perl/libnet/libnet-1.17.ebuild +++ b/dev-perl/libnet/libnet-1.17.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.17.ebuild,v 1.6 2004/06/25 00:41:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.17.ebuild,v 1.7 2004/07/14 18:37:01 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A URI Perl Module" SRC_URI="http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_IPC/Net/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_IPC/Net/${P}.readme" @@ -12,6 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-category/05_Networking_Devices_I SLOT="0" LICENSE="Artistic" KEYWORDS="~x86 ~amd64 ppc ~sparc alpha ~hppa ia64 s390" +IUSE="" src_compile() { cp ${O}/files/libnet.cfg . |