summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 11:11:01 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 11:11:01 +0000
commit054cde227e50293ad5d154585a1a2d71bace4cc9 (patch)
tree5614a265caad4e10410019ad6f98aaf0892f8e70 /dev-perl/indirect
parentppc/ppc64 stable wrt #373785 (diff)
downloadhistorical-054cde227e50293ad5d154585a1a2d71bace4cc9.tar.gz
historical-054cde227e50293ad5d154585a1a2d71bace4cc9.tar.bz2
historical-054cde227e50293ad5d154585a1a2d71bace4cc9.zip
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r--dev-perl/indirect/ChangeLog5
-rw-r--r--dev-perl/indirect/indirect-0.23.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog
index 37a46ff53249..221d0dd18d1b 100644
--- a/dev-perl/indirect/ChangeLog
+++ b/dev-perl/indirect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/indirect
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.2 2011/07/18 10:45:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.3 2011/07/29 11:06:03 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -indirect-0.23.ebuild:
+ Cleanup
*indirect-0.240.0 (18 Jul 2011)
diff --git a/dev-perl/indirect/indirect-0.23.ebuild b/dev-perl/indirect/indirect-0.23.ebuild
deleted file mode 100644
index d7f3232e4049..000000000000
--- a/dev-perl/indirect/indirect-0.23.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/indirect-0.23.ebuild,v 1.1 2011/01/30 23:21:41 idl0r Exp $
-
-EAPI="3"
-
-MODULE_AUTHOR="VPIT"
-
-inherit perl-module
-
-DESCRIPTION="Lexically warn about using the indirect object syntax"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"