summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-03 16:06:11 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-03 16:06:11 +0000
commitb5f85d089e5157c99172a03b06ff1022f42eff94 (patch)
tree4e1762db5b1cb294b50ffae96b8e534991f3de27
parentCleanup (diff)
downloadgentoo-2-b5f85d089e5157c99172a03b06ff1022f42eff94.tar.gz
gentoo-2-b5f85d089e5157c99172a03b06ff1022f42eff94.tar.bz2
gentoo-2-b5f85d089e5157c99172a03b06ff1022f42eff94.zip
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r--dev-perl/IP-Country/ChangeLog5
-rw-r--r--dev-perl/IP-Country/IP-Country-2.25.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog
index 8e68cb738526..7bc4ea285c8e 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.36 2009/01/13 19:52:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.37 2009/06/03 16:06:11 tove Exp $
+
+ 03 Jun 2009; Torsten Veller <tove@gentoo.org> -IP-Country-2.25.ebuild:
+ Cleanup
*IP-Country-2.26 (13 Jan 2009)
diff --git a/dev-perl/IP-Country/IP-Country-2.25.ebuild b/dev-perl/IP-Country/IP-Country-2.25.ebuild
deleted file mode 100644
index 5747dc44f45d..000000000000
--- a/dev-perl/IP-Country/IP-Country-2.25.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 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.25.ebuild,v 1.1 2008/09/30 06:09:51 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"