diff options
Diffstat (limited to 'perl-core/libnet/libnet-1.19.ebuild')
-rw-r--r-- | perl-core/libnet/libnet-1.19.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/perl-core/libnet/libnet-1.19.ebuild b/perl-core/libnet/libnet-1.19.ebuild deleted file mode 100644 index bebe4dbcc3de..000000000000 --- a/perl-core/libnet/libnet-1.19.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.19.ebuild,v 1.6 2008/04/23 14:50:41 tove Exp $ - -inherit perl-module - -DESCRIPTION="A URI Perl Module" -HOMEPAGE="http://search.cpan.org/~gbarr/" -SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="sasl" - -DEPEND="dev-lang/perl - sasl? ( dev-perl/Authen-SASL )" - -src_unpack() { - perl-module_src_unpack - cp "${FILESDIR}"/libnet.cfg "${S}" -} |