diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 09:53:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 09:53:47 +0000 |
commit | 12e17472e06b2d2927d63911ee069f70af0cfea6 (patch) | |
tree | 90bfd29290ef8f0944f5c9aa836adc8750698bd7 /dev-perl/Package-Stash | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-12e17472e06b2d2927d63911ee069f70af0cfea6.tar.gz gentoo-2-12e17472e06b2d2927d63911ee069f70af0cfea6.tar.bz2 gentoo-2-12e17472e06b2d2927d63911ee069f70af0cfea6.zip |
[bump] dev-perl/Package-Stash-0.340.0
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Package-Stash')
-rw-r--r-- | dev-perl/Package-Stash/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Package-Stash/Package-Stash-0.340.0.ebuild | 38 |
2 files changed, 45 insertions, 2 deletions
diff --git a/dev-perl/Package-Stash/ChangeLog b/dev-perl/Package-Stash/ChangeLog index 687466c946d4..c3743f799b4c 100644 --- a/dev-perl/Package-Stash/ChangeLog +++ b/dev-perl/Package-Stash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Package-Stash -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.44 2012/12/31 16:55:24 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.45 2013/01/06 09:53:47 tove Exp $ + +*Package-Stash-0.340.0 (06 Jan 2013) + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> +Package-Stash-0.340.0.ebuild: + Version bump 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Package-Stash-0.330.0.ebuild: Add ~ppc64, wrt bug #403413 diff --git a/dev-perl/Package-Stash/Package-Stash-0.340.0.ebuild b/dev-perl/Package-Stash/Package-Stash-0.340.0.ebuild new file mode 100644 index 000000000000..22d2dc73d2a2 --- /dev/null +++ b/dev-perl/Package-Stash/Package-Stash-0.340.0.ebuild @@ -0,0 +1,38 @@ +# 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/Package-Stash-0.340.0.ebuild,v 1.1 2013/01/06 09:53:47 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.34 +inherit perl-module + +DESCRIPTION="Routines for manipulating stashes" + +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=" + >=dev-perl/Dist-CheckConflicts-0.20.0 + >=dev-perl/Module-Implementation-0.60.0 + dev-perl/Package-DeprecationManager + >=dev-perl/Package-Stash-XS-0.260.0 +" +# conflicts: +# !<=dev-perl/Class-MOP-1.08 +# !<=dev-perl/namespace-clean-0.18 +# !<=dev-perl/MooseX-Role-WithOverloading-0.80 +# !<=dev-perl/MooseX-Method-Signatures-0.360.0 + +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" |