diff options
author | 2011-09-04 11:24:07 +0000 | |
---|---|---|
committer | 2011-09-04 11:24:07 +0000 | |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/IP-Country | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
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.27.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 0cd30f05f1e7..0d5e25a4fffb 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.41 2011/08/30 13:20:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.42 2011/09/04 11:21:04 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IP-Country-2.27.ebuild: + Cleanup *IP-Country-2.270.0 (30 Aug 2011) diff --git a/dev-perl/IP-Country/IP-Country-2.27.ebuild b/dev-perl/IP-Country/IP-Country-2.27.ebuild deleted file mode 100644 index 969201f1f4cd..000000000000 --- a/dev-perl/IP-Country/IP-Country-2.27.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 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.27.ebuild,v 1.2 2010/01/10 13:10:16 grobian 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/Geography-Countries - dev-lang/perl" -mydoc="TODO" |