diff options
author | 2009-06-03 16:22:07 +0000 | |
---|---|---|
committer | 2009-06-03 16:22:07 +0000 | |
commit | 02506331bc0ccfdef77332de897ec526d94bf11f (patch) | |
tree | 3bafe1efa1c1075af09323f939f3e8154b6c947c /dev-perl/Geo-IP | |
parent | clean up (diff) | |
download | historical-02506331bc0ccfdef77332de897ec526d94bf11f.tar.gz historical-02506331bc0ccfdef77332de897ec526d94bf11f.tar.bz2 historical-02506331bc0ccfdef77332de897ec526d94bf11f.zip |
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.36.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.37.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 39df3b6fe97c..7dd68d511b96 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.48 2009/05/19 12:22:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.49 2009/06/03 16:12:44 tove Exp $ + + 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Geo-IP-1.36.ebuild, + -Geo-IP-1.37.ebuild: + Cleanup *Geo-IP-1.38 (19 May 2009) diff --git a/dev-perl/Geo-IP/Geo-IP-1.36.ebuild b/dev-perl/Geo-IP/Geo-IP-1.36.ebuild deleted file mode 100644 index 4ef57d6c3855..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.36.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/Geo-IP/Geo-IP-1.36.ebuild,v 1.1 2008/12/23 08:52:44 robbat2 Exp $ - -MODULE_AUTHOR=BORISZ - -inherit perl-module multilib - -DESCRIPTION="Look up country by IP Address" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-libs/geoip - dev-lang/perl" - -myconf="${myconf} LIBS=-L/usr/$(get_libdir)" diff --git a/dev-perl/Geo-IP/Geo-IP-1.37.ebuild b/dev-perl/Geo-IP/Geo-IP-1.37.ebuild deleted file mode 100644 index c91b36cb012f..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.37.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/Geo-IP/Geo-IP-1.37.ebuild,v 1.1 2009/03/07 11:54:40 tove 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}" - -myconf="LIBS=-L/usr/$(get_libdir)" |