diff options
-rw-r--r-- | perl-core/File-Path/File-Path-2.130.0.ebuild | 15 | ||||
-rw-r--r-- | perl-core/File-Path/Manifest | 1 | ||||
-rw-r--r-- | virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/perl-core/File-Path/File-Path-2.130.0.ebuild b/perl-core/File-Path/File-Path-2.130.0.ebuild new file mode 100644 index 000000000000..9cdad048afe0 --- /dev/null +++ b/perl-core/File-Path/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 + +DIST_AUTHOR=JKEENAN +DIST_VERSION=2.13 +inherit perl-module + +DESCRIPTION="File path and name utilities" + +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" + +IUSE="" diff --git a/perl-core/File-Path/Manifest b/perl-core/File-Path/Manifest index e97abfb2bc35..452a88531db6 100644 --- a/perl-core/File-Path/Manifest +++ b/perl-core/File-Path/Manifest @@ -1 +1,2 @@ DIST File-Path-2.09.tar.gz 20683 SHA256 d1e0b5b7f93cc4133e2fc206a34e00dd868886b7ed850d799ccee824d25a225e SHA512 ed04bda2829051094b3504be733ce78277c48b420ddce749b37b6b4fac6f400dd7ab414bfdbdf3df6c182c6e0d2e561200f9229e1cc22e13fae0ec067c80e4d0 WHIRLPOOL 1168b35bf41d99963f3ac916bcbd407fa9306910a29e12371fe2746704314a256095892b55b6c8d6f2527d7b34dd57071957ad6935671a674ee9364c2d428cbe +DIST File-Path-2.13.tar.gz 31094 SHA256 926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d SHA512 9684737947bd46a3a4a1bd5f04b712d69cb08c3c6a2801c1017d2a796946162d8121bc614408cbdbb4749d2cdacfd5279ee4db11797e3053efef1d1ec7012562 WHIRLPOOL 6ea5ac1aa75a42b9ce03e1d1fcb5ab855436c93d9a947d5de02e9d0ff41514215a21d4d43b3c9149e095118194154b35cfaa5ac4d9f1371e3c2aa6d5a73bc5c1 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 +" |