diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-25 10:28:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-25 10:28:03 +0000 |
commit | a21ca0c41c09cac2c34560bbb518a06f76df2dbc (patch) | |
tree | 1c9f524fbb94b947d78022618a3f13618178cd62 /dev-perl | |
parent | stable sparc, bug 263282 (diff) | |
download | gentoo-2-a21ca0c41c09cac2c34560bbb518a06f76df2dbc.tar.gz gentoo-2-a21ca0c41c09cac2c34560bbb518a06f76df2dbc.tar.bz2 gentoo-2-a21ca0c41c09cac2c34560bbb518a06f76df2dbc.zip |
Version bump
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-C3-XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Class-C3-XS/ChangeLog b/dev-perl/Class-C3-XS/ChangeLog index 15114d904b31..26feefe3d4ae 100644 --- a/dev-perl/Class-C3-XS/ChangeLog +++ b/dev-perl/Class-C3-XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Class-C3-XS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.1 2009/01/14 10:08:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.2 2009/03/25 10:28:03 tove Exp $ + +*Class-C3-XS-0.09 (25 Mar 2009) + + 25 Mar 2009; Torsten Veller <tove@gentoo.org> +Class-C3-XS-0.09.ebuild: + Version bump *Class-C3-XS-0.08 (14 Jan 2009) diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild new file mode 100644 index 000000000000..30d09451a468 --- /dev/null +++ b/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/Class-C3-XS-0.09.ebuild,v 1.1 2009/03/25 10:28:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="XS speedups for Class::C3" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |