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

2021-05-29 Thread Andreas K. Hüttel
commit: 220c26a0895a5cd9dc9846caa2f2e2e9e9464e52
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 14:09:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 14:12:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220c26a0

dev-perl/File-chmod: Stable for all

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

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

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild
index d0391dc3116..bf3fdb35056 100644
--- a/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild
+++ b/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Implements symbolic and ls chmod modes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Andreas K. Hüttel
commit: 7ffb45678dddb20526ecf18e74766524185e5ea3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 29 14:10:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 29 14:12:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffb4567

dev-perl/File-chmod: Remove old

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

 dev-perl/File-chmod/File-chmod-0.420.0.ebuild | 32 ---
 1 file changed, 32 deletions(-)

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
deleted file mode 100644
index 0eaaee965b3..000
--- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=XENO
-MODULE_VERSION=0.42
-inherit perl-module
-
-DESCRIPTION="Implements symbolic and ls chmod modes"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   virtual/perl-IO
-   virtual/perl-Test-Simple
-   virtual/perl-autodie
-   )
-"
-
-SRC_TEST=do



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

2020-09-08 Thread Kent Fredric
commit: 488b0725b1e3a5d63210139cd73da2e396e9949f
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep  8 08:09:22 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep  8 08:13:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488b0725

dev-perl/File-chmod: -r bump for EAPI7 + fixes

- EAPI7
- Parallel tests
- Unconditionally remove unwanted tests

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

 dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild
new file mode 100644
index 000..8aadb3947fd
--- /dev/null
+++ b/dev-perl/File-chmod/File-chmod-0.420.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XENO
+DIST_VERSION=0.42
+inherit perl-module
+
+DESCRIPTION="Implements symbolic and ls chmod modes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-IO
+   virtual/perl-Test-Simple
+   virtual/perl-autodie
+   )
+"
+PERL_RM_FILES=(
+   t/author-critic.t
+   t/author-eol.t
+   t/release-cpan-changes.t
+   t/release-dist-manifest.t
+   t/release-meta-json.t
+   t/release-minimum-version.t
+   t/release-pod-coverage.t
+   t/release-pod-syntax.t
+   t/release-portability.t
+   t/release-test-version.t
+   t/release-unused-vars.t
+)



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

2018-10-17 Thread Fabian Groffen
commit: d0561edf73bf5333b265ef766a030ab663dea3ad
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Oct 17 18:47:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Oct 17 18:54:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0561edf

dev-perl/File-chmod: added Prefix keywords, bug #665088

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

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

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
index 0a854b04c1b..6617d5fdbdf 100644
--- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
+++ b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Implements symbolic and ls chmod modes"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

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

dev-perl/File-chmod: dropped ~ia64-linux

Package-Manager: portage-2.3.3

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

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
index 9ae311c..d5b52df 100644
--- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
+++ b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="Implements symbolic and ls chmod modes"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2016-01-14 Thread Andreas Hüttel
commit: 95d1f06cbc184af9ab9d5d98ebf2e9275a0aa0c4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jan 14 19:29:21 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jan 14 19:33:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d1f06c

dev-perl/File-chmod: Remove old

Package-Manager: portage-2.2.26

 dev-perl/File-chmod/File-chmod-0.360.0-r1.ebuild | 15 ---
 dev-perl/File-chmod/Manifest |  1 -
 2 files changed, 16 deletions(-)

diff --git a/dev-perl/File-chmod/File-chmod-0.360.0-r1.ebuild 
b/dev-perl/File-chmod/File-chmod-0.360.0-r1.ebuild
deleted file mode 100644
index 834a1fd..000
--- a/dev-perl/File-chmod/File-chmod-0.360.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=XENO
-MODULE_VERSION=0.36
-inherit perl-module
-
-DESCRIPTION="Implements symbolic and ls chmod modes"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
-IUSE=""

diff --git a/dev-perl/File-chmod/Manifest b/dev-perl/File-chmod/Manifest
index 3d324bd..dedb181 100644
--- a/dev-perl/File-chmod/Manifest
+++ b/dev-perl/File-chmod/Manifest
@@ -1,2 +1 @@
-DIST File-chmod-0.36.tar.gz 19223 SHA256 
ffaff6e790736be820268787637488919e15199893c4f9f0c08ce679c2561ddd SHA512 
7fa57c24c18f73fe6be00f4ece31dab54f21e23e20d08f5c4fea488b279ff27417283f63de2175f56b0b09142c39a2fb32e0a26b35597f0e9f593deaa427c431
 WHIRLPOOL 
08df99f5aa03b7636e67efa5530c6eccaaeeec4db8ddbc3c4003ea88e470b6a89bdd40594c98a91874087a73f33a3ace2138819ba00cc79e6afd5162aace7ad7
 DIST File-chmod-0.42.tar.gz 24940 SHA256 
6cafafff68bc84215168b55ede0d191dcb57f9a3201b51d61edb2858a2407795 SHA512 
1b6bc41c43434914c0cb160a063f4cc6cbdfef85233b962c5a6885a23aebd7cafe05eb2d59253c7dc7f1cd323cdd3888d82a6ce19a9b7a00aaa8212d40c064d8
 WHIRLPOOL 
e79d618350a1d57e27b5290d34de48202862a6f21f1f00bcf35d25dbe1f74033f19d26ec52c270c4f0279ff9c02c97b267921af715dc27d16ba53fae831648d6



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

2016-01-14 Thread Agostino Sarubbo
commit: 66e599866f83a4922378467922c2f142f196da9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 14 16:48:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 14 16:48:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e59986

dev-perl/File-chmod: alpha/amd64/hppa/ia64/ppc/sparc/x86 stable, (ALLARCHES 
policy) wrt bug #571426

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild 
b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
index b0ed91f..9ae311c 100644
--- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
+++ b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Implements symbolic and ls chmod modes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
 IUSE="test"
 
 RDEPEND="