diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-01 12:58:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-01 12:59:46 +1200 |
commit | 0c419196491e1f35456bc7a90c3bd838568da132 (patch) | |
tree | 742a8d00dab78a5cff1e2f4fe7f7d828aaaac57d /virtual/perl-File-Path | |
parent | dev-lang/perl: Start 5.28.9999 series at 5.27.0 (diff) | |
download | gentoo-0c419196491e1f35456bc7a90c3bd838568da132.tar.gz gentoo-0c419196491e1f35456bc7a90c3bd838568da132.tar.bz2 gentoo-0c419196491e1f35456bc7a90c3bd838568da132.zip |
perl-core/File-Path: bump to version 2.130.0 re bug #620304
- EAPI6
- All keywords from virtual/perl-File-Path communicated on the basis
that if File-Path works in Perl Itself, the same code being shipped
independently should work also.
Bug: https://bugs.gentoo.org/620304
Package-Manager: Portage-2.3.5, Repoman-2.3.2
virtual/perl-File-Path: Bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-File-Path')
-rw-r--r-- | virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild new file mode 100644 index 000000000000..94636f1f50b7 --- /dev/null +++ b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |