summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-23 19:09:55 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-23 19:09:55 +0000
commitb06486ddc49bb287d3ff522730871dfc5cb417e6 (patch)
tree8af2bdf0d5d7f7d6805a1fcd3fc0c3d12307af57 /perl-core/Class-ISA
parentRemove virtual/libc (diff)
downloadgentoo-2-b06486ddc49bb287d3ff522730871dfc5cb417e6.tar.gz
gentoo-2-b06486ddc49bb287d3ff522730871dfc5cb417e6.tar.bz2
gentoo-2-b06486ddc49bb287d3ff522730871dfc5cb417e6.zip
Version bump
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Class-ISA')
-rw-r--r--perl-core/Class-ISA/ChangeLog9
-rw-r--r--perl-core/Class-ISA/Class-ISA-0.34.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/perl-core/Class-ISA/ChangeLog b/perl-core/Class-ISA/ChangeLog
index d87b1ad5d28d..2f26a00cf918 100644
--- a/perl-core/Class-ISA/ChangeLog
+++ b/perl-core/Class-ISA/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Class-ISA
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.1 2008/11/02 07:16:47 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.2 2009/09/23 19:09:55 tove Exp $
+
+*Class-ISA-0.34 (23 Sep 2009)
+
+ 23 Sep 2009; Torsten Veller <tove@gentoo.org> +Class-ISA-0.34.ebuild:
+ Version bump
01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml,
+Class-ISA-0.33.ebuild:
diff --git a/perl-core/Class-ISA/Class-ISA-0.34.ebuild b/perl-core/Class-ISA/Class-ISA-0.34.ebuild
new file mode 100644
index 000000000000..304533d1f588
--- /dev/null
+++ b/perl-core/Class-ISA/Class-ISA-0.34.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.34.ebuild,v 1.1 2009/09/23 19:09:55 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=SMUELLER
+inherit perl-module
+
+DESCRIPTION="Report the search path thru an ISA tree"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"