diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:05:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:05:40 +0000 |
commit | aaf342c6bd9fb8711ef65b0050837b24655c51d1 (patch) | |
tree | c4d671837d85a0233a27386e45d692cccde116d3 /dev-perl/Geo-IP | |
parent | Cleanup (diff) | |
download | gentoo-2-aaf342c6bd9fb8711ef65b0050837b24655c51d1.tar.gz gentoo-2-aaf342c6bd9fb8711ef65b0050837b24655c51d1.tar.bz2 gentoo-2-aaf342c6bd9fb8711ef65b0050837b24655c51d1.zip |
Cleanup
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-tuxonice 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.34.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.35.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-perl/Geo-IP/ChangeLog b/dev-perl/Geo-IP/ChangeLog index 2335c7950ddb..b4bcb27c6ece 100644 --- a/dev-perl/Geo-IP/ChangeLog +++ b/dev-perl/Geo-IP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Geo-IP # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.45 2008/12/23 08:52:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/ChangeLog,v 1.46 2008/12/30 16:05:40 tove Exp $ + + 30 Dec 2008; Torsten Veller <tove@gentoo.org> -Geo-IP-1.34.ebuild, + -Geo-IP-1.35.ebuild: + Cleanup *Geo-IP-1.36 (23 Dec 2008) diff --git a/dev-perl/Geo-IP/Geo-IP-1.34.ebuild b/dev-perl/Geo-IP/Geo-IP-1.34.ebuild deleted file mode 100644 index e2eb9d8d958f..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.34.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.34.ebuild,v 1.1 2008/08/06 16:19:27 tove 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.35.ebuild b/dev-perl/Geo-IP/Geo-IP-1.35.ebuild deleted file mode 100644 index ff7605d85a14..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.35.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.35.ebuild,v 1.1 2008/10/02 05:40:21 tove 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)" |