diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-19 19:21:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-19 19:21:51 +0000 |
commit | 76ae1731f00a4b871cc8f6d117fce48d391f5faf (patch) | |
tree | 189bba2f647049822007e342fa4724f6a01506fa /perl-core/Attribute-Handlers | |
parent | http://my.opera.com/desktopteam/blog/2011/12/19/hwa (diff) | |
download | gentoo-2-76ae1731f00a4b871cc8f6d117fce48d391f5faf.tar.gz gentoo-2-76ae1731f00a4b871cc8f6d117fce48d391f5faf.tar.bz2 gentoo-2-76ae1731f00a4b871cc8f6d117fce48d391f5faf.zip |
[bump] perl-core/Attribute-Handlers-0.930.0
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Attribute-Handlers')
-rw-r--r-- | perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Attribute-Handlers/ChangeLog | 8 |
2 files changed, 24 insertions, 1 deletions
diff --git a/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild new file mode 100644 index 000000000000..2c21f5432713 --- /dev/null +++ b/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.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.930.0.ebuild,v 1.1 2011/12/19 19:21:51 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SMUELLER +MODULE_VERSION=0.93 +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 ~x64-macos ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog index aa1b28be968e..279474053c82 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.18 2011/12/17 18:08:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.19 2011/12/19 19:21:51 tove Exp $ + +*Attribute-Handlers-0.930.0 (19 Dec 2011) + + 19 Dec 2011; Torsten Veller <tove@gentoo.org> + +Attribute-Handlers-0.930.0.ebuild: + Version bump 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org> Attribute-Handlers-0.910.0.ebuild: |