[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2021-10-16 Thread Yixun Lan
commit: 54445ad9c8ccfe689363966534d924d96a240d35
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Oct 14 19:07:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Oct 16 14:54:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54445ad9

dev-perl/File-Next: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
index fbbf23586dc..190651ba17d 100644
--- a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An iterator-based module for finding files"
 
 LICENSE="Artistic-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2021-05-30 Thread Andreas K. Hüttel
commit: b1f72e869bfb66a272dcd181c2e9d019232d62d7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 30 15:56:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 30 16:02:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f72e86

dev-perl/File-Next: Remove old 1.16

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

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 29 -
 dev-perl/File-Next/Manifest |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
deleted file mode 100644
index e156733b964..000
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PETDANCE
-DIST_VERSION=1.16
-inherit perl-module
-
-DESCRIPTION="File::Next is an iterator-based module for finding files"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( virtual/perl-Test-Simple )
-"
-
-src_test() {
-   # Ugh, Upstream has tests that depend on tests ...
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
-   perl-module_src_test
-}

diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
index fa96f53321c..720ae190f0a 100644
--- a/dev-perl/File-Next/Manifest
+++ b/dev-perl/File-Next/Manifest
@@ -1,2 +1 @@
-DIST File-Next-1.16.tar.gz 17914 BLAKE2B 
36e12dbc05830b622d4b77db803b63e2b1ef679a346634f13b40ab8d6b4a3f5ff2a43b6015930bc7e3fc3cd29829b8a0d76ce7ef2f3e1584699a9c70a23fd48d
 SHA512 
42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
 DIST File-Next-1.18.tar.gz 18286 BLAKE2B 
bac27a198bb8c8fa887b09fcc9f7473191e236da62097fd93759b34c436676402da3e65c89e18eb30ffc6dae0fda3bc7b4b750c5483442af345b8e89ee3760d7
 SHA512 
951ad995b40ddda359a10ba2d7e19622059da03e7aaa3411e2e887633fbf7720554dc3f98ad581b245b2ffb51ea79f7c5eedecf6e943359eb407df0f9014e627



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2021-05-30 Thread Andreas K. Hüttel
commit: 8aa52c7dab0f21e10c7c7c9cfab20eefdcd4dc0b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 30 15:57:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 30 16:02:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa52c7d

dev-perl/File-Next: Stable for all 1.18 r1

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

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
index fd72183853a..fbbf23586dc 100644
--- a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An iterator-based module for finding files"
 
 LICENSE="Artistic-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2021-05-30 Thread Andreas K. Hüttel
commit: 8208908c5ef7630e5212f2f048ca79fe8d589bff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 30 15:58:06 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 30 16:02:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8208908c

dev-perl/File-Next: Remove old 1.18

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

 dev-perl/File-Next/File-Next-1.180.0.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.180.0.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0.ebuild
deleted file mode 100644
index 49d21d698fc..000
--- a/dev-perl/File-Next/File-Next-1.180.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PETDANCE
-DIST_VERSION=1.18
-inherit perl-module
-
-DESCRIPTION="File::Next is an iterator-based module for finding files"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
-IUSE="test"
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( virtual/perl-Test-Simple )
-"
-RESTRICT="!test? ( test )"
-
-src_test() {
-   # Ugh, Upstream has tests that depend on tests ...
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2020-12-07 Thread Sam James
commit: 8b9356b66577ec5838765781f7069f50da92b3d7
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  8 07:57:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  8 07:57:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9356b6

dev-perl/File-Next: ~x64-macos keyworded

Bug: https://bugs.gentoo.org/627742
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
index 0192ce2174a..56e4db5bad1 100644
--- a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An iterator-based module for finding files"
 
 LICENSE="Artistic-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2020-12-02 Thread Sam James
commit: 6b12a03481234f750e532d049bb5da3a22384560
Author: Roy Bamford  gentoo  org>
AuthorDate: Wed Dec  2 10:27:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 23:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b12a034

dev-perl/File-Next: added ~arm64

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
index 78b02898668..0192ce2174a 100644
--- a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An iterator-based module for finding files"
 
 LICENSE="Artistic-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2020-08-31 Thread Kent Fredric
commit: a71a1f5ec971aae2829eda6dc6f8409ef496c458
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Aug 31 06:01:40 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Aug 31 06:01:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71a1f5e

dev-perl/File-Next: -r bump for various fixes

- Fix DESCRIPTION
- Fix LICENSE (GPL2+ required due to bundled test file)
- Fix use of DEPEND instead of BDEPEND
- Improve dependencies

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
new file mode 100644
index 000..78b02898668
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.180.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="An iterator-based module for finding files"
+
+LICENSE="Artistic-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="virtual/perl-File-Spec"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-File-Temp-0.220.0
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2019-12-10 Thread Brian Evans
commit: 3c07d3f4987c5b1a339dcf99400a097340fe6631
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec 10 17:28:08 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec 10 17:38:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c07d3f4

dev-perl/File-Next: Version bump to 1.180.0

Ack-by: dilfridge  gentoo.org
Closes: https://bugs.gentoo.org/700684
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Brian Evans  gentoo.org>

 dev-perl/File-Next/File-Next-1.180.0.ebuild | 29 +
 dev-perl/File-Next/Manifest |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/File-Next/File-Next-1.180.0.ebuild 
b/dev-perl/File-Next/File-Next-1.180.0.ebuild
new file mode 100644
index 000..08bbf5784ef
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.180.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="File::Next is an iterator-based module for finding files"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+RESTRICT="!test? ( test )"
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}

diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
index feb806987ec..fa96f53321c 100644
--- a/dev-perl/File-Next/Manifest
+++ b/dev-perl/File-Next/Manifest
@@ -1 +1,2 @@
 DIST File-Next-1.16.tar.gz 17914 BLAKE2B 
36e12dbc05830b622d4b77db803b63e2b1ef679a346634f13b40ab8d6b4a3f5ff2a43b6015930bc7e3fc3cd29829b8a0d76ce7ef2f3e1584699a9c70a23fd48d
 SHA512 
42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
+DIST File-Next-1.18.tar.gz 18286 BLAKE2B 
bac27a198bb8c8fa887b09fcc9f7473191e236da62097fd93759b34c436676402da3e65c89e18eb30ffc6dae0fda3bc7b4b750c5483442af345b8e89ee3760d7
 SHA512 
951ad995b40ddda359a10ba2d7e19622059da03e7aaa3411e2e887633fbf7720554dc3f98ad581b245b2ffb51ea79f7c5eedecf6e943359eb407df0f9014e627



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2019-07-08 Thread Kent Fredric
commit: 7caa6a9e947d2bd3ecd0ae655db1069841447453
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul  8 11:59:45 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul  8 12:00:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7caa6a9e

dev-perl/File-Next: Fix unsorted keywords

Twiddle was ~amd64-fbsd vs ~amd64-linux

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index fedfdb6ee52..5a347f63b78 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~amd64-fbsd ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2018-11-27 Thread Patrice Clement
commit: a4f3b4a951faaf68bf59d85967bce739c8b5181b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 25 13:12:09 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 27 11:18:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f3b4a9

dev-perl/File-Next: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.43, Repoman-2.3.9
Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index 3e6fbc956c1..fedfdb6ee52 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.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::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~amd64-fbsd ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2017-05-02 Thread Kent Fredric
commit: 646c0e7f48bfdbe61a9615f47ebedea35507b514
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  2 22:29:43 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  2 22:29:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646c0e7f

dev-perl/File-Next: Remove old re bug #615690

Removes old versions affected by use of legacy POSIX::tmpnam

Bug: https://bugs.gentoo.org/615690
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/File-Next/File-Next-1.120.0-r1.ebuild | 28 --
 dev-perl/File-Next/Manifest|  1 -
 2 files changed, 29 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
deleted file mode 100644
index 7eb63e480c6..000
--- a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PETDANCE
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="File::Next is an iterator-based module for finding files"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="virtual/perl-File-Spec
-   virtual/perl-Test-Simple"
-DEPEND="
-   test? ( ${RDEPEND} )"
-
-SRC_TEST=do
-
-src_test() {
-   # Ugh, Upstream has tests that depend on tests ...
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
-   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
-   perl-module_src_test
-}

diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
index 145124385b3..f6f6c33f672 100644
--- a/dev-perl/File-Next/Manifest
+++ b/dev-perl/File-Next/Manifest
@@ -1,2 +1 @@
-DIST File-Next-1.12.tar.gz 16842 SHA256 
cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a SHA512 
eb742ed03f91463946ffe9d2ddade77f794996f4007ba6ae924255cf028d14959a3263c254ef9e7bed1e10ec40a244364743c40b2f34c2160064059b1f4c6f2f
 WHIRLPOOL 
1abab70a23b867e8e97dbbb782bb03b1949c8f4c38852b093d21050ed83b119e20c39bb71878f6a9833c2fdc1cddee4af8f4e5319e03d5fdd8a3bd5336693abe
 DIST File-Next-1.16.tar.gz 17914 SHA256 
6965f25c2c132d0ba7a6f72b57b8bc6d25cf8c1b7032caa3a9bda8612e41d759 SHA512 
42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
 WHIRLPOOL 
5dcb5994a79cf9aec8aaec143f7ffdb6c87f3de1b52a1be15872e653c89ec7df8e58ea38e7b664e696105d99bee9c28acaf917e33118277bf3bfb8163feb6ee1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2017-04-23 Thread Kent Fredric
commit: cf49c915e6085e29281a486bd30298c9712af31a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr 23 21:38:12 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr 23 21:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf49c915

dev-perl/File-Next: 1.160.0 ALLARCHES stable re bug #615692

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

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index 7136ff06476..3e6fbc956c1 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2017-04-23 Thread Agostino Sarubbo
commit: d168a1a197bde4dcbfe81c6aa96f4de51c72e3d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d168a1a1

dev-perl/File-Next: amd64 stable wrt bug #615692

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

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index a7f42683c84..7136ff06476 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2017-01-29 Thread Fabian Groffen
commit: 557d0e5b58fac4eb4a599d49d4a486e7f7116b2c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:28:51 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:28:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557d0e5b

dev-perl/File-Next: dropped ~x86-interix

Package-Manager: portage-2.3.3

 dev-perl/File-Next/File-Next-1.120.0-r1.ebuild | 4 ++--
 dev-perl/File-Next/File-Next-1.160.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
index d3dfe98..9a8f274 100644
--- a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="File::Next is an iterator-based module for finding files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index 161a3c0..100b49f 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2016-12-17 Thread Kent Fredric
commit: 0486ccb6de93d929bc153e3128345832e2d25d6a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 07:11:03 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:15:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0486ccb6

dev-perl/File-Next: Bump to version 1.160.0

- EAPI6
- Parallel Tests

Upstream:
- Fix tests failing in parallel
- Switch META.license to Artistic-2
- from_file() no longer uses error_handler for warnings
- from_file() no longer ignores warning_handler

Package-Manager: portage-2.3.3

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 29 +
 dev-perl/File-Next/Manifest |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
new file mode 100644
index ..161a3c0
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="File::Next is an iterator-based module for finding files"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}

diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
index 2dbc655..1451243 100644
--- a/dev-perl/File-Next/Manifest
+++ b/dev-perl/File-Next/Manifest
@@ -1 +1,2 @@
 DIST File-Next-1.12.tar.gz 16842 SHA256 
cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a SHA512 
eb742ed03f91463946ffe9d2ddade77f794996f4007ba6ae924255cf028d14959a3263c254ef9e7bed1e10ec40a244364743c40b2f34c2160064059b1f4c6f2f
 WHIRLPOOL 
1abab70a23b867e8e97dbbb782bb03b1949c8f4c38852b093d21050ed83b119e20c39bb71878f6a9833c2fdc1cddee4af8f4e5319e03d5fdd8a3bd5336693abe
+DIST File-Next-1.16.tar.gz 17914 SHA256 
6965f25c2c132d0ba7a6f72b57b8bc6d25cf8c1b7032caa3a9bda8612e41d759 SHA512 
42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
 WHIRLPOOL 
5dcb5994a79cf9aec8aaec143f7ffdb6c87f3de1b52a1be15872e653c89ec7df8e58ea38e7b664e696105d99bee9c28acaf917e33118277bf3bfb8163feb6ee1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2016-08-05 Thread Kent Fredric
commit: 6e33cbd0b02798ba341763bdeb17a69b773ff513
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug  5 06:12:44 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Aug  5 06:13:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e33cbd0

dev-perl/File-Next: Remove POD dependency

Normally the dependent tests could be nuked, but the test
suite is dependent on various files for testing iteration
of files.

So the POD tests are replaced with no-op tests that simply
pass as fast as possible, so that the Pod testing can be nuked
and the dependencies can be reaped

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/File-Next/File-Next-1.120.0-r1.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild 
b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
index 1e2269b..d3dfe98 100644
--- a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,9 +17,13 @@ IUSE="test"
 RDEPEND="virtual/perl-File-Spec
virtual/perl-Test-Simple"
 DEPEND="
-   test? ( ${RDEPEND}
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
-   )"
+   test? ( ${RDEPEND} )"
 
 SRC_TEST=do
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}