diff options
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index df126194452d..a8652fcb832d 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.13 2009/04/13 13:46:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.14 2009/05/02 11:04:41 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.010.ebuild: + Cleanup *Net-Patricia-1.14.52 (13 Apr 2009) diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild deleted file mode 100644 index d34ef2ccbdfb..000000000000 --- a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.6 2007/07/10 23:33:33 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Patricia Trie perl module for fast IP address lookups" -HOMEPAGE="http://search.cpan.org/~plonka/" -SRC_URI="mirror://cpan/authors/id/P/PL/PLONKA/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc sparc x86" -IUSE="" - -#SRC_TEST="do" - -DEPEND="dev-lang/perl" |