diff options
author | 2011-09-01 11:49:39 +0000 | |
---|---|---|
committer | 2011-09-01 11:49:39 +0000 | |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Class-C3-XS | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Class-C3-XS')
-rw-r--r-- | dev-perl/Class-C3-XS/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Class-C3-XS/Class-C3-XS-0.130.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Class-C3-XS/ChangeLog b/dev-perl/Class-C3-XS/ChangeLog index 4206a16d2bae..695970073602 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.11 2010/06/27 17:51:32 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-XS/ChangeLog,v 1.12 2011/09/01 11:24:33 tove Exp $ + +*Class-C3-XS-0.130.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Class-C3-XS-0.130.0.ebuild: + Change version scheme 27 Jun 2010; <nixnut@gentoo.org> Class-C3-XS-0.13.ebuild: ppc stable #323529 diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.130.0.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.130.0.ebuild new file mode 100644 index 000000000000..1fa719511500 --- /dev/null +++ b/dev-perl/Class-C3-XS/Class-C3-XS-0.130.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.130.0.ebuild,v 1.1 2011/09/01 11:24:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="XS speedups for Class::C3" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |