summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-17 15:22:39 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-17 15:22:39 +0000
commita849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a (patch)
tree480396cf440193affad7fc7cc28fc5424a4f4ad6 /perl-core/libnet
parentCleanup (diff)
downloadhistorical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.tar.gz
historical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.tar.bz2
historical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'perl-core/libnet')
-rw-r--r--perl-core/libnet/ChangeLog7
-rw-r--r--perl-core/libnet/libnet-1.21.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/perl-core/libnet/ChangeLog b/perl-core/libnet/ChangeLog
index daa69908c6ff..97796f45e5f0 100644
--- a/perl-core/libnet/ChangeLog
+++ b/perl-core/libnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/libnet
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.29 2009/12/16 21:52:17 abcd Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.30 2010/01/17 15:17:37 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -libnet-1.21.ebuild:
+ Cleanup
16 Dec 2009; Jonathan Callen <abcd@gentoo.org> libnet-1.21.ebuild,
libnet-1.22.ebuild:
diff --git a/perl-core/libnet/libnet-1.21.ebuild b/perl-core/libnet/libnet-1.21.ebuild
deleted file mode 100644
index fbe5f27058a5..000000000000
--- a/perl-core/libnet/libnet-1.21.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.21.ebuild,v 1.14 2009/12/16 21:52:17 abcd 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 m68k mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="sasl"
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl
- sasl? ( dev-perl/Authen-SASL )"
-
-src_unpack() {
- perl-module_src_unpack
- cp "${FILESDIR}"/libnet.cfg "${S}"
-}