[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2024-05-08 Thread Sam James
commit: 0206c96b57e5f3ea886833f104373852b1379aab
Author: Sam James  gentoo  org>
AuthorDate: Wed May  8 20:34:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  8 20:34:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0206c96b

dev-perl/Path-Tiny: add 0.146.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Manifest |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index e25a19020ac6..57b3aeaaea75 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Path-Tiny-0.144.tar.gz 105730 BLAKE2B 
ec7fdb220751e87826b50da6f4ff2d25d56388199d9b7585d85c1513c7403e71e2f40e72cd9a5460ab30ad50756909edaaaca4d102185201d86be234e4953383
 SHA512 
a6360ff3c81dac6026a7610b4934a415db04060a7792e37d38eec6f7b46970eeb42840da25fc0b4eab21eaa7b5f011c6d92ba5382dcea49e57e4fc693c4620d5
+DIST Path-Tiny-0.146.tar.gz 105879 BLAKE2B 
d69085b7ceeb645f6b657effb7075bfe1816a6f5d4ba50fa4ca8043582b58ebdee1306d0364f1cdeeeabcac932d074e47bb4110408cbe6ceb1ea1b739d3af575
 SHA512 
8939e7a42a2539db98825f2755399fb5eb38aac9e6ad17ec71d51edad99ddb4d5d891ef0119b57a79e4fa84c43faedff2a05c705a1e6d731f77d49798d6dc94e

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild
new file mode 100644
index ..92e81b03cd0f
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.146.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.146
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   virtual/perl-Encode
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2023-07-23 Thread Sam James
commit: 2721b9c2c49a69642e994caac7392bacdecb11b8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2721b9c2

dev-perl/Path-Tiny: Stabilize 0.144.0 amd64, #910864

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
index 96258c445840..1377e2b71e02 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2023-07-23 Thread Sam James
commit: 0d7b82f265bdc0bf43fc750346be66952245dbde
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:59:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:59:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7b82f2

dev-perl/Path-Tiny: Stabilize 0.144.0 sparc, #910864

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
index b9cdc2833e7d..d932c2ee35e6 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2023-07-23 Thread Sam James
commit: ad3ab53152dfad02f703ce1b3fec1b2fb995672d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:59:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:59:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3ab531

dev-perl/Path-Tiny: Stabilize 0.144.0 arm64, #910864

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
index d932c2ee35e6..0c5eab479a18 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2023-06-19 Thread Sam James
commit: 246b4664211e3b8d714e5ce1a554457c7edf4da6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 19 17:35:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 19 17:59:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246b4664

dev-perl/Path-Tiny: add 0.144.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Manifest |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 70d1c3944534..00945ebb6008 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,2 +1,3 @@
 DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 
4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0
 SHA512 
cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61
 DIST Path-Tiny-0.120.tar.gz 95979 BLAKE2B 
9cc29b3788e3618a4a6e9b59b07d6ebd0909c1ea6332d76a57b11c4949a62c92796bdc08a5ad91ae4a0f0bcfa62075b86ad5dae84211f106eb9ce442accd7d0b
 SHA512 
3900fed77950154de60f0596b31f16c653597135d944a54a7e67d77254e0fe77f870defa76ab0c11f895c6d2de4cf0e340726074cf58aa83297f6b3aa30d7b12
+DIST Path-Tiny-0.144.tar.gz 105730 BLAKE2B 
ec7fdb220751e87826b50da6f4ff2d25d56388199d9b7585d85c1513c7403e71e2f40e72cd9a5460ab30ad50756909edaaaca4d102185201d86be234e4953383
 SHA512 
a6360ff3c81dac6026a7610b4934a415db04060a7792e37d38eec6f7b46970eeb42840da25fc0b4eab21eaa7b5f011c6d92ba5382dcea49e57e4fc693c4620d5

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
new file mode 100644
index ..b9cdc2833e7d
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.144
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   virtual/perl-Encode
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-05-14 Thread WANG Xuerui
commit: b079dd081cb2607c31bf84fbe6714adb3b406640
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 06:52:56 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 06:52:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b079dd08

dev-perl/Path-Tiny: keyword 0.120.0 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index dafae5dfc9f7..1e790549a3ec 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-22 Thread Arthur Zamarin
commit: d3620d748e4160b82b107e82fd0a61e66e4f667f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb 22 09:29:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb 22 09:30:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3620d74

dev-perl/Path-Tiny: Stabilize 0.120.0 hppa, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index 671d9880a514..dafae5dfc9f7 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-19 Thread Arthur Zamarin
commit: f1a35f26435daf67eaf5df320265d2993bf51423
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 12:13:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 12:13:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a35f26

dev-perl/Path-Tiny: Stabilize 0.120.0 arm64, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index 10a27c33c9d2..671d9880a514 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-19 Thread Arthur Zamarin
commit: 6d0cf883d0cd32dc974683a215b5ba4c3eab89f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 11:55:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 12:01:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0cf883

dev-perl/Path-Tiny: Stabilize 0.120.0 arm, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index 1a1af604caf5..10a27c33c9d2 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-19 Thread Arthur Zamarin
commit: 56b20eed9880a1715a9eebf084311f1ad025ad44
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 09:35:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 09:35:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b20eed

dev-perl/Path-Tiny: Stabilize 0.120.0 ppc64, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index cc4664827517..1a1af604caf5 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-19 Thread Arthur Zamarin
commit: 014217947e59fb15c1236aecccaa7b6daddf4314
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 08:18:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 08:18:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01421794

dev-perl/Path-Tiny: Stabilize 0.120.0 sparc, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index d9f84c3c97d2..cc4664827517 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-18 Thread Arthur Zamarin
commit: 30ddd0d5a49f7e1a0fe71fba9c97458947ddc299
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 07:20:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 07:20:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ddd0d5

dev-perl/Path-Tiny: Stabilize 0.120.0 ppc, #833674

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index 0951c38ba78e..d9f84c3c97d2 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-18 Thread Sam James
commit: f4455720e3284ebb11bb13abecfcedb055630da8
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 03:40:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 03:40:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4455720

dev-perl/Path-Tiny: Stabilize 0.120.0 x86, #833674

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index aab8dafb268b..0951c38ba78e 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2022-02-18 Thread Sam James
commit: a355a9a680c59e0b0094e92faefa909e726254cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 19 03:37:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 03:37:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a355a9a6

dev-perl/Path-Tiny: Stabilize 0.120.0 amd64, #833674

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
index 092bb0ff4770..aab8dafb268b 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-11-24 Thread Andreas K. Hüttel
commit: 7d8f40d8fcd188677afc52a608ee0f83baeb95d2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 24 16:15:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 24 16:18:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8f40d8

dev-perl/Path-Tiny: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Path-Tiny/Manifest |  1 -
 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 3e8c3ddb4aa0..3c8fb6580046 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,2 +1 @@
-DIST Path-Tiny-0.104.tar.gz 93011 BLAKE2B 
6492f651d1b5aa82309d0caf32a97bc890d8952b0fb37429babbba4c66beab24dd3e6bb2e36aedd1098b98828b367e43d25b6fc7529ae897358ea60373797200
 SHA512 
6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
 DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 
4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0
 SHA512 
cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
deleted file mode 100644
index bf7ed3a2700c..
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.104
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !minimal? (
-   >=dev-perl/Unicode-UTF8-0.580.0
-   )
-   virtual/perl-Carp
-   >=virtual/perl-Digest-1.30.0
-   >=virtual/perl-Digest-SHA-5.450.0
-   >=virtual/perl-Exporter-5.570.0
-   >=virtual/perl-File-Path-2.70.0
-   >=virtual/perl-File-Spec-0.860.0
-   >=virtual/perl-File-Temp-0.190.0
-   virtual/perl-if
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   !minimal? (
-   >=virtual/perl-JSON-PP-2.273.0
-   dev-perl/Test-FailWarnings
-   dev-perl/Test-MockRandom
-   )
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-11-24 Thread Andreas K. Hüttel
commit: 76a621a314e7bfd31f46b4006dc44d59149f218a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 24 16:18:01 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 24 16:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a621a3

dev-perl/Path-Tiny: Version bump 0.120

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Path-Tiny/Manifest |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 3c8fb6580046..70d1c3944534 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 
4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0
 SHA512 
cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61
+DIST Path-Tiny-0.120.tar.gz 95979 BLAKE2B 
9cc29b3788e3618a4a6e9b59b07d6ebd0909c1ea6332d76a57b11c4949a62c92796bdc08a5ad91ae4a0f0bcfa62075b86ad5dae84211f106eb9ce442accd7d0b
 SHA512 
3900fed77950154de60f0596b31f16c653597135d944a54a7e67d77254e0fe77f870defa76ab0c11f895c6d2de4cf0e340726074cf58aa83297f6b3aa30d7b12

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
new file mode 100644
index ..092bb0ff4770
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.120.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.120
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   virtual/perl-Encode
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+"
+
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-26 Thread Sam James
commit: e5baa1a5eb0c4554bca3aa9ebeedab40ed119a2b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:10:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5baa1a5

dev-perl/Path-Tiny: stable 0.118.0 for hppa, bug #810203

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index 57ba4e47b33..9a5490c0873 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-26 Thread Sam James
commit: ee0afa04fbc8cee2fefa51d9f084136054a0eb49
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 14:54:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 14:54:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0afa04

dev-perl/Path-Tiny: Stabilize 0.118.0 arm, #810203

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index 348c1348cb8..57ba4e47b33 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-26 Thread Sam James
commit: 717c39099efac428a1f3e2617a057d644bef844c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 14:51:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 14:51:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717c3909

dev-perl/Path-Tiny: Stabilize 0.118.0 arm64, #810203

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index 1a94534d2bc..348c1348cb8 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-25 Thread Sam James
commit: 6e87ba3f2fbba127b81b01f51a5d2f8f26c98218
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 25 16:22:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 25 16:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e87ba3f

dev-perl/Path-Tiny: Stabilize 0.118.0 sparc, #810203

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index f19947b5773..1a94534d2bc 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-24 Thread Agostino Sarubbo
commit: 764911fc71bff7a787d922aaaebec94cdca3bb03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 05:30:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 05:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764911fc

dev-perl/Path-Tiny: x86 stable wrt bug #810203

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index 57bee8aab8f..e85415ddac8 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-08-24 Thread Agostino Sarubbo
commit: a7fb15ee1573b060ca9ca8571ce9f89cdc2a7185
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 05:24:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 05:24:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fb15ee

dev-perl/Path-Tiny: amd64 stable wrt bug #810203

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index ad24d06e130..57bee8aab8f 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2021-07-25 Thread Andreas K. Hüttel
commit: 997f5b82f86494380b5ee78ddc79a1a3751cdab5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 25 10:50:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 25 11:15:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997f5b82

dev-perl/Path-Tiny: Version bump 0.118

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Path-Tiny/Manifest |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 2004cc65059..3e8c3ddb4aa 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Path-Tiny-0.104.tar.gz 93011 BLAKE2B 
6492f651d1b5aa82309d0caf32a97bc890d8952b0fb37429babbba4c66beab24dd3e6bb2e36aedd1098b98828b367e43d25b6fc7529ae897358ea60373797200
 SHA512 
6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
+DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 
4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0
 SHA512 
cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
new file mode 100644
index 000..ad24d06e130
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.118
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   virtual/perl-Encode
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+   virtual/perl-if
+"
+
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2019-01-05 Thread Mikle Kolyada
commit: d031582e5055ebc45e9908a661472c2e360d9556
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan  5 17:12:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan  5 17:19:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d031582e

dev-perl/Path-Tiny: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index f0d1884022d..3f8478bd6c4 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-10-27 Thread Fabian Groffen
commit: 01fbf3b3b23b1b3343d6f3f0119f187491dcce00
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Oct 27 12:45:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Oct 27 12:45:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fbf3b3

dev-perl/Path-Tiny: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index c6a7775b697..f0d1884022d 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-10-11 Thread Andreas Hüttel
commit: 0b43cfa0fe91fb06e7507ecb67cc5e3f6a9e6117
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Thu Oct 11 14:53:43 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Oct 11 14:56:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b43cfa0

dev-perl/Path-Tiny: Blind stable on arm, critical bug 667774

Bug: https://bugs.gentoo.org/667774
Signed-off-by: Andreas K. Hüttel  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index e831e2a..c6a7775b697 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-10-06 Thread Matt Turner
commit: c0e6568ac1c0d69ad32624ac0eb36c64fda0fcf3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  6 19:33:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  6 19:33:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e6568a

dev-perl/Path-Tiny-0.104.0: ppc64 stable, bug 667266

Signed-off-by: Matt Turner  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index f623fb03316..e831e2a 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-10-02 Thread Sergei Trofimovich
commit: e5d9ccafb42ceb145e9e07dd09bc71c462cc7def
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct  2 07:30:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct  2 07:33:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d9ccaf

dev-perl/Path-Tiny: stable 0.104.0 for ia64, bug #667266

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 10155af0dd1..f623fb03316 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-09-30 Thread Sergei Trofimovich
commit: f6a8b77420c420f8eaa511d42da97004f9d0d07b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 30 15:24:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 30 18:52:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a8b774

dev-perl/Path-Tiny: stable 0.104.0 for sparc, bug #667266

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index bfa6e609507..10155af0dd1 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-08-19 Thread Matt Turner
commit: 792ccf9547aec05c4e74fbea949b310ce197da6e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 20 04:40:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 20 04:40:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792ccf95

dev-perl/Path-Tiny-0.104.0: alpha stable, bug 661778

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 8e8b822664b..bfa6e609507 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-08-03 Thread Mikle Kolyada
commit: 21ae9dd68271b6095627f60eb2b8aaac520bad0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug  4 00:19:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug  4 00:19:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ae9dd6

dev-perl/Path-Tiny: Add ~s390 keyword wrt bug #652718

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 8575a54aad2..8e8b822664b 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-04-15 Thread Sergei Trofimovich
commit: b3c7c3e6ca5146c7b143e5b7e114f95d02e0a683
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 15 21:06:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 15 21:06:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c7c3e6

dev-perl/Path-Tiny: keyworded 0.104.0 for ia64, bug #652718

Bug: https://bugs.gentoo.org/652718
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index e7362ad2987..db0029e61b3 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-03-27 Thread Matt Turner
commit: b892dd82f862a589521b30c79d488d7769bf9a12
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 28 03:39:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 28 04:08:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b892dd82

dev-perl/Path-Tiny-0.104.0: added ~mips

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index c16d765a247..e7362ad2987 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2018-03-01 Thread Michał Górny
commit: 6bc6aced51c68d237e5713e38dfb4860ade735f6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 14:04:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 14:28:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc6aced

dev-perl/Path-Tiny: Tested on ~amd64-fbsd

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 272066f1d0c..c16d765a247 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-07-07 Thread Alexis Ballier
commit: 368385371efb64547763cbc2a4482e8e880a5590
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul  7 07:32:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul  7 07:33:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36838537

dev-perl/Path-Tiny: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 9509695e4f6..272066f1d0c 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-05-30 Thread Kent Fredric
commit: 05046522f084ce4cb4f3a6ad6d0c8362653ffabc
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed May 31 02:49:26 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed May 31 02:49:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05046522

dev-perl/Path-Tiny: Cleanup old re bug #614804

Removing old versions broken by '.' removal from @INC

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Path-Tiny/Manifest|  2 --
 dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild | 39 -
 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 40 --
 3 files changed, 81 deletions(-)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 0dd36753670..7219a6ae94b 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,3 +1 @@
-DIST Path-Tiny-0.061.tar.gz 71937 SHA256 
e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 
36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0
 WHIRLPOOL 
c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375
-DIST Path-Tiny-0.084.tar.gz 89052 SHA256 
633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 
c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6
 WHIRLPOOL 
ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43
 DIST Path-Tiny-0.104.tar.gz 93011 SHA256 
c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef SHA512 
6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
 WHIRLPOOL 
6ca6eb2ae0569bf022e75044c3f1737b5d53dd2f3eb5f1038f36607612c3f6c5b459313ed6706629880509c956c0ce07bf1557de92daac7bffa3222aae0d

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
deleted file mode 100644
index 981de027796..000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.061
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Unicode-UTF8-0.580.0
-   virtual/perl-Carp
-   >=virtual/perl-Digest-1.30.0
-   >=virtual/perl-Digest-SHA-5.450.0
-   virtual/perl-Exporter
-   >=virtual/perl-File-Path-2.70.0
-   >=virtual/perl-File-Spec-3.400.0
-   >=virtual/perl-File-Temp-0.190.0
-   virtual/perl-if
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-   test? (
-   dev-perl/Devel-Hide
-   dev-perl/Test-Deep
-   virtual/perl-File-Spec
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
deleted file mode 100644
index a1a959f4129..000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.084
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-
-RDEPEND="
-   !minimal? (
-   >=dev-perl/Unicode-UTF8-0.580.0
-   )
-   virtual/perl-Carp
-   >=virtual/perl-Digest-1.30.0
-   >=virtual/perl-Digest-SHA-5.450.0
-   >=virtual/perl-Exporter-5.570.0
-   >=virtual/perl-File-Path-2.70.0
-   >=virtual/perl-File-Spec-0.860.0
-   >=virtual/perl-File-Temp-0.190.0
-   virtual/perl-if
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   !minimal? (
-   >=virtual/perl-JSON-PP-2.273.0
-   dev-perl/Test-FailWarnings
-   dev-perl/Test-MockRandom
-   )
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-05-21 Thread Michael Weber
commit: 7415b03dcde7c1274c89d3310b187f62ebecd493
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 00:50:21 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 00:50:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415b03d

dev-perl/Path-Tiny: ppc stable (bug 618966).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 8e737d46354..9509695e4f6 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-05-20 Thread Agostino Sarubbo
commit: ce86c0cf5692ee07ccc67f31fd6458fdef3e239e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 20 09:33:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 20 09:33:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86c0cf

dev-perl/Path-Tiny: x86 stable wrt bug #618966

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index 6857a24cd8a..8e737d46354 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-05-20 Thread Agostino Sarubbo
commit: 8dd9c492c91c94e18439ed46507615d422448910
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 20 08:47:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 20 08:47:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd9c492

dev-perl/Path-Tiny: amd64 stable wrt bug #618966

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
index ba20c35393e..6857a24cd8a 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-04-05 Thread Kent Fredric
commit: 43bd3a400b6cddb3896d3e59a7870f19d96de66b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr  5 19:54:02 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr  5 19:54:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd3a40

dev-perl/Path-Tiny: Bump to version 0.104.0

Upstream:
- Fix bugs in relative symlink resolution
- Detects circular loops in symlinks and errors
- spew_utf8 accepts arrayref as input
- Prefer PerlIO::utf8_strict over encoding(UTF-8)
- 'touch' can now set current time on writeable unowned files
- Symlink support detection always looks at $Config{d_symlink}
- Add 'realpath' option to tempfile/tempdir
- Fix '.' in @INC issues
- 'absolute' always returns absolute paths even with relative
  base paths
- Add 'cached_temp'

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Path-Tiny/Manifest |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 40 +
 dev-perl/Path-Tiny/metadata.xml | 17 ++--
 3 files changed, 50 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index b59945c1a59..0dd36753670 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,2 +1,3 @@
 DIST Path-Tiny-0.061.tar.gz 71937 SHA256 
e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 
36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0
 WHIRLPOOL 
c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375
 DIST Path-Tiny-0.084.tar.gz 89052 SHA256 
633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 
c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6
 WHIRLPOOL 
ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43
+DIST Path-Tiny-0.104.tar.gz 93011 SHA256 
c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef SHA512 
6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
 WHIRLPOOL 
6ca6eb2ae0569bf022e75044c3f1737b5d53dd2f3eb5f1038f36607612c3f6c5b459313ed6706629880509c956c0ce07bf1557de92daac7bffa3222aae0d

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
new file mode 100644
index 000..ba20c35393e
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.104
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Path-Tiny/metadata.xml b/dev-perl/Path-Tiny/metadata.xml
index a2bf08803f0..0bc40aa713c 100644
--- a/dev-perl/Path-Tiny/metadata.xml
+++ b/dev-perl/Path-Tiny/metadata.xml
@@ -1,12 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-p...@gentoo.org
-Gentoo Perl Project
-
-
-Path-Tiny
-Path::Tiny
-
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Path-Tiny
+Path::Tiny
+Path::Tiny::Error
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2017-03-10 Thread Matt Turner
commit: 2847a7e21ad00b61529fccb6cecb18c9aced70ed
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:05 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2847a7e2

dev-perl/Path-Tiny: added ~ppc, bugs 577646, 579360

 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
index 02629f296d7..a1a959f4129 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-07-24 Thread Jeroen Roovers
commit: 5243ed144f2344c670185d3a5804d996bdd31135
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 24 09:49:12 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 24 09:49:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5243ed14

dev-perl/Path-Tiny: Mark ~hppa (bug #577646).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
index 32ea172..d52eabd 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-05-25 Thread Matt Turner
commit: 6ad9306a8aea2909ba159a0112d9fd009f26b937
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 25 22:57:32 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 25 23:08:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad9306a

dev-perl/Path-Tiny: added ~alpha, bug 579360.

 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
index 9bbbe4b..32ea172 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-04-22 Thread Markus Meier
commit: 88efded3be62bd268b8ae90a40fc7f4bad5a0c58
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Apr 22 20:00:53 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Apr 22 20:00:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88efded3

dev-perl/Path-Tiny: add ~arm, bug #577646

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
index 9563d6f..9bbbe4b 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-04-13 Thread Andreas Hüttel
commit: 35415a043e8495c1ca61294ce4269574310ecb3a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 13 23:09:52 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Apr 13 23:15:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35415a04

dev-perl/Path-Tiny: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Path-Tiny/Manifest|  1 -
 dev-perl/Path-Tiny/Path-Tiny-0.44.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 49a6705..b59945c 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,3 +1,2 @@
-DIST Path-Tiny-0.044.tar.gz 48394 SHA256 
57af7c250b4778c5045ec94ecb833796d74499e350a5bb0b816c97f2d7925f1a SHA512 
a3a09254bbdc0d9dce7037ae4fb2c7bdbea29c19379337ea2f8ea6973e63a89961be5d058a571bcdb9810cbe95f7e9301207457725bda4f9536ecb93460f25e6
 WHIRLPOOL 
b536b874c1d6b0522380c6ce4eebdc52033f9adcb6d377a1f0cd1b5c908c17e6816a0942fc153a81d85958467c6bd4a1d17122d087eed32d72e26696a24f8289
 DIST Path-Tiny-0.061.tar.gz 71937 SHA256 
e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 
36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0
 WHIRLPOOL 
c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375
 DIST Path-Tiny-0.084.tar.gz 89052 SHA256 
633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 
c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6
 WHIRLPOOL 
ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.44.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.44.0.ebuild
deleted file mode 100644
index 1e1eec0..000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.44.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.044
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Unicode-UTF8-0.580.0
-   >=virtual/perl-File-Path-2.70.0
-   >=virtual/perl-File-Temp-0.180.0
-   >=virtual/perl-File-Spec-3.400.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-   test? (
-   dev-perl/Devel-Hide
-   dev-perl/Test-Deep
-   virtual/perl-File-Spec
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-03-19 Thread Andreas Hüttel
commit: 951a9e0dac8b6c37491c2c90649e5f5543559c70
Author: Kent Fredric  gmail  com>
AuthorDate: Wed Mar 16 03:05:04 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 22:49:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951a9e0d

dev-perl/Path-Tiny: Bump to version 0.84.0

- EAPI6
- Cleanup deps.
- Make recommended deps optional

Upstream:
- New methods: assert, visit, edit{,_raw,_utf8}, edit_lines{,_raw,_utf8},
- lines() accepts negative count to fetch last lines
- Exclusive locking options added to filehandle opens
- copy() now returns a path() for the copied file
- Spaces in tilde expansion no longer broken
- realpath() no longer fatalizes if path_part[-1] is all that is missing
- values returned to visit() only dereferenced if scalar refs.
- Bug fixes in arg handling with File::Path
- Fixed spewing to symlink that crosses fs boundary
- relative() no longer implemented using File::Spec rel2abs

Needs rekeywording for: ~arm ~hppa ~ppc
Including: dev-perl/Test-MockRandom-1.10.0

Package-Manager: portage-2.2.28

 dev-perl/Path-Tiny/Manifest|  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index efc985d..49a6705 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,2 +1,3 @@
 DIST Path-Tiny-0.044.tar.gz 48394 SHA256 
57af7c250b4778c5045ec94ecb833796d74499e350a5bb0b816c97f2d7925f1a SHA512 
a3a09254bbdc0d9dce7037ae4fb2c7bdbea29c19379337ea2f8ea6973e63a89961be5d058a571bcdb9810cbe95f7e9301207457725bda4f9536ecb93460f25e6
 WHIRLPOOL 
b536b874c1d6b0522380c6ce4eebdc52033f9adcb6d377a1f0cd1b5c908c17e6816a0942fc153a81d85958467c6bd4a1d17122d087eed32d72e26696a24f8289
 DIST Path-Tiny-0.061.tar.gz 71937 SHA256 
e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 
36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0
 WHIRLPOOL 
c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375
+DIST Path-Tiny-0.084.tar.gz 89052 SHA256 
633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 
c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6
 WHIRLPOOL 
ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
new file mode 100644
index 000..9563d6f
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.084
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Unicode-UTF8-0.580.0
+   )
+   virtual/perl-Carp
+   >=virtual/perl-Digest-1.30.0
+   >=virtual/perl-Digest-SHA-5.450.0
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Path-2.70.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-File-Temp-0.190.0
+   virtual/perl-if
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   !minimal? (
+   >=virtual/perl-JSON-PP-2.273.0
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-MockRandom
+   )
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-03-15 Thread Agostino Sarubbo
commit: 2acd72b88e36dc0747495365a6d1d4eb942a8395
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 12:12:21 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 12:12:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acd72b8

dev-perl/Path-Tiny: ppc stable wrt bug #576000

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
index 424a268..e49e988 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ppc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-03-15 Thread Agostino Sarubbo
commit: 2485f398ceb08bb7c00c1c32d9324c282d5178a4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 12:09:44 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 12:09:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2485f398

dev-perl/Path-Tiny: amd64 stable wrt bug #576000

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
index eac3d98..1cce3fd 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/

2016-03-15 Thread Agostino Sarubbo
commit: d75da3b1b47eb3abb66f6a120c4793b99b1b616e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 12:11:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 12:11:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75da3b1

dev-perl/Path-Tiny: x86 stable wrt bug #576000

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
index 1cce3fd..424a268 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
 IUSE="test"
 
 RDEPEND="