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

2021-07-24 Thread Andreas K. Hüttel
commit: 1fb8d54601863fd7b28bb3cc891c14d77c9e106b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:59:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:59:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb8d546

dev-perl/Path-IsDev: EAPI=8 bump

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

 .../{Path-IsDev-1.1.3.ebuild => Path-IsDev-1.1.3-r1.ebuild}| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
similarity index 87%
rename from dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
rename to dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
index 2fc503fe66d..6bd6dbabef0 100644
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KENTNL
 DIST_VERSION=1.001003
@@ -10,8 +10,7 @@ inherit perl-module
 DESCRIPTION="Determine if a given Path resembles a development source tree"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="
virtual/perl-Carp
@@ -23,7 +22,8 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Exporter
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
!minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
test? (



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

2017-04-01 Thread Kent Fredric
commit: d06f544b7ca15344bda5e336c3636f53f4bb2567
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Apr  1 12:34:01 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Apr  1 13:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06f544b

dev-perl/Path-IsDev: Remove old versions for bug #613616

https://bugs.gentoo.org/613616

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Path-IsDev/Manifest|  1 -
 dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/Path-IsDev/Manifest b/dev-perl/Path-IsDev/Manifest
index cd0cc438e8b..4edbeba7791 100644
--- a/dev-perl/Path-IsDev/Manifest
+++ b/dev-perl/Path-IsDev/Manifest
@@ -1,2 +1 @@
-DIST Path-IsDev-1.001002.tar.gz 190868 SHA256 
95f98dd68cbda926eb0c2ed3061ac746a5f584af1bfe7206397f2e546960598d SHA512 
fb9c24ad02899c501001615c315a62b620e243f2ad8c17acebce5571b0918a18c61549bd637c6d68ec2ebc9e739921c8168d99ef84bc8373f6c3c8726ac84125
 WHIRLPOOL 
024cc0d0b0322e595456b328bdafe2cb34aac48bc4124dcd2b3835ea30146476ae518a2bc97a54ed6719685c79cf0a1acf26fbb6312d41ada730eb942f3187f3
 DIST Path-IsDev-1.001003.tar.gz 188687 SHA256 
37d66bfe205d7916824a46ad6290b8fb170fc602c16f8dc8169576f2ad682949 SHA512 
fd4e355d0e67ec210eba443d5867dce181664da6ae300d81b98e77fd78a25d5a4f95e0b901f0a6c7596f28a3e2e37264f31226c410f5e6fb6a565d2ef0618d59
 WHIRLPOOL 
68e254bd060f399341ec2827495911b7b026332106da6dd7709c8656f64f436ec4494883cec772ba60196422f715b7ec7ec643d24d7a45e79ea2b9ad7cfc3913

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
deleted file mode 100644
index 8cac50fdd74..000
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KENTNL
-DIST_VERSION=1.001002
-inherit perl-module
-
-DESCRIPTION="Determine if a given Path resembles a development source tree"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-
-RDEPEND="
-   virtual/perl-Carp
-   >=dev-perl/Class-Tiny-0.10.0
-   dev-perl/File-HomeDir
-   dev-perl/Module-Runtime
-   >=dev-perl/Path-Tiny-0.4.0
-   dev-perl/Role-Tiny
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Sub-Exporter
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-6.980.0 )
-   test? (
-   !minimal? (
-   >=virtual/perl-CPAN-Meta-2.120.900
-   >=virtual/perl-Test-Simple-1.1.3
-   )
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.890.0
-   )
-"



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

2017-03-23 Thread Kent Fredric
commit: ed1aeb9fd035febfa281ae36db08708cb253c5ac
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Mar 23 12:13:46 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Mar 23 12:14:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1aeb9f

dev-perl/Path-IsDev: Bump to version 1.1.3

Upstream:
- Fix issues with '.' in @INC in tests
- Tests much faster

Bug: https://bugs.gentoo.org/613616
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Path-IsDev/Manifest|  1 +
 dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Path-IsDev/Manifest b/dev-perl/Path-IsDev/Manifest
index 8989dadf7bc..cd0cc438e8b 100644
--- a/dev-perl/Path-IsDev/Manifest
+++ b/dev-perl/Path-IsDev/Manifest
@@ -1 +1,2 @@
 DIST Path-IsDev-1.001002.tar.gz 190868 SHA256 
95f98dd68cbda926eb0c2ed3061ac746a5f584af1bfe7206397f2e546960598d SHA512 
fb9c24ad02899c501001615c315a62b620e243f2ad8c17acebce5571b0918a18c61549bd637c6d68ec2ebc9e739921c8168d99ef84bc8373f6c3c8726ac84125
 WHIRLPOOL 
024cc0d0b0322e595456b328bdafe2cb34aac48bc4124dcd2b3835ea30146476ae518a2bc97a54ed6719685c79cf0a1acf26fbb6312d41ada730eb942f3187f3
+DIST Path-IsDev-1.001003.tar.gz 188687 SHA256 
37d66bfe205d7916824a46ad6290b8fb170fc602c16f8dc8169576f2ad682949 SHA512 
fd4e355d0e67ec210eba443d5867dce181664da6ae300d81b98e77fd78a25d5a4f95e0b901f0a6c7596f28a3e2e37264f31226c410f5e6fb6a565d2ef0618d59
 WHIRLPOOL 
68e254bd060f399341ec2827495911b7b026332106da6dd7709c8656f64f436ec4494883cec772ba60196422f715b7ec7ec643d24d7a45e79ea2b9ad7cfc3913

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
new file mode 100644
index 000..160e9c561bc
--- /dev/null
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KENTNL
+DIST_VERSION=1.001003
+inherit perl-module
+
+DESCRIPTION="Determine if a given Path resembles a development source tree"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Class-Tiny-0.10.0
+   dev-perl/File-HomeDir
+   dev-perl/Module-Runtime
+   >=dev-perl/Path-Tiny-0.4.0
+   dev-perl/Role-Tiny
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Sub-Exporter
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
+   test? (
+   !minimal? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   >=virtual/perl-Test-Simple-0.990.0
+   )
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/Test-Fatal
+   virtual/perl-Test-Simple
+   )
+"



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

2017-03-10 Thread Matt Turner
commit: 62ec8de1b13957b6de19e99966ee41fce00ba388
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:07 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec8de1

dev-perl/Path-IsDev: added ~ppc, bug 579360

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

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
index 573b29dec75..8cac50fdd74 100644
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Determine if a given Path resembles a development source tree"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2016-05-25 Thread Matt Turner
commit: 07e463183c338af64f8df23c97e4ae2f6efd9bd9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 25 22:58:01 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 25 23:08:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e46318

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

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

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
index 24e694b..197d449 100644
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Determine if a given Path resembles a development source tree"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="