summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 12:53:20 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 12:53:20 +0000
commit31b25a7039e1ef7dea28bf9b98aa44d2e03c5649 (patch)
tree79836a04b7b79e73b5f1cfdd6982ba1d2ec321aa /dev-perl/UNIVERSAL-can
parentppc stable wrt #365231 (diff)
downloadhistorical-31b25a7039e1ef7dea28bf9b98aa44d2e03c5649.tar.gz
historical-31b25a7039e1ef7dea28bf9b98aa44d2e03c5649.tar.bz2
historical-31b25a7039e1ef7dea28bf9b98aa44d2e03c5649.zip
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r--dev-perl/UNIVERSAL-can/ChangeLog5
-rw-r--r--dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog
index 0d395d65ef28..969b0761f3c7 100644
--- a/dev-perl/UNIVERSAL-can/ChangeLog
+++ b/dev-perl/UNIVERSAL-can/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/UNIVERSAL-can
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.5 2011/06/17 19:00:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.6 2011/07/29 12:38:21 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org> -UNIVERSAL-can-1.16.ebuild:
+ Cleanup
*UNIVERSAL-can-1.201.106.140 (17 Jun 2011)
diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild
deleted file mode 100644
index 7229e88c68ed..000000000000
--- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild
+++ /dev/null
@@ -1,25 +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/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild,v 1.1 2010/01/16 21:00:43 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=CHROMATIC
-inherit perl-module
-
-DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Scalar-List-Utils"
-DEPEND="
- >=virtual/perl-Module-Build-0.35
- test? (
- ${RDEPEND}
- >=virtual/perl-Test-Simple-0.60
- )"
-
-SRC_TEST="do"