diff options
author | Torsten Veller <tove@gentoo.org> | 2012-01-08 17:12:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-01-08 17:12:40 +0000 |
commit | de495fcfffafda44cc435d8aad6b8a1fc0058cc9 (patch) | |
tree | aa179c270372ec0403b5a57e3e96ad8647dcccfe /perl-core | |
parent | [bump] virtual/perl-CPAN-Meta-2.113.640 (diff) | |
download | historical-de495fcfffafda44cc435d8aad6b8a1fc0058cc9.tar.gz historical-de495fcfffafda44cc435d8aad6b8a1fc0058cc9.tar.bz2 historical-de495fcfffafda44cc435d8aad6b8a1fc0058cc9.zip |
[bump] perl-core/Version-Requirements-0.101.21
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Version-Requirements/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Version-Requirements/Version-Requirements-0.101.21.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/perl-core/Version-Requirements/ChangeLog b/perl-core/Version-Requirements/ChangeLog index 912f5caba261..bfdfdaa76c73 100644 --- a/perl-core/Version-Requirements/ChangeLog +++ b/perl-core/Version-Requirements/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Version-Requirements -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/ChangeLog,v 1.13 2011/12/22 22:19:02 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/ChangeLog,v 1.14 2012/01/08 17:12:40 tove Exp $ + +*Version-Requirements-0.101.21 (08 Jan 2012) + + 08 Jan 2012; Torsten Veller <tove@gentoo.org> + +Version-Requirements-0.101.21.ebuild: + Version bump 22 Dec 2011; Markus Meier <maekke@gentoo.org> Version-Requirements-0.101.20.ebuild: diff --git a/perl-core/Version-Requirements/Version-Requirements-0.101.21.ebuild b/perl-core/Version-Requirements/Version-Requirements-0.101.21.ebuild new file mode 100644 index 000000000000..457e12dddd77 --- /dev/null +++ b/perl-core/Version-Requirements/Version-Requirements-0.101.21.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Version-Requirements/Version-Requirements-0.101.21.ebuild,v 1.1 2012/01/08 17:12:39 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.101021 +inherit perl-module + +DESCRIPTION="A set of version requirements for a CPAN dist" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + virtual/perl-Scalar-List-Utils + >=virtual/perl-version-0.77 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |