diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:22:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:22:07 +0000 |
commit | 02506331bc0ccfdef77332de897ec526d94bf11f (patch) | |
tree | 3bafe1efa1c1075af09323f939f3e8154b6c947c /dev-perl/IP-Country | |
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/IP-Country')
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.25.ebuild | 19 |
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" |