diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 09:52:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 09:52:59 +0000 |
commit | 353dc9161c36089f786950342b33b696584507c1 (patch) | |
tree | 41acc7b95880f4b01d8e55f23bea750203452521 /dev-perl/Package-Stash-XS | |
parent | Revbump required for latest change (diff) | |
download | gentoo-2-353dc9161c36089f786950342b33b696584507c1.tar.gz gentoo-2-353dc9161c36089f786950342b33b696584507c1.tar.bz2 gentoo-2-353dc9161c36089f786950342b33b696584507c1.zip |
[bump] dev-perl/Package-Stash-XS-0.260.0
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Package-Stash-XS')
-rw-r--r-- | dev-perl/Package-Stash-XS/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog index b1176a877586..9f8d52648820 100644 --- a/dev-perl/Package-Stash-XS/ChangeLog +++ b/dev-perl/Package-Stash-XS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Package-Stash-XS -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.29 2012/12/31 16:56:23 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.30 2013/01/06 09:52:59 tove Exp $ + +*Package-Stash-XS-0.260.0 (06 Jan 2013) + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + +Package-Stash-XS-0.260.0.ebuild: + Version bump 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Package-Stash-XS-0.250.0.ebuild: diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild new file mode 100644 index 000000000000..3856141f4d05 --- /dev/null +++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.260.0.ebuild,v 1.1 2013/01/06 09:52:59 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Faster and more correct implementation of the Package::Stash API" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.310.0 + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Requires + >=virtual/perl-Test-Simple-0.880.0 + )" + +SRC_TEST="do" |