* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2016-05-25 6:52 Matt Turner
0 siblings, 0 replies; 42+ messages in thread
From: Matt Turner @ 2016-05-25 6:52 UTC (permalink / raw
To: gentoo-commits
commit: 21164a8343d9ec58eb7404b7ae17166d0c73db18
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 06:42:46 2016 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 25 06:52:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21164a83
dev-perl/File-ShareDir: added ~alpha, bug 576058.
dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild
index a07cce2..6a8bdc9 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.30.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$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="amd64 hppa x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa x86 ~ppc-aix ~x86-solaris"
IUSE=""
RDEPEND="dev-perl/Class-Inspector"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2016-12-18 14:40 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2016-12-18 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 0c1055ee84e55ec27e60cf60d614d5c5fb51ad16
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:14:41 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 14:40:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1055ee
dev-perl/File-ShareDir: Bump to version 1.102.0
- EAPI6
- Parallel Tests
Upstream:
- Switch to EUMM
- Documentation fixes
Keywording:
- Dropped hppa due to new dependency File-ShareDir-Install
Package-Manager: portage-2.3.3
.../File-ShareDir/File-ShareDir-1.102.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/File-ShareDir/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
new file mode 100644
index 00000000..1487f67
--- /dev/null
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.102
+inherit perl-module
+
+DESCRIPTION="Locate per-dist and per-module shared files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Class-Inspector-1.120.0
+ >=virtual/perl-File-Spec-0.800.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.80.0
+ test? (
+ >=virtual/perl-Test-Simple-0.900.0
+ )
+"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index 319b24e..16fbba7 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1 +1,2 @@
DIST File-ShareDir-1.03.tar.gz 33711 SHA256 59442e64101105b08ae323daad794140b46b242368c5616b7ebf7edf25569f39 SHA512 7643924233a6b05ae55eb790bb5ef1079441fa4f64615af0ad8579beda8cf7a9a7ff169adb079aa829c8607e37c96c65bae99275037af1bf0f11f2bbc2652d2c WHIRLPOOL 5e73a7e6ba455ad5449fa525ac02d151a589037237b7b959270184ab84c8d6fb72a0c884232ae2cafaa65efa41e4ac72a7d77ec1c5cb2b9aed6e89590c3c028c
+DIST File-ShareDir-1.102.tar.gz 11973 SHA256 7c7334b974882587fbd9bc135f6bc04ad197abe99e6f4761953fe9ca88c57411 SHA512 c0be506a31317f6c56a7a28d4187a9bff8adb2f2a42ebebdf2171f345b7c2f0a98cef9393acfbc5f9a7d971ffe42fdedeb48a13248025880dcf3356d84fb7188 WHIRLPOOL f5ccec31ba80fd8c0f9a1336e1635403be0cdd83efd0d1c926c1ba12d35dddd972b1295261dcd5431d225576bea5d80d41bb842a61faa9acb05460e4f5ab17ae
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-02-04 12:41 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2017-02-04 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 32f912beb231894b44e785942bb7a5edad5f948c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 12:38:09 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 12:41:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f912be
dev-perl/File-ShareDir: Mark ~hppa (bug #603076).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
index 1487f67..062731a 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.102.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$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-04-07 16:05 Agostino Sarubbo
0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2017-04-07 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 67bb7655b7955cb718ca4db433ae03320675d9e9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 16:04:46 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 16:04:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bb7655
dev-perl/File-ShareDir: amd64 stable wrt bug #614754
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
index 20d698238e6..70fdc7adde6 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-04-17 8:02 Agostino Sarubbo
0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2017-04-17 8:02 UTC (permalink / raw
To: gentoo-commits
commit: 89dd2eb90e0608b951ef65ae17800541b3397d36
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 07:58:48 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 08:02:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dd2eb9
dev-perl/File-ShareDir: x86 stable wrt bug #614754
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
index 70fdc7adde6..dd8f2711ea5 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-04-29 11:52 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2017-04-29 11:52 UTC (permalink / raw
To: gentoo-commits
commit: df3f5e74fc62d6506bbd8b11e9f50e5bacf10516
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 11:50:45 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 11:50:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3f5e74
dev-perl/File-ShareDir: Stable for HPPA (bug #614754).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches
dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
index dd8f2711ea5..e1c88c57942 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-05-06 6:37 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2017-05-06 6:37 UTC (permalink / raw
To: gentoo-commits
commit: e09a3a0e153bbf2412616ee561ed137637412f0d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 05:20:15 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat May 6 06:25:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09a3a0e
dev-perl/File-ShareDir: Cleanup old re bug #614404
Remove old versions broken by '.' removal from @INC
Bug: https://bugs.gentoo.org/614404
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild | 19 -------------------
dev-perl/File-ShareDir/Manifest | 1 -
2 files changed, 20 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild
deleted file mode 100644
index 88fb1ecf436..00000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="Locate per-dist and per-module shared files"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa x86 ~ppc-aix ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/Class-Inspector"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index 16fbba76de4..47ba1c1106a 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1,2 +1 @@
-DIST File-ShareDir-1.03.tar.gz 33711 SHA256 59442e64101105b08ae323daad794140b46b242368c5616b7ebf7edf25569f39 SHA512 7643924233a6b05ae55eb790bb5ef1079441fa4f64615af0ad8579beda8cf7a9a7ff169adb079aa829c8607e37c96c65bae99275037af1bf0f11f2bbc2652d2c WHIRLPOOL 5e73a7e6ba455ad5449fa525ac02d151a589037237b7b959270184ab84c8d6fb72a0c884232ae2cafaa65efa41e4ac72a7d77ec1c5cb2b9aed6e89590c3c028c
DIST File-ShareDir-1.102.tar.gz 11973 SHA256 7c7334b974882587fbd9bc135f6bc04ad197abe99e6f4761953fe9ca88c57411 SHA512 c0be506a31317f6c56a7a28d4187a9bff8adb2f2a42ebebdf2171f345b7c2f0a98cef9393acfbc5f9a7d971ffe42fdedeb48a13248025880dcf3356d84fb7188 WHIRLPOOL f5ccec31ba80fd8c0f9a1336e1635403be0cdd83efd0d1c926c1ba12d35dddd972b1295261dcd5431d225576bea5d80d41bb842a61faa9acb05460e4f5ab17ae
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2017-10-21 4:31 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2017-10-21 4:31 UTC (permalink / raw
To: gentoo-commits
commit: 5c736c45cccdf0c16dfe38a6e2ce83d141514fa7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 04:30:48 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 04:31:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c736c45
dev-perl/File-ShareDir: Bump to version 1.104.0 Re bug #614410
Upstream:
- Fix for '.' in @INC in tests
Bug: https://bugs.gentoo.org/614410
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../File-ShareDir/File-ShareDir-1.104.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/File-ShareDir/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
new file mode 100644
index 00000000000..0fb1965aa3e
--- /dev/null
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.104
+inherit perl-module
+
+DESCRIPTION="Locate per-dist and per-module shared files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Class-Inspector-1.120.0
+ >=virtual/perl-File-Spec-0.800.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.80.0
+ test? (
+ >=virtual/perl-Test-Simple-0.900.0
+ )
+"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index 47ba1c1106a..a8472c94d26 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1 +1,2 @@
DIST File-ShareDir-1.102.tar.gz 11973 SHA256 7c7334b974882587fbd9bc135f6bc04ad197abe99e6f4761953fe9ca88c57411 SHA512 c0be506a31317f6c56a7a28d4187a9bff8adb2f2a42ebebdf2171f345b7c2f0a98cef9393acfbc5f9a7d971ffe42fdedeb48a13248025880dcf3356d84fb7188 WHIRLPOOL f5ccec31ba80fd8c0f9a1336e1635403be0cdd83efd0d1c926c1ba12d35dddd972b1295261dcd5431d225576bea5d80d41bb842a61faa9acb05460e4f5ab17ae
+DIST File-ShareDir-1.104.tar.gz 20500 SHA256 07b628efcdf902d6a32e6a8e084497e8593d125c03ad12ef5cc03c87c7841caf SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52 WHIRLPOOL a93eef21491b9cd4cee7710618699219273f159667dffecdc3ef6c407bc4b60184adc3693f14ed05ed32ff714e55682280851c4b1837699cdb0201f0fcb60fce
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-01-09 8:02 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-01-09 8:02 UTC (permalink / raw
To: gentoo-commits
commit: 2715403f28624be9d06b41716570c85b35a7ef88
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 08:00:54 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 08:02:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2715403f
dev-perl/File-ShareDir: stable 1.104.0 for hppa, bug #643242
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 9dfa4c2c2a9..b4fa55d31d7 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-01-30 2:18 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2018-01-30 2:18 UTC (permalink / raw
To: gentoo-commits
commit: 72848cba0aa5bec4c34beae7c7f8a493e8a703f2
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 02:02:04 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 02:18:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72848cba
dev-perl/File-ShareDir: Cleanup old re bug #614410
Closes: https://bugs.gentoo.org/614410
Package-Manager: Portage-2.3.18, Repoman-2.3.6
.../File-ShareDir/File-ShareDir-1.102.0.ebuild | 27 ----------------------
dev-perl/File-ShareDir/Manifest | 1 -
2 files changed, 28 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
deleted file mode 100644
index e1c88c57942..00000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.102.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.102
-inherit perl-module
-
-DESCRIPTION="Locate per-dist and per-module shared files"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- >=dev-perl/Class-Inspector-1.120.0
- >=virtual/perl-File-Spec-0.800.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/File-ShareDir-Install-0.80.0
- test? (
- >=virtual/perl-Test-Simple-0.900.0
- )
-"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index ee2535b33b4..bed3f9a29ac 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1,2 +1 @@
-DIST File-ShareDir-1.102.tar.gz 11973 BLAKE2B 4c3cdbac49f40f49204112a809f6fe2f31f612a2895271971bb7390c765e9a106cb729e2a85ea084eb99f895692b05e820c4f8cf3f978c70f2b70495870720a8 SHA512 c0be506a31317f6c56a7a28d4187a9bff8adb2f2a42ebebdf2171f345b7c2f0a98cef9393acfbc5f9a7d971ffe42fdedeb48a13248025880dcf3356d84fb7188
DIST File-ShareDir-1.104.tar.gz 20500 BLAKE2B 567327d46e5ecde5c3ca8044c6ff7af5b502ba88a35eb3d697f73732338991e0402b1d1143f8ed364a4d76162996344bd0bebf91695e2242be3b0d8185ac2f23 SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-04-07 15:26 Mart Raudsepp
0 siblings, 0 replies; 42+ messages in thread
From: Mart Raudsepp @ 2018-04-07 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 86d365fb3f921665b39428b1be99d02365930b96
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 13:51:15 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 15:13:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d365fb
dev-perl/File-ShareDir: added ~arm64 keyword (Bug 652718)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 3b9b15d155c..b21ca9de397 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-04-11 18:50 Markus Meier
0 siblings, 0 replies; 42+ messages in thread
From: Markus Meier @ 2018-04-11 18:50 UTC (permalink / raw
To: gentoo-commits
commit: e6e21050e6d1f86cce6f0f5474ebb4f6ea988a72
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 18:46:05 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 18:46:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e21050
dev-perl/File-ShareDir: add ~arm, bug #652718
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index b21ca9de397..42b885a67e5 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-06-10 23:02 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 0a3627eecc0087f7195070319f610a6d2efaf825
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 22:58:48 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 23:02:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3627ee
dev-perl/File-ShareDir: stable 1.104.0 for ia64, bug #657690
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 42b885a67e5..9742ef72ef7 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-06-11 17:09 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-06-11 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 797b2eec86e88a61a280691445ac17ceec8abb49
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun 11 16:46:49 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 17:08:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797b2eec
dev-perl/File-ShareDir: stable 1.104.0 for sparc
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 9742ef72ef7..5e877333778 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-06-24 20:25 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 5c1995dd56a1171dfe9a3b543b8200b95940e80b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 20:11:07 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 20:21:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1995dd
dev-perl/File-ShareDir: stable 1.104.0 for ppc64, bug #657690
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 833569f9065..5739c6d278b 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-08-04 0:29 Mikle Kolyada
0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2018-08-04 0:29 UTC (permalink / raw
To: gentoo-commits
commit: 1a068e4d2f7cfa1fdb79f9de76c363adc4d75802
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 00:13:49 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 00:13:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a068e4d
dev-perl/File-ShareDir: Add ~s390 keyword wrt bug #652718
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 1157a711079..9f1abb1846b 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2018-10-16 19:02 Fabian Groffen
0 siblings, 0 replies; 42+ messages in thread
From: Fabian Groffen @ 2018-10-16 19:02 UTC (permalink / raw
To: gentoo-commits
commit: bbaa6c7c5c889bd77e005cd9252e1f29587cf253
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 19:00:39 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 19:00:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaa6c7c
dev-perl/File-ShareDir: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 9f1abb1846b..63b6f422c09 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 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="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2019-10-21 12:16 Agostino Sarubbo
0 siblings, 0 replies; 42+ messages in thread
From: Agostino Sarubbo @ 2019-10-21 12:16 UTC (permalink / raw
To: gentoo-commits
commit: a36007f9b903eead032787556f752db271d0b9ce
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 12:16:03 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 12:16:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36007f9
dev-perl/File-ShareDir: s390 stable wrt bug #661768
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 4fbd20bda90..a4c7caa63a2 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~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 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh 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="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2019-11-01 10:26 Mikle Kolyada
0 siblings, 0 replies; 42+ messages in thread
From: Mikle Kolyada @ 2019-11-01 10:26 UTC (permalink / raw
To: gentoo-commits
commit: cf17d922dcec5f943e3f7eb757169eddc553439b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 10:26:22 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 10:26:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf17d922
dev-perl/File-ShareDir: arm stable wrt bug #661768
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index a4c7caa63a2..0b94289a5fe 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~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 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh 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="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2020-09-05 11:58 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2020-09-05 11:58 UTC (permalink / raw
To: gentoo-commits
commit: b7f5f75ce9b6d9a867b0aae67f293c5a4a3f4a7f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 11:55:17 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 11:56:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f5f75c
dev-perl/File-ShareDir: Bump to version 1.116.0
- EAPI7
Upstream:
- Use more recent File::ShareDir::Install
- Fix errors in Windows style paths
- Add support for externally setting overrides for the resolution path
on a per-module/per-dist basis
- Avoid bugs in _dist_file_new which continued to operate wrongly when
_dist_dir_new returned 'undef'
- Unify various @INC traversal code into a single function in order to
make monkey-patching (for testing or whatever) the File::ShareDir
subs easier
- Remove unused/incomplete `_dist_packfile` function
- Fix various test failures
Keywording:
- New dependency List-MoreUtils needs additional keywords, so keywords
are temporarily dropped for:
- riscv m68k-mint sparc64-solaris x64-solaris
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../File-ShareDir/File-ShareDir-1.116.0.ebuild | 33 ++++++++++++++++++++++
dev-perl/File-ShareDir/Manifest | 1 +
2 files changed, 34 insertions(+)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
new file mode 100644
index 00000000000..584740d402f
--- /dev/null
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.116
+inherit perl-module
+
+DESCRIPTION="Locate per-dist and per-module shared files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !minimal? (
+ >=dev-perl/List-MoreUtils-0.428.0
+ >=dev-perl/Params-Util-1.70.0
+ )
+ virtual/perl-Carp
+ >=dev-perl/Class-Inspector-1.120.0
+ >=virtual/perl-File-Spec-0.800.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.130.0
+ test? (
+ >=virtual/perl-File-Path-2.80.0
+ >=virtual/perl-Test-Simple-0.900.0
+ )
+"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index bed3f9a29ac..03a58a4c545 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1 +1,2 @@
DIST File-ShareDir-1.104.tar.gz 20500 BLAKE2B 567327d46e5ecde5c3ca8044c6ff7af5b502ba88a35eb3d697f73732338991e0402b1d1143f8ed364a4d76162996344bd0bebf91695e2242be3b0d8185ac2f23 SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52
+DIST File-ShareDir-1.116.tar.gz 27487 BLAKE2B 88b898ea6d139b21bf9f64f183c808192e3bcfcd260524aa5e03b4ce05211fc8d5e0d5ca8cf9f1cad8e58b7ff029835cd35cb343588a9b2e862e612549cd1c0d SHA512 5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2020-09-19 11:47 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2020-09-19 11:47 UTC (permalink / raw
To: gentoo-commits
commit: ef2c22c0d6cbe8b27959877ae96e0e342df317b6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:46:43 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:47:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c22c0
dev-perl/File-ShareDir: Disable parallel testing re bug #741038
Closes: https://bugs.gentoo.org/741038
Bug: https://rt.cpan.org/Ticket/Display.html?id=133368
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 584740d402f..5d9dcbeb265 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -31,3 +31,8 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.900.0
)
"
+# Parallel testing fails in t/04_fail.t
+# and t/06_old.t due to touching the same paths
+# Bug: https://bugs.gentoo.org/741038
+# Bug: https://rt.cpan.org/Ticket/Display.html?id=133368
+DIST_TEST="do"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2020-12-13 23:07 Kent Fredric
0 siblings, 0 replies; 42+ messages in thread
From: Kent Fredric @ 2020-12-13 23:07 UTC (permalink / raw
To: gentoo-commits
commit: cc62d23fc1ed42e2f8466697681827d409f4872b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 23:05:33 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 23:06:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc62d23f
dev-perl/File-ShareDir: 1.116.0 Restore ~riscv
Required dependency List-MoreUtils keyworded since ~3 months ago.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 5d9dcbeb265..66e2f8be8d3 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-05-31 21:23 Andreas K. Hüttel
0 siblings, 0 replies; 42+ messages in thread
From: Andreas K. Hüttel @ 2021-05-31 21:23 UTC (permalink / raw
To: gentoo-commits
commit: b6dc1baa36b04d3160ebde19c714a5bfa123416b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 21:17:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 31 21:23:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dc1baa
dev-perl/File-ShareDir: Version bump 1.118
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../File-ShareDir/File-ShareDir-1.118.0.ebuild | 33 ++++++++++++++++++++++
dev-perl/File-ShareDir/Manifest | 1 +
2 files changed, 34 insertions(+)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
new file mode 100644
index 00000000000..70d494cbc17
--- /dev/null
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.118
+inherit perl-module
+
+DESCRIPTION="Locate per-dist and per-module shared files"
+
+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 ~x86-solaris"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !minimal? (
+ >=dev-perl/List-MoreUtils-0.428.0
+ >=dev-perl/Params-Util-1.70.0
+ )
+ virtual/perl-Carp
+ >=dev-perl/Class-Inspector-1.120.0
+ >=virtual/perl-File-Spec-0.800.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.130.0
+ test? (
+ >=virtual/perl-File-Path-2.80.0
+ >=virtual/perl-Test-Simple-0.900.0
+ )
+"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index 03a58a4c545..a288dfcbbb1 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1,2 +1,3 @@
DIST File-ShareDir-1.104.tar.gz 20500 BLAKE2B 567327d46e5ecde5c3ca8044c6ff7af5b502ba88a35eb3d697f73732338991e0402b1d1143f8ed364a4d76162996344bd0bebf91695e2242be3b0d8185ac2f23 SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52
DIST File-ShareDir-1.116.tar.gz 27487 BLAKE2B 88b898ea6d139b21bf9f64f183c808192e3bcfcd260524aa5e03b4ce05211fc8d5e0d5ca8cf9f1cad8e58b7ff029835cd35cb343588a9b2e862e612549cd1c0d SHA512 5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e
+DIST File-ShareDir-1.118.tar.gz 29631 BLAKE2B bdb2c2d786efda84567d56611fdfbf027665e6d0df21a1e4bcd92824dfa32ac9272cf4b2fb0eb2260317957af150df8a6919027bc664c594ac931ad48cec3f0d SHA512 890f33e96333f7b07707d722e59e7da9a287112062814ef294594ac67f2f7349f905c009e6cd70d3af3a4de85335b074ec5a61194f9b0495f3e793d6ca635853
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-01 15:14 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2021-06-01 15:14 UTC (permalink / raw
To: gentoo-commits
commit: 5acfda17086ed586049c388778aab4d9176f0143
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jun 1 14:29:46 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 15:14:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acfda17
dev-perl/File-ShareDir: stable 1.116.0 for sparc, bug #793275
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 73a97797935..6619c38804e 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-02 15:35 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2021-06-02 15:35 UTC (permalink / raw
To: gentoo-commits
commit: bc4e51e006d6a917b6f77cbef6d9f19591681ee6
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jun 2 14:46:49 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 15:35:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4e51e0
dev-perl/File-ShareDir: stable 1.116.0 for hppa, bug #793275
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 6619c38804e..78ed0d633f1 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 6:25 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2021-06-07 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 8028e24277ad97c95757f52f66641c40a3dd837f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 06:23:29 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 06:25:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8028e242
dev-perl/File-ShareDir: stable 1.116.0 for ppc
stable wrt bug #793275
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 78ed0d633f1..2743509df43 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 6:28 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2021-06-07 6:28 UTC (permalink / raw
To: gentoo-commits
commit: ad741b2fc9e3c0da18ce4d62f9d77c735e551bf8
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 06:28:20 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 06:28:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad741b2f
dev-perl/File-ShareDir: stable 1.116.0 for ppc64
stable wrt bug #793275
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 2743509df43..ba0cd68bafc 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 16:16 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-06-07 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 05ef9d47906a2d92430524deb4aaa21ad908b6e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 16:13:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 16:13:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef9d47
dev-perl/File-ShareDir: Stabilize 1.116.0 amd64, #793275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index ba0cd68bafc..e88f7f2bbd4 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 16:16 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-06-07 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 24ae4ad6af469ffd625819ee5ab66df69885f92e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 16:15:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 16:15:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ae4ad6
dev-perl/File-ShareDir: Stabilize 1.116.0 arm64, #793275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 96e1c53ffbc..b9d5b0cdc93 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 16:16 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-06-07 16:16 UTC (permalink / raw
To: gentoo-commits
commit: d8999626bfd1cb4bbc3a22dd6a15f8c85a849b6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 16:14:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 16:14:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8999626
dev-perl/File-ShareDir: Stabilize 1.116.0 x86, #793275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index e88f7f2bbd4..96e1c53ffbc 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-06-07 16:16 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-06-07 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 6b164160712a2ea4f05cdb35c0f2aa96379a3a7a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 16:15:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 16:15:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b164160
dev-perl/File-ShareDir: Stabilize 1.116.0 arm, #793275
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index b9d5b0cdc93..5c6fc3d56c9 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-01 7:24 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-01 7:24 UTC (permalink / raw
To: gentoo-commits
commit: f2a42e7ab28ed5b62d78f62f9fd33d4bd7a5f109
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 07:20:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 07:20:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a42e7a
dev-perl/File-ShareDir: Stabilize 1.118.0 sparc, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 70d494cbc17..49debbe7ce5 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-01 8:25 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-01 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 3190646ca32c4065559b39aac9ededee4a98c570
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 08:24:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 08:24:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3190646c
dev-perl/File-ShareDir: Stabilize 1.118.0 ppc, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 69656b1aecb..5efdbcc8df2 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-01 8:25 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-01 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 8a775c7c0b17b211fb4eeeb2368787e08a847dcb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 08:24:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 08:24:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a775c7c
dev-perl/File-ShareDir: Stabilize 1.118.0 ppc64, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 49debbe7ce5..69656b1aecb 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-02 2:22 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-02 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 8f6af9f045ec9bc623cccb3aafa80e9d94f08893
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 02:20:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 02:22:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6af9f0
dev-perl/File-ShareDir: Stabilize 1.118.0 amd64, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 5efdbcc8df2..5ae128d3e55 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-03 10:54 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-03 10:54 UTC (permalink / raw
To: gentoo-commits
commit: c20c31ce04fa3cfbec3aefc230f3d8d70fd9e702
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Aug 2 18:59:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 10:54:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20c31ce
dev-perl/File-ShareDir: stable 1.118.0 for hppa, bug #805719
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 5ae128d3e55..d891ffa4744 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-03 11:05 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-03 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 3f60dba6b0dcd353a10f81fda2c6f416e2823e29
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:03:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 11:03:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f60dba6
dev-perl/File-ShareDir: Stabilize 1.118.0 arm, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index d891ffa4744..a68e594545c 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-08-06 0:30 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-08-06 0:30 UTC (permalink / raw
To: gentoo-commits
commit: ab65b198a29080c48193f67696855d1d0c33b1da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 6 00:29:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 6 00:29:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab65b198
dev-perl/File-ShareDir: Stabilize 1.118.0 arm64, #805719
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index f232194f4e4..fbed5682e51 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2021-10-29 16:31 Andreas K. Hüttel
0 siblings, 0 replies; 42+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 16:31 UTC (permalink / raw
To: gentoo-commits
commit: bf053d5094b01a8099cb8d57e0aa5524ba096b27
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:30:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:31:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf053d50
dev-perl/File-ShareDir: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../File-ShareDir/File-ShareDir-1.104.0.ebuild | 28 ----------------
.../File-ShareDir/File-ShareDir-1.116.0.ebuild | 38 ----------------------
dev-perl/File-ShareDir/Manifest | 2 --
3 files changed, 68 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
deleted file mode 100644
index a9ece85974c..00000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.104
-inherit perl-module
-
-DESCRIPTION="Locate per-dist and per-module shared files"
-
-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"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- >=dev-perl/Class-Inspector-1.120.0
- >=virtual/perl-File-Spec-0.800.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/File-ShareDir-Install-0.80.0
- test? (
- >=virtual/perl-Test-Simple-0.900.0
- )
-"
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
deleted file mode 100644
index 5c6fc3d56c9..00000000000
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.116
-inherit perl-module
-
-DESCRIPTION="Locate per-dist and per-module shared files"
-
-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 ~x86-solaris"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- >=dev-perl/List-MoreUtils-0.428.0
- >=dev-perl/Params-Util-1.70.0
- )
- virtual/perl-Carp
- >=dev-perl/Class-Inspector-1.120.0
- >=virtual/perl-File-Spec-0.800.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/File-ShareDir-Install-0.130.0
- test? (
- >=virtual/perl-File-Path-2.80.0
- >=virtual/perl-Test-Simple-0.900.0
- )
-"
-# Parallel testing fails in t/04_fail.t
-# and t/06_old.t due to touching the same paths
-# Bug: https://bugs.gentoo.org/741038
-# Bug: https://rt.cpan.org/Ticket/Display.html?id=133368
-DIST_TEST="do"
diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest
index a288dfcbbb1..29d6cb99c15 100644
--- a/dev-perl/File-ShareDir/Manifest
+++ b/dev-perl/File-ShareDir/Manifest
@@ -1,3 +1 @@
-DIST File-ShareDir-1.104.tar.gz 20500 BLAKE2B 567327d46e5ecde5c3ca8044c6ff7af5b502ba88a35eb3d697f73732338991e0402b1d1143f8ed364a4d76162996344bd0bebf91695e2242be3b0d8185ac2f23 SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52
-DIST File-ShareDir-1.116.tar.gz 27487 BLAKE2B 88b898ea6d139b21bf9f64f183c808192e3bcfcd260524aa5e03b4ce05211fc8d5e0d5ca8cf9f1cad8e58b7ff029835cd35cb343588a9b2e862e612549cd1c0d SHA512 5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e
DIST File-ShareDir-1.118.tar.gz 29631 BLAKE2B bdb2c2d786efda84567d56611fdfbf027665e6d0df21a1e4bcd92824dfa32ac9272cf4b2fb0eb2260317957af150df8a6919027bc664c594ac931ad48cec3f0d SHA512 890f33e96333f7b07707d722e59e7da9a287112062814ef294594ac67f2f7349f905c009e6cd70d3af3a4de85335b074ec5a61194f9b0495f3e793d6ca635853
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2022-12-08 7:38 WANG Xuerui
0 siblings, 0 replies; 42+ messages in thread
From: WANG Xuerui @ 2022-12-08 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 0af9f63d6ae815ec33b11bc1baa12bbdeeb65bf0
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 07:03:51 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 07:36:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af9f63d
dev-perl/File-ShareDir: keyword 1.118.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index fbed5682e51b..b2c8da8621b0 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.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=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~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 ~x86-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2024-07-12 18:56 Fabian Groffen
0 siblings, 0 replies; 42+ messages in thread
From: Fabian Groffen @ 2024-07-12 18:56 UTC (permalink / raw
To: gentoo-commits
commit: bad367eeb0b7d0c102041f47869c9ad00314e2ad
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 18:56:03 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 18:56:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad367ee
dev-perl/File-ShareDir: marked ~x64-solaris
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index 563264718c59..a7728846f73d 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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"
+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 test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/
@ 2024-07-18 19:26 Fabian Groffen
0 siblings, 0 replies; 42+ messages in thread
From: Fabian Groffen @ 2024-07-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 4484b343903c4bc10ab63681f8fbad63dfc4b4a6
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:21:18 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:21:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4484b343
dev-perl/File-ShareDir: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index a7728846f73d..34d1de6e0973 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Locate per-dist and per-module shared files"
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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 42+ messages in thread
end of thread, other threads:[~2024-07-18 19:26 UTC | newest]
Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07 16:16 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 19:26 Fabian Groffen
2024-07-12 18:56 Fabian Groffen
2022-12-08 7:38 WANG Xuerui
2021-10-29 16:31 Andreas K. Hüttel
2021-08-06 0:30 Sam James
2021-08-03 11:05 Sam James
2021-08-03 10:54 Sam James
2021-08-02 2:22 Sam James
2021-08-01 8:25 Sam James
2021-08-01 8:25 Sam James
2021-08-01 7:24 Sam James
2021-06-07 16:16 Sam James
2021-06-07 16:16 Sam James
2021-06-07 16:16 Sam James
2021-06-07 6:28 Sergei Trofimovich
2021-06-07 6:25 Sergei Trofimovich
2021-06-02 15:35 Sergei Trofimovich
2021-06-01 15:14 Sergei Trofimovich
2021-05-31 21:23 Andreas K. Hüttel
2020-12-13 23:07 Kent Fredric
2020-09-19 11:47 Kent Fredric
2020-09-05 11:58 Kent Fredric
2019-11-01 10:26 Mikle Kolyada
2019-10-21 12:16 Agostino Sarubbo
2018-10-16 19:02 Fabian Groffen
2018-08-04 0:29 Mikle Kolyada
2018-06-24 20:25 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-04-11 18:50 Markus Meier
2018-04-07 15:26 Mart Raudsepp
2018-01-30 2:18 Kent Fredric
2018-01-09 8:02 Sergei Trofimovich
2017-10-21 4:31 Kent Fredric
2017-05-06 6:37 Kent Fredric
2017-04-29 11:52 Jeroen Roovers
2017-04-17 8:02 Agostino Sarubbo
2017-04-07 16:05 Agostino Sarubbo
2017-02-04 12:41 Jeroen Roovers
2016-12-18 14:40 Kent Fredric
2016-05-25 6:52 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox