diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-15 18:54:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-15 18:54:51 +0000 |
commit | 627e90bc6971661271ea1d4b3a7c005926764453 (patch) | |
tree | d9eb7f32172beaba879b2b0d48dd96f656debd57 /dev-perl/Net-Patricia | |
parent | Update to new ruby_add_bdepend syntax, and block test-unit:2 for testing. (diff) | |
download | historical-627e90bc6971661271ea1d4b3a7c005926764453.tar.gz historical-627e90bc6971661271ea1d4b3a7c005926764453.tar.bz2 historical-627e90bc6971661271ea1d4b3a7c005926764453.zip |
Cleanup
Package-Manager: portage-2.2_rc67_p525/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild | 17 |
3 files changed, 5 insertions, 36 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index ed1de87adf99..4d4c2fb6d6c3 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.19 2010/06/21 20:03:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.20 2010/08/15 18:53:43 tove Exp $ + + 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.014.ebuild, + -Net-Patricia-1.15.ebuild: + Cleanup 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> Net-Patricia-1.16.ebuild: ia64/sparc stable wrt #323529 diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild deleted file mode 100644 index 2af268200b98..000000000000 --- a/dev-perl/Net-Patricia/Net-Patricia-1.014.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.014.ebuild,v 1.10 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="amd64 ia64 ~ppc sparc x86" -IUSE="" - -#SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild deleted file mode 100644 index b54a073fbcb4..000000000000 --- a/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 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.15.ebuild,v 1.1 2009/05/06 08:21:43 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PHILIPP -inherit perl-module - -DESCRIPTION="Patricia Trie perl module for fast IP address lookups" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -#SRC_TEST="do" |