diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 08:59:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 08:59:15 +0000 |
commit | 6acdd9c8b2201702c300960c65544aa3e9d5dba8 (patch) | |
tree | b60f76ae0ef7c4df4494d572d0b75708e927ecda | |
parent | Cleanup (diff) | |
download | gentoo-2-6acdd9c8b2201702c300960c65544aa3e9d5dba8.tar.gz gentoo-2-6acdd9c8b2201702c300960c65544aa3e9d5dba8.tar.bz2 gentoo-2-6acdd9c8b2201702c300960c65544aa3e9d5dba8.zip |
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.26.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 9672636ed509..40cbc85b0e75 100644 --- a/dev-perl/IP-Country/ChangeLog +++ b/dev-perl/IP-Country/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IP-Country # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.38 2009/08/25 17:31:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.39 2009/09/07 08:59:15 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -IP-Country-2.26.ebuild: + Cleanup *IP-Country-2.27 (25 Aug 2009) diff --git a/dev-perl/IP-Country/IP-Country-2.26.ebuild b/dev-perl/IP-Country/IP-Country-2.26.ebuild deleted file mode 100644 index d9165eb0e574..000000000000 --- a/dev-perl/IP-Country/IP-Country-2.26.ebuild +++ /dev/null @@ -1,19 +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/IP-Country/IP-Country-2.26.ebuild,v 1.1 2009/01/13 19:52:56 robbat2 Exp $ - -MODULE_AUTHOR="NWETTERS" -inherit perl-module - -DESCRIPTION="fast lookup of country codes from IP addresses" - -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" |