summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-21 07:48:50 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-21 07:48:50 +0000
commit56e8a79b2d4d8f1870495281eeb8a8d349705e5d (patch)
treea66eca77be357a790e0cf919a87591171b7f7cee /perl-core/Attribute-Handlers
parentAdd export fix patch. May fix bug #367307 (diff)
downloadgentoo-2-56e8a79b2d4d8f1870495281eeb8a8d349705e5d.tar.gz
gentoo-2-56e8a79b2d4d8f1870495281eeb8a8d349705e5d.tar.bz2
gentoo-2-56e8a79b2d4d8f1870495281eeb8a8d349705e5d.zip
[bump] perl-core/Attribute-Handlers-0.910.0
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Attribute-Handlers')
-rw-r--r--perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild17
-rw-r--r--perl-core/Attribute-Handlers/ChangeLog8
2 files changed, 24 insertions, 1 deletions
diff --git a/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild
new file mode 100644
index 000000000000..889c433fbd46
--- /dev/null
+++ b/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild,v 1.1 2011/05/21 07:48:50 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=0.91
+inherit perl-module
+
+DESCRIPTION="Simpler definition of attribute handlers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST=do
diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog
index 18f2227c14ee..9f586aa05d2d 100644
--- a/perl-core/Attribute-Handlers/ChangeLog
+++ b/perl-core/Attribute-Handlers/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Attribute-Handlers
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.15 2011/01/17 08:15:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.16 2011/05/21 07:48:50 tove Exp $
+
+*Attribute-Handlers-0.910.0 (21 May 2011)
+
+ 21 May 2011; Torsten Veller <tove@gentoo.org>
+ +Attribute-Handlers-0.910.0.ebuild:
+ Version bump
17 Jan 2011; Torsten Veller <tove@gentoo.org>
-Attribute-Handlers-0.87.ebuild: