summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-31 07:17:02 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-31 07:17:02 +0000
commit838a339a0832c9d5500e5b67f6b7ba5c7ceb10da (patch)
treeac3979442eefe1705ed27f710fa67e6b8173025c /dev-perl/Geo-IP
parentCleanup (diff)
downloadgentoo-2-838a339a0832c9d5500e5b67f6b7ba5c7ceb10da.tar.gz
gentoo-2-838a339a0832c9d5500e5b67f6b7ba5c7ceb10da.tar.bz2
gentoo-2-838a339a0832c9d5500e5b67f6b7ba5c7ceb10da.zip
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r--dev-perl/Geo-IP/ChangeLog5
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.38.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog
index 4edbd5b6e9ba..5b53960db917 100644
--- a/dev-perl/Geo-IP/ChangeLog
+++ b/dev-perl/Geo-IP/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Geo-IP
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.64 2012/02/19 17:30:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.65 2012/03/31 07:17:02 tove Exp $
+
+ 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Geo-IP-1.38.ebuild:
+ Cleanup
19 Feb 2012; Raúl Porcel <armin76@gentoo.org> Geo-IP-1.400.0.ebuild:
alpha/ia64/sparc stable wrt #400125
diff --git a/dev-perl/Geo-IP/Geo-IP-1.38.ebuild b/dev-perl/Geo-IP/Geo-IP-1.38.ebuild
deleted file mode 100644
index e23ad8184078..000000000000
--- a/dev-perl/Geo-IP/Geo-IP-1.38.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.38.ebuild,v 1.5 2011/12/27 21:56:56 xmw Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=BORISZ
-inherit perl-module multilib
-
-DESCRIPTION="Look up country by IP Address"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/geoip"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=no
-myconf="LIBS=-L/usr/$(get_libdir)"