summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-19 16:01:28 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-19 16:01:28 +0000
commit91dab3c71431b7967d40f0493d5029eb751e790c (patch)
tree061599a609778e13e31b432244a5b103cd996779 /dev-perl/UNIVERSAL-isa
parentcleanup for bug 391093; eapi=4, fix for >=vdr-1.7.27 i18n handling, stable am... (diff)
downloadgentoo-2-91dab3c71431b7967d40f0493d5029eb751e790c.tar.gz
gentoo-2-91dab3c71431b7967d40f0493d5029eb751e790c.tar.bz2
gentoo-2-91dab3c71431b7967d40f0493d5029eb751e790c.zip
[bump] dev-perl/UNIVERSAL-isa-1.201.204.180
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/UNIVERSAL-isa')
-rw-r--r--dev-perl/UNIVERSAL-isa/ChangeLog10
-rw-r--r--dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.204.180.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/UNIVERSAL-isa/ChangeLog b/dev-perl/UNIVERSAL-isa/ChangeLog
index 1a4f1212c166..97d853171679 100644
--- a/dev-perl/UNIVERSAL-isa/ChangeLog
+++ b/dev-perl/UNIVERSAL-isa/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/UNIVERSAL-isa
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.4 2011/07/29 12:37:30 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.5 2012/04/19 16:01:28 tove Exp $
+
+*UNIVERSAL-isa-1.201.204.180 (19 Apr 2012)
+
+ 19 Apr 2012; Torsten Veller <tove@gentoo.org>
+ +UNIVERSAL-isa-1.201.204.180.ebuild:
+ Version bump
29 Jul 2011; Torsten Veller <tove@gentoo.org> -UNIVERSAL-isa-1.03.ebuild:
Cleanup
diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.204.180.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.204.180.ebuild
new file mode 100644
index 000000000000..7983cdc7ac57
--- /dev/null
+++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.204.180.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.204.180.ebuild,v 1.1 2012/04/19 16:01:28 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CHROMATIC
+MODULE_VERSION=1.20120418
+inherit perl-module
+
+DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do