Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-File-Path/, perl-core/File-Path/
Date: Thu, 01 Jun 2017 01:01:17
Message-Id: 1496278786.0c419196491e1f35456bc7a90c3bd838568da132.kentnl@gentoo
1 commit: 0c419196491e1f35456bc7a90c3bd838568da132
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 1 00:58:54 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 1 00:59:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c419196
7
8 perl-core/File-Path: bump to version 2.130.0 re bug #620304
9
10 - EAPI6
11 - All keywords from virtual/perl-File-Path communicated on the basis
12 that if File-Path works in Perl Itself, the same code being shipped
13 independently should work also.
14
15 Bug: https://bugs.gentoo.org/620304
16 Package-Manager: Portage-2.3.5, Repoman-2.3.2
17
18 virtual/perl-File-Path: Bump
19
20 Package-Manager: Portage-2.3.5, Repoman-2.3.2
21
22 perl-core/File-Path/File-Path-2.130.0.ebuild | 15 +++++++++++++++
23 perl-core/File-Path/Manifest | 1 +
24 virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild | 15 +++++++++++++++
25 3 files changed, 31 insertions(+)
26
27 diff --git a/perl-core/File-Path/File-Path-2.130.0.ebuild b/perl-core/File-Path/File-Path-2.130.0.ebuild
28 new file mode 100644
29 index 00000000000..9cdad048afe
30 --- /dev/null
31 +++ b/perl-core/File-Path/File-Path-2.130.0.ebuild
32 @@ -0,0 +1,15 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +DIST_AUTHOR=JKEENAN
39 +DIST_VERSION=2.13
40 +inherit perl-module
41 +
42 +DESCRIPTION="File path and name utilities"
43 +
44 +SLOT="0"
45 +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"
46 +
47 +IUSE=""
48
49 diff --git a/perl-core/File-Path/Manifest b/perl-core/File-Path/Manifest
50 index e97abfb2bc3..452a88531db 100644
51 --- a/perl-core/File-Path/Manifest
52 +++ b/perl-core/File-Path/Manifest
53 @@ -1 +1,2 @@
54 DIST File-Path-2.09.tar.gz 20683 SHA256 d1e0b5b7f93cc4133e2fc206a34e00dd868886b7ed850d799ccee824d25a225e SHA512 ed04bda2829051094b3504be733ce78277c48b420ddce749b37b6b4fac6f400dd7ab414bfdbdf3df6c182c6e0d2e561200f9229e1cc22e13fae0ec067c80e4d0 WHIRLPOOL 1168b35bf41d99963f3ac916bcbd407fa9306910a29e12371fe2746704314a256095892b55b6c8d6f2527d7b34dd57071957ad6935671a674ee9364c2d428cbe
55 +DIST File-Path-2.13.tar.gz 31094 SHA256 926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d SHA512 9684737947bd46a3a4a1bd5f04b712d69cb08c3c6a2801c1017d2a796946162d8121bc614408cbdbb4749d2cdacfd5279ee4db11797e3053efef1d1ec7012562 WHIRLPOOL 6ea5ac1aa75a42b9ce03e1d1fcb5ab855436c93d9a947d5de02e9d0ff41514215a21d4d43b3c9149e095118194154b35cfaa5ac4d9f1371e3c2aa6d5a73bc5c1
56
57 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
58 new file mode 100644
59 index 00000000000..94636f1f50b
60 --- /dev/null
61 +++ b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
62 @@ -0,0 +1,15 @@
63 +# Copyright 1999-2017 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +
66 +EAPI=6
67 +
68 +DESCRIPTION="Virtual for ${PN#perl-}"
69 +SLOT="0"
70 +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"
71 +
72 +RDEPEND="
73 + ~perl-core/${PN#perl-}-${PV}
74 + dev-lang/perl:=
75 + !<perl-core/${PN#perl-}-${PV}
76 + !>perl-core/${PN#perl-}-${PV}-r999
77 +"