diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:05:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 14:05:52 +0000 |
commit | 38f0426744ed2635ca93cf404eae5c4530bfacb1 (patch) | |
tree | 1b5b8da431eebfd3b8f3e0dc50b683c11398560c /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-38f0426744ed2635ca93cf404eae5c4530bfacb1.tar.gz gentoo-2-38f0426744ed2635ca93cf404eae5c4530bfacb1.tar.bz2 gentoo-2-38f0426744ed2635ca93cf404eae5c4530bfacb1.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.20.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.21.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.22.ebuild | 20 |
4 files changed, 5 insertions, 61 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 7ccf318979d8..76c6d6337799 100644 --- a/dev-perl/IP-Country/ChangeLog +++ b/dev-perl/IP-Country/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IP-Country # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.34 2008/09/30 06:09:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.35 2008/09/30 14:05:52 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -IP-Country-2.20.ebuild, + -IP-Country-2.21.ebuild, -IP-Country-2.22.ebuild: + Cleanup *IP-Country-2.25 (30 Sep 2008) diff --git a/dev-perl/IP-Country/IP-Country-2.20.ebuild b/dev-perl/IP-Country/IP-Country-2.20.ebuild deleted file mode 100644 index cc1c445bffdf..000000000000 --- a/dev-perl/IP-Country/IP-Country-2.20.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.20.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="fast lookup of country codes from IP addresses" -SRC_URI="mirror://cpan/authors/id/N/NW/NWETTERS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~nwetters/${P}/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Geography-Countries - dev-lang/perl" -mydoc="TODO" diff --git a/dev-perl/IP-Country/IP-Country-2.21.ebuild b/dev-perl/IP-Country/IP-Country-2.21.ebuild deleted file mode 100644 index 431bd86554b4..000000000000 --- a/dev-perl/IP-Country/IP-Country-2.21.ebuild +++ /dev/null @@ -1,20 +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/IP-Country/IP-Country-2.21.ebuild,v 1.11 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="fast lookup of country codes from IP addresses" -SRC_URI="mirror://cpan/authors/id/N/NW/NWETTERS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~nwetters/${P}/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Geography-Countries - dev-lang/perl" -mydoc="TODO" diff --git a/dev-perl/IP-Country/IP-Country-2.22.ebuild b/dev-perl/IP-Country/IP-Country-2.22.ebuild deleted file mode 100644 index 455645c9589a..000000000000 --- a/dev-perl/IP-Country/IP-Country-2.22.ebuild +++ /dev/null @@ -1,20 +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/IP-Country/IP-Country-2.22.ebuild,v 1.2 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="fast lookup of country codes from IP addresses" -SRC_URI="mirror://cpan/authors/id/N/NW/NWETTERS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~nwetters/${P}/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Geography-Countries - dev-lang/perl" -mydoc="TODO" |