summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-08 18:30:30 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-08 18:30:30 +0000
commiteb97c42142934e31aa8ca0f83502608a16b774f8 (patch)
treee3315810805c3577c7553b288831532862444ffe /dev-perl/Const-Fast
parentCleanup (diff)
downloadgentoo-2-eb97c42142934e31aa8ca0f83502608a16b774f8.tar.gz
gentoo-2-eb97c42142934e31aa8ca0f83502608a16b774f8.tar.bz2
gentoo-2-eb97c42142934e31aa8ca0f83502608a16b774f8.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Const-Fast')
-rw-r--r--dev-perl/Const-Fast/ChangeLog7
-rw-r--r--dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild20
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
index bbe939da0755..cb8a699ca7ae 100644
--- a/dev-perl/Const-Fast/ChangeLog
+++ b/dev-perl/Const-Fast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Const-Fast
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.3 2012/09/08 07:07:50 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.4 2013/01/08 18:30:30 tove Exp $
+
+ 08 Jan 2013; Torsten Veller <tove@gentoo.org> -Const-Fast-0.11.0.ebuild:
+ Cleanup
*Const-Fast-0.13.0 (08 Sep 2012)
diff --git a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
deleted file mode 100644
index 15ab681cf9a2..000000000000
--- a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
+++ /dev/null
@@ -1,20 +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/Const-Fast/Const-Fast-0.11.0.ebuild,v 1.1 2012/06/16 19:55:52 bicatali Exp $
-
-EAPI=4
-
-MODULE_AUTHOR="LEONT"
-MODULE_VERSION=0.011
-
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Test-Exception
- dev-perl/Sub-Exporter"