summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-31 07:43:24 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-31 07:43:24 +0000
commitf2f41121bde927585b39258199a21282828bf859 (patch)
tree135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/Geography-Countries
parentDrop useless sed for unused SCons buildsystem (diff)
downloadhistorical-f2f41121bde927585b39258199a21282828bf859.tar.gz
historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2
historical-f2f41121bde927585b39258199a21282828bf859.zip
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Geography-Countries')
-rw-r--r--dev-perl/Geography-Countries/ChangeLog6
-rw-r--r--dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild18
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Geography-Countries/ChangeLog b/dev-perl/Geography-Countries/ChangeLog
index 45abfb740c19..238a8bad9330 100644
--- a/dev-perl/Geography-Countries/ChangeLog
+++ b/dev-perl/Geography-Countries/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Geography-Countries
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.28 2012/03/25 15:10:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/ChangeLog,v 1.29 2012/03/31 07:16:33 tove Exp $
+
+ 31 Mar 2012; Torsten Veller <tove@gentoo.org>
+ -Geography-Countries-1.4.ebuild:
+ Cleanup
25 Mar 2012; Raúl Porcel <armin76@gentoo.org>
Geography-Countries-1.4.ebuild, Geography-Countries-2009041301.0.0.ebuild:
diff --git a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild b/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild
deleted file mode 100644
index 6c8f7968ef77..000000000000
--- a/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-1.4.ebuild,v 1.18 2012/03/25 15:10:38 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="2-letter, 3-letter, and numerical codes for countries."
-SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~abigail/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"