summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-29 18:47:22 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-29 18:47:22 +0000
commita2ccd78d2ff51a8b1560e2fd85894984f14bee08 (patch)
tree609d6ad4f3642da4be616704bb28f0f2ee33bd54 /dev-perl/UNIVERSAL-can
parentalpha/ia64/s390/sh/sparc stable wrt #419261 (diff)
downloadgentoo-2-a2ccd78d2ff51a8b1560e2fd85894984f14bee08.tar.gz
gentoo-2-a2ccd78d2ff51a8b1560e2fd85894984f14bee08.tar.bz2
gentoo-2-a2ccd78d2ff51a8b1560e2fd85894984f14bee08.zip
Cleanup
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r--dev-perl/UNIVERSAL-can/ChangeLog6
-rw-r--r--dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.106.170.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog
index 3ce25c3fc706..ed9bebdc4b26 100644
--- a/dev-perl/UNIVERSAL-can/ChangeLog
+++ b/dev-perl/UNIVERSAL-can/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/UNIVERSAL-can
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.10 2012/07/27 18:55:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.11 2012/07/29 18:47:22 tove Exp $
+
+ 29 Jul 2012; Torsten Veller <tove@gentoo.org>
+ -UNIVERSAL-can-1.201.106.170.ebuild:
+ Cleanup
*UNIVERSAL-can-1.201.207.260 (27 Jul 2012)
diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.106.170.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.106.170.ebuild
deleted file mode 100644
index ea8a0a346b91..000000000000
--- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.106.170.ebuild
+++ /dev/null
@@ -1,24 +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/UNIVERSAL-can/UNIVERSAL-can-1.201.106.170.ebuild,v 1.1 2011/08/06 10:46:05 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=CHROMATIC
-MODULE_VERSION=1.20110617
-inherit perl-module
-
-DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Scalar-List-Utils"
-DEPEND="
- test? (
- ${RDEPEND}
- >=virtual/perl-Test-Simple-0.60
- )"
-
-SRC_TEST="do"