diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-05 08:04:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-05 08:04:25 +0000 |
commit | 625a6e54f0b15ce5c8238f57c79bb193c377cfb8 (patch) | |
tree | 16629397e6d6816ece1f72b53c03017e69dd2c66 /dev-perl | |
parent | [bump] dev-perl/Package-Stash-XS-0.220.0 (diff) | |
download | gentoo-2-625a6e54f0b15ce5c8238f57c79bb193c377cfb8.tar.gz gentoo-2-625a6e54f0b15ce5c8238f57c79bb193c377cfb8.tar.bz2 gentoo-2-625a6e54f0b15ce5c8238f57c79bb193c377cfb8.zip |
[bump] dev-perl/Package-Stash-0.260.0
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Package-Stash/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Package-Stash/Package-Stash-0.260.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-perl/Package-Stash/ChangeLog b/dev-perl/Package-Stash/ChangeLog index dbc8165f0b8d..03a223980d70 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.12 2011/01/26 13:09:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.13 2011/03/05 08:04:25 tove Exp $ + +*Package-Stash-0.260.0 (05 Mar 2011) + + 05 Mar 2011; Torsten Veller <tove@gentoo.org> +Package-Stash-0.260.0.ebuild: + Version bump *Package-Stash-0.250 (26 Jan 2011) diff --git a/dev-perl/Package-Stash/Package-Stash-0.260.0.ebuild b/dev-perl/Package-Stash/Package-Stash-0.260.0.ebuild new file mode 100644 index 000000000000..dd4a806b5860 --- /dev/null +++ b/dev-perl/Package-Stash/Package-Stash-0.260.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 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.260.0.ebuild,v 1.1 2011/03/05 08:04:25 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Routines for manipulating stashes" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Package-DeprecationManager + >=dev-perl/Package-Stash-XS-0.220" +# conflicts: +# !<=dev-perl/Class-MOP-1.08 +# !<=dev-perl/namespace-clean-0.18 +# !<=dev-perl/MooseX-Role-WithOverloading-0.80 + +DEPEND="${RDEPEND} + >=dev-perl/Dist-CheckConflicts-0.20 + >=virtual/perl-ExtUtils-MakeMaker-6.31 + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Requires + >=virtual/perl-Test-Simple-0.88 + )" + +SRC_TEST="do" |