public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2016-02-28 10:01 Patrice Clement
  0 siblings, 0 replies; 57+ messages in thread
From: Patrice Clement @ 2016-02-28 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7d04ef288028870bd89f484f1ebc0f0f896321e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 01:40:07 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 08:39:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d04ef28

dev-perl/Devel-CheckLib: Added to tree at 1.60.0

- Required by recent Math::GMP

Package-Manager: portage-2.2.27

 .../Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild    | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 dev-perl/Devel-CheckLib/metadata.xml               | 12 ++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
new file mode 100644
index 0000000..b24f341
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.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=MATTN
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
new file mode 100644
index 0000000..e349ea6
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -0,0 +1 @@
+DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad SHA512 a87d7ecb6ab3936b1dfe69f7a6b61c21ab097cc89a45d98715e1615895f9412e64206f950535a77009249f35d028875fe679f90adb9b48030c2d5a28f6a8f68e WHIRLPOOL dace2adbcf33dad613790f8df460a9274a6f5abe0bac7bdf75fc0a8a97412bff5bd3f0ad7fa7967a78b7f6a96e1261e71843320e46dab35eae52de8ee3319172

diff --git a/dev-perl/Devel-CheckLib/metadata.xml b/dev-perl/Devel-CheckLib/metadata.xml
new file mode 100644
index 0000000..129de0d
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Devel-CheckLib</remote-id>
+    <remote-id type="cpan-module">Devel::CheckLib</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2016-05-25  6:56 Matt Turner
  0 siblings, 0 replies; 57+ messages in thread
From: Matt Turner @ 2016-05-25  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4f0d9958fe91ec3973f9693958d48f81c3d326d6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 06:55:29 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 25 06:55:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0d9958

dev-perl/Devel-CheckLib: added ~alpha, bug 577036.

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index b24f341..8a95721 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2016-08-17  3:13 Jeroen Roovers
  0 siblings, 0 replies; 57+ messages in thread
From: Jeroen Roovers @ 2016-08-17  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3d845efc71d45ae72202b194436260be0c23655a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 03:12:15 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 03:12:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d845efc

dev-perl/Devel-CheckLib: Mark ~hppa (bug #577036).

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index 8a95721..32633f2 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2016-10-19 11:05 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2016-10-19 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f41ee65a546f8b50e0b842a4d28b6206ab0d0084
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 11:05:39 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 11:05:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41ee65a

dev-perl/Devel-CheckLib: amd64 stable wrt bug #582528

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index 32633f2..cfced89 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2016-11-18  5:41 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2016-11-18  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7b3aa659135fd86be5619e3c27b2e028a859ecb1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 05:41:13 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 05:41:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3aa659

dev-perl/Devel-CheckLib: Bump to version 1.70.0

Upstream:
- add analyze_binary feature

Package-Manager: portage-2.3.2

 .../Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild    | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
new file mode 100644
index 00000000..97bee71
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.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=MATTN
+DIST_VERSION=1.07
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index e349ea6..8b969e7 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1 +1,2 @@
 DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad SHA512 a87d7ecb6ab3936b1dfe69f7a6b61c21ab097cc89a45d98715e1615895f9412e64206f950535a77009249f35d028875fe679f90adb9b48030c2d5a28f6a8f68e WHIRLPOOL dace2adbcf33dad613790f8df460a9274a6f5abe0bac7bdf75fc0a8a97412bff5bd3f0ad7fa7967a78b7f6a96e1261e71843320e46dab35eae52de8ee3319172
+DIST Devel-CheckLib-1.07.tar.gz 15105 SHA256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a SHA512 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 WHIRLPOOL 4e86cf21e710a69c73d7aeb1b966794ca37893cb016aa851f75266317c8ea06f7667d1159775dda245b6d079babe7c0626a4422323b792060a9ff1125724bf99


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-03-15 13:00 Michael Weber
  0 siblings, 0 replies; 57+ messages in thread
From: Michael Weber @ 2017-03-15 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b18dd0ddf2c08389ce4bf16f3c101dfa79f7f02d
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 12:47:00 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 12:59:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18dd0dd

dev-perl/Devel-CheckLib: add ~arm ~ppc keyword (bug 598464).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 4 ++--
 dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index d13c35f4be4..cef1e5e6689 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.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
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
index e972f84c829..bf10bf7cfb2 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.70.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
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-03-15 14:14 Michael Weber
  0 siblings, 0 replies; 57+ messages in thread
From: Michael Weber @ 2017-03-15 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ce2cb291c68a5dd3ff298d1ecd5aad8ee79478e8
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 14:00:05 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 14:13:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2cb291

dev-perl/Devel-CheckLib: arm ppc stable (bug 599548)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index cef1e5e6689..d0514ddc147 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-03-17 10:26 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2017-03-17 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4874e8d51bb408829562bf4f121a4f46f38b0a44
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:25:47 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:26:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4874e8d5

dev-perl/Devel-CheckLib: x86 stable wrt bug #599548

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/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
index d0514ddc147..583b96214c3 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-03-24 12:20 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2017-03-24 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     001a97a6f81b548933ab8b88e4e9b56641819a6c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 12:20:12 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 12:20:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001a97a6

dev-perl/Devel-CheckLib: Bump to version 1.90.0

Upstream:
- inject @libpaths into LD_RUN_PATH and PATH on Win32

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Devel-CheckLib/Devel-CheckLib-1.90.0.ebuild    | 27 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.90.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.90.0.ebuild
new file mode 100644
index 00000000000..d9a86f0d0a8
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.90.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=MATTN
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index 8b969e7d4bf..8b5db1ab7fb 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1,2 +1,3 @@
 DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad SHA512 a87d7ecb6ab3936b1dfe69f7a6b61c21ab097cc89a45d98715e1615895f9412e64206f950535a77009249f35d028875fe679f90adb9b48030c2d5a28f6a8f68e WHIRLPOOL dace2adbcf33dad613790f8df460a9274a6f5abe0bac7bdf75fc0a8a97412bff5bd3f0ad7fa7967a78b7f6a96e1261e71843320e46dab35eae52de8ee3319172
 DIST Devel-CheckLib-1.07.tar.gz 15105 SHA256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a SHA512 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 WHIRLPOOL 4e86cf21e710a69c73d7aeb1b966794ca37893cb016aa851f75266317c8ea06f7667d1159775dda245b6d079babe7c0626a4422323b792060a9ff1125724bf99
+DIST Devel-CheckLib-1.09.tar.gz 15015 SHA256 0301aa2cc827fb9bb16cc7ca1d59bd5193b9536ddbdbc3621835d8c61c57efd6 SHA512 e0d7c284bf04af253b2a88caca87751c438c030c807aa068de35d9bab476bbdf9f25a15297e924c62e89ab781a8809750b4ef46e4e8ee6427dc817efbdb1c297 WHIRLPOOL d25fd2ba73e6bfef6d4752bdd5c5c87732b33cf67679ab778b9b48d06530237e9cd612f7b32f26f51728078aca6932b8ad7d1a67a0743da5411deabe24fed9dd


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-04-08  0:51 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2017-04-08  0:51 UTC (permalink / raw
  To: gentoo-commits

commit:     15a04420a501b7fd45e604c9f7381d9b5eaf9b04
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 00:49:03 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 00:49:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a04420

dev-perl/Devel-CheckLib: Bump to version 1.100.0

Upstream:
- Use Mock::Config
- Remove link options from ldflags

Keywording:
- New dep, keywords dropped: alpha arm hppa ppc

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild   | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
new file mode 100644
index 00000000000..f9adac765db
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.10
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+		>=dev-perl/Mock-Config-0.20.0
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index 8b5db1ab7fb..a1da9ff073c 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1,3 +1,4 @@
 DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad SHA512 a87d7ecb6ab3936b1dfe69f7a6b61c21ab097cc89a45d98715e1615895f9412e64206f950535a77009249f35d028875fe679f90adb9b48030c2d5a28f6a8f68e WHIRLPOOL dace2adbcf33dad613790f8df460a9274a6f5abe0bac7bdf75fc0a8a97412bff5bd3f0ad7fa7967a78b7f6a96e1261e71843320e46dab35eae52de8ee3319172
 DIST Devel-CheckLib-1.07.tar.gz 15105 SHA256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a SHA512 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 WHIRLPOOL 4e86cf21e710a69c73d7aeb1b966794ca37893cb016aa851f75266317c8ea06f7667d1159775dda245b6d079babe7c0626a4422323b792060a9ff1125724bf99
 DIST Devel-CheckLib-1.09.tar.gz 15015 SHA256 0301aa2cc827fb9bb16cc7ca1d59bd5193b9536ddbdbc3621835d8c61c57efd6 SHA512 e0d7c284bf04af253b2a88caca87751c438c030c807aa068de35d9bab476bbdf9f25a15297e924c62e89ab781a8809750b4ef46e4e8ee6427dc817efbdb1c297 WHIRLPOOL d25fd2ba73e6bfef6d4752bdd5c5c87732b33cf67679ab778b9b48d06530237e9cd612f7b32f26f51728078aca6932b8ad7d1a67a0743da5411deabe24fed9dd
+DIST Devel-CheckLib-1.10.tar.gz 15158 SHA256 1633f10bcbe86cf65721813d69264c4f3a426a9d741bc041647c0887bd41ad14 SHA512 aab565df0b31a08b2dff3fb777bc208ff9b8322d9012fb2deaa5d27411e4915cdd2e48cd65eb55323c69f23975e08cee8cfa4a8221a4b2e39770bdeecfe3f127 WHIRLPOOL 1c1d1e47c5036d1599ec2e9f4a7bec63b30a9c60ca5014af31f4923d1c768f9b318697b9f1f1fb4d1a1a783e2793a8f2655c0df8fca78bd872f00c29b77c79eb


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-04-30  8:56 Jeroen Roovers
  0 siblings, 0 replies; 57+ messages in thread
From: Jeroen Roovers @ 2017-04-30  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     093a155b40bfc381d756a0cb690229e7fed989c1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 08:56:11 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 08:56:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093a155b

dev-perl/Devel-CheckLib: Mark ~hppa (bug #614960).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index f9adac765db..b92c41513c0 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-05-04 20:08 Markus Meier
  0 siblings, 0 replies; 57+ messages in thread
From: Markus Meier @ 2017-05-04 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     29ea8b30d852a580615737a17f39651b47acc291
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 20:08:35 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu May  4 20:08:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ea8b30

dev-perl/Devel-CheckLib: add ~arm, bug #614960

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index b92c41513c0..acf8da5d367 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-05-09  7:49 Tobias Klausmann
  0 siblings, 0 replies; 57+ messages in thread
From: Tobias Klausmann @ 2017-05-09  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fc6a9cbc4477d2cd0347b4eace7b76dd50e6787a
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 07:33:32 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue May  9 07:49:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6a9cbc

dev-perl/Devel-CheckLib-1.100.0-r0: add ~alpha keyword

Gentoo-Bug: 614960

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index acf8da5d367..a57123e6139 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-05-18 19:14 Michael Weber
  0 siblings, 0 replies; 57+ messages in thread
From: Michael Weber @ 2017-05-18 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1a858d0217976c9f789b2bafb3146939f4a0eb5f
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 19:12:52 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu May 18 19:14:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a858d02

dev-perl/Devel-CheckLib: add ~ppc64 keyword (bug 614960).

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index a57123e6139..7c3d0a9384b 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-05-26  7:46 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2017-05-26  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     baa7039b34ca9690cb4bb9e9d5828b262fbd05ed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 07:44:50 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri May 26 07:46:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa7039b

dev-perl/Devel-CheckLib: Bump to version 1.110.0

Upstream:
- Prevent concat warnings with LD_RUN_PATH is undefined

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild   | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
new file mode 100644
index 00000000000..b0fc1505db7
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+		>=dev-perl/Mock-Config-0.20.0
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index a1da9ff073c..c7529e27e2f 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -2,3 +2,4 @@ DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c
 DIST Devel-CheckLib-1.07.tar.gz 15105 SHA256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a SHA512 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 WHIRLPOOL 4e86cf21e710a69c73d7aeb1b966794ca37893cb016aa851f75266317c8ea06f7667d1159775dda245b6d079babe7c0626a4422323b792060a9ff1125724bf99
 DIST Devel-CheckLib-1.09.tar.gz 15015 SHA256 0301aa2cc827fb9bb16cc7ca1d59bd5193b9536ddbdbc3621835d8c61c57efd6 SHA512 e0d7c284bf04af253b2a88caca87751c438c030c807aa068de35d9bab476bbdf9f25a15297e924c62e89ab781a8809750b4ef46e4e8ee6427dc817efbdb1c297 WHIRLPOOL d25fd2ba73e6bfef6d4752bdd5c5c87732b33cf67679ab778b9b48d06530237e9cd612f7b32f26f51728078aca6932b8ad7d1a67a0743da5411deabe24fed9dd
 DIST Devel-CheckLib-1.10.tar.gz 15158 SHA256 1633f10bcbe86cf65721813d69264c4f3a426a9d741bc041647c0887bd41ad14 SHA512 aab565df0b31a08b2dff3fb777bc208ff9b8322d9012fb2deaa5d27411e4915cdd2e48cd65eb55323c69f23975e08cee8cfa4a8221a4b2e39770bdeecfe3f127 WHIRLPOOL 1c1d1e47c5036d1599ec2e9f4a7bec63b30a9c60ca5014af31f4923d1c768f9b318697b9f1f1fb4d1a1a783e2793a8f2655c0df8fca78bd872f00c29b77c79eb
+DIST Devel-CheckLib-1.11.tar.gz 15209 SHA256 bd6d1c187e80be6de1f0d37add441ba8f14950c7bc1f54e764770ed484b232c1 SHA512 21a64cb2ec4f3769d604eba151074daa841d40d2073a93ec186e82d8496f5ca05728c5352a31c4f07765956b85cb3144225edb51b84245b0582267af55ef2e2f WHIRLPOOL 073d0f35b1e4e61647374f0827b5af72e21a5a9c140668a09a6d99c3a93fa9933d04c229c4bb47fe7adf3a73cca5c64fd0c72c89e91c437deb2f2362bbd0b555


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-06-21 10:27 Alexis Ballier
  0 siblings, 0 replies; 57+ messages in thread
From: Alexis Ballier @ 2017-06-21 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     db773340daace785f322df030c1ca00ba14ba5c4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:18:53 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:18:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db773340

dev-perl/Devel-CheckLib: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index b0fc1505db7..c17b93b065a 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-07-01 10:30 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1f32ce957e6729d65aaa4bdbc77fc5a0ae554a4d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 10:29:41 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 10:30:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f32ce95

dev-perl/Devel-CheckLib: ia64 keyworded, bug #614960

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index c17b93b065a..62441ae5756 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-07-01 10:30 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9c7ca4bfdcf7230820e7f0b64a96dab4091bf4c7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 10:28:57 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 10:30:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7ca4bf

dev-perl/Devel-CheckLib: ia64 keyworded, bug #614960

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index 7c3d0a9384b..c949fe050e3 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-08-10 20:43 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2017-08-10 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8de234b75d2510843e3101a53ef4f65df0322d47
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 20:43:31 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 20:43:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de234b7

dev-perl/Devel-CheckLib: keyworded 1.110.0 for ppc, bug #614960

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 62441ae5756..6f90264bae0 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-08-10 20:43 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2017-08-10 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     805acc164b0ed356c1e2837502f619e2d0368e8e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 20:42:51 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 20:43:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805acc16

dev-perl/Devel-CheckLib: keyworded 1.100.0 for ppc, bug #614960

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index c949fe050e3..ddc2c381a94 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-11-09  0:07 Matt Turner
  0 siblings, 0 replies; 57+ messages in thread
From: Matt Turner @ 2017-11-09  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2241acff361870250b4761a32afcd36b3b2d8a9e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 00:03:41 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 00:07:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2241acff

dev-perl/Devel-CheckLib-1.110.0: added ~mips, bug 614960

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 6f90264bae0..9fd8d109b22 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2017-11-13 22:28 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2017-11-13 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a46c4f53829bcc8c3f9e038e120fd681cce8d10b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 22:26:22 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 22:28:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46c4f53

dev-perl/Devel-CheckLib: keyworded 1.110.0 for sparc, bug #614960 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 9fd8d109b22..b601c936c3c 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-06-10 14:57 Aaron Bauman
  0 siblings, 0 replies; 57+ messages in thread
From: Aaron Bauman @ 2018-06-10 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e094ba7f36cbabdb818d2c248318d45718d3612c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 14:54:59 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 14:54:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e094ba7f

dev-perl/Devel-CheckLib: amd64 stable wrt bug #657558

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index b601c936c3c..a289569864d 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-06-10 15:48 Thomas Deutschmann
  0 siblings, 0 replies; 57+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     844569abd706925177213d014bad8a0cccdcd3e4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:45:12 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:45:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844569ab

dev-perl/Devel-CheckLib: x86 stable (bug #657558)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index a289569864d..ed0b70d5413 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-06-24 19:41 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     650bf37a354c7a37e3966abfa80db974cdde9d60
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 18:09:06 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:36:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650bf37a

dev-perl/Devel-CheckLib: stable 1.110.0 for ppc, bug #657558

Bug: https://bugs.gentoo.org/657558
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index ed0b70d5413..5b734c1d8ff 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-07-21 11:50 Tobias Klausmann
  0 siblings, 0 replies; 57+ messages in thread
From: Tobias Klausmann @ 2018-07-21 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     35592b5e4e05892dc7fd321803d45ebd793c1f7b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 11:49:02 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 11:50:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35592b5e

dev-perl/Devel-CheckLib-1.110.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/661196

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 5b734c1d8ff..91d2d6b3fe3 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-07-22 14:18 Mikle Kolyada
  0 siblings, 0 replies; 57+ messages in thread
From: Mikle Kolyada @ 2018-07-22 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     06bce63959241a17427f92753fadfcf0b4e9fa05
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 14:17:43 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:18:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bce639

dev-perl/Devel-CheckLib: arm stable wrt bug #657558

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 91d2d6b3fe3..5714652dad6 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-07-23 19:00 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2018-07-23 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2feef21a3f5f39354bb99b55357666789781ddec
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 18:57:11 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 18:57:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2feef21a

dev-perl/Devel-CheckLib: stable 1.110.0 for hppa, bug #661196

Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 5714652dad6..24e29782e89 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-09-30 18:52 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2018-09-30 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a931f6b2cfb9f130a80158582e676706152cb1b4
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep 30 15:19:44 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 18:52:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a931f6b2

dev-perl/Devel-CheckLib: stable 1.110.0 for sparc, bug #667266

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 24e29782e89..e29c7899205 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2018-10-02  7:33 Sergei Trofimovich
  0 siblings, 0 replies; 57+ messages in thread
From: Sergei Trofimovich @ 2018-10-02  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9ec1ba2232d8b9b78847f734be9866e507e0dfa0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 07:26:46 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 07:33:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec1ba22

dev-perl/Devel-CheckLib: stable 1.110.0 for ia64, bug #667266

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index e29c7899205..d3946bf0c05 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.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="check that a library is available"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2019-07-10 13:21 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2019-07-10 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a77edf509aa8d906a48051cf0e58cd86d309327a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 11:25:21 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 13:20:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77edf50

dev-perl/Devel-CheckLib: Bump to version 1.130.0

Upstream:
- Fix order of flags for GCC
- Allow compiling a test binary without executing it afterwards

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

 .../Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild   | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
new file mode 100644
index 00000000000..364413db942
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+		>=dev-perl/Mock-Config-0.20.0
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index 5da855eef2d..a91f5199486 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -3,3 +3,4 @@ DIST Devel-CheckLib-1.07.tar.gz 15105 BLAKE2B dc2fd5dd05473c3e265dd150250e47d38a
 DIST Devel-CheckLib-1.09.tar.gz 15015 BLAKE2B 22918bd2c13fc2c4cc66f3d4cb272a8fa4d37a122ae2f2bac81809a1847c00ab35d48b5b99f5a0dd48d2d55a5425167f3a855a5fafa51ec7bbceb5d0ccca83a3 SHA512 e0d7c284bf04af253b2a88caca87751c438c030c807aa068de35d9bab476bbdf9f25a15297e924c62e89ab781a8809750b4ef46e4e8ee6427dc817efbdb1c297
 DIST Devel-CheckLib-1.10.tar.gz 15158 BLAKE2B 07d9444275568561c0ae1d49f85959125845c77f59e43336728e2fc1025d55f7b45b8284747ac840eb9029de02589d9a8f092f884a77e50846c6b15ed998ff39 SHA512 aab565df0b31a08b2dff3fb777bc208ff9b8322d9012fb2deaa5d27411e4915cdd2e48cd65eb55323c69f23975e08cee8cfa4a8221a4b2e39770bdeecfe3f127
 DIST Devel-CheckLib-1.11.tar.gz 15209 BLAKE2B 786931bfcd453ce8233a3984e97b76d2761654e967dffa00b53bec5b5eb053421b0ffe29355f519de5492930ecbf7a1958cca984c5ce4a226ff01cf3878a3112 SHA512 21a64cb2ec4f3769d604eba151074daa841d40d2073a93ec186e82d8496f5ca05728c5352a31c4f07765956b85cb3144225edb51b84245b0582267af55ef2e2f
+DIST Devel-CheckLib-1.13.tar.gz 15450 BLAKE2B edec53744f9f0982b94c5018907d0ea0793bbe12b64681a5b3f31818fa91e56889ff6f72d8f76e9df8ff7203afc8a2d782f610d1557da927a578f73cf256404c SHA512 2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-02-24  9:56 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2020-02-24  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1fa99b5e9236491ed62683c96bb27d8cace8d2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 09:56:42 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 09:56:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1fa99b

dev-perl/Devel-CheckLib: s390 stable wrt bug #709628

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 2fa3cd4a093..8da80deda3a 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-02-24 12:55 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2020-02-24 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3b5197caef0fc8fa8c8407d7e00f32653401122d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 12:55:03 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 12:55:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5197ca

dev-perl/Devel-CheckLib: ppc64 stable wrt bug #709628

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 8da80deda3a..887ab06c8ca 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-03-28 22:46 Mart Raudsepp
  0 siblings, 0 replies; 57+ messages in thread
From: Mart Raudsepp @ 2020-03-28 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     5a024aeac4461f52501029f5e2ad953f6756dd38
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat Mar 28 20:49:07 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 22:46:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a024aea

dev-perl/Devel-CheckLib: arm64 stable for 1.110.0 (bug #709628)

Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 887ab06c8ca..44d7efa321e 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-07-12  0:01 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2020-07-12  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     950a871de6356053f0a332822cb93d968d5729fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 00:00:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 00:00:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950a871d

dev-perl/Devel-CheckLib: s390 keyworded (bug #716792)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
index c6f3095ffd9..3750be09c97 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-07-18  7:33 Fabian Groffen
  0 siblings, 0 replies; 57+ messages in thread
From: Fabian Groffen @ 2020-07-18  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3fb968d2b973ba90eedaae6bd0bf800e845a4ff4
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 07:28:28 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 07:33:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb968d2

dev-perl/Devel-CheckLib: added Prefix keywords

Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-2.3.100-prefix, Repoman-2.3.23
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
index 3750be09c97..7aa14e6e494 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-12-12  8:40 Kent Fredric
  0 siblings, 0 replies; 57+ messages in thread
From: Kent Fredric @ 2020-12-12  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c82a4dced4c1cd28897a71df5097de6c7f9151eb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 08:18:17 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 08:40:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a4dce

dev-perl/Devel-CheckLib: Cleanup old 1.110.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild   | 29 ----------------------
 dev-perl/Devel-CheckLib/Manifest                   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
deleted file mode 100644
index b657d4d559e..00000000000
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MATTN
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="check that a library is available"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-File-Temp-0.160.0
-	virtual/perl-Exporter
-	virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.620.0
-		>=dev-perl/IO-CaptureOutput-1.80.100
-		>=dev-perl/Mock-Config-0.20.0
-	)
-"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index c4849d805dc..a7f73196bf0 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1,3 +1,2 @@
-DIST Devel-CheckLib-1.11.tar.gz 15209 BLAKE2B 786931bfcd453ce8233a3984e97b76d2761654e967dffa00b53bec5b5eb053421b0ffe29355f519de5492930ecbf7a1958cca984c5ce4a226ff01cf3878a3112 SHA512 21a64cb2ec4f3769d604eba151074daa841d40d2073a93ec186e82d8496f5ca05728c5352a31c4f07765956b85cb3144225edb51b84245b0582267af55ef2e2f
 DIST Devel-CheckLib-1.13.tar.gz 15450 BLAKE2B edec53744f9f0982b94c5018907d0ea0793bbe12b64681a5b3f31818fa91e56889ff6f72d8f76e9df8ff7203afc8a2d782f610d1557da927a578f73cf256404c SHA512 2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46
 DIST Devel-CheckLib-1.14.tar.gz 15562 BLAKE2B f9e80b216dd6ee9a9949cc369e2d8f8d18f7cce8dd20f855f91ef18e6646d165c895567ad25e9b50a863e319e7320e785b1c3f5aa6cb3f65aec938786ddff01b SHA512 a5a310cd20e7bfa3c28718b0cba997e029ae0a422ed355d70774691521a3f5c2942eb39269dec1b09e706c1d124559313ab79e787430e0bb3ad43d8aa937539c


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2020-12-27 14:54 Fabian Groffen
  0 siblings, 0 replies; 57+ messages in thread
From: Fabian Groffen @ 2020-12-27 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d34111dfedaff506dde3113e14617dd655f74704
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 14:51:58 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 14:51:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34111df

dev-perl/Devel-CheckLib: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild | 2 +-
 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
index 7aa14e6e494..ce65d385bfa 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 48695bb9dad..73600a073d3 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-23 23:07 Thomas Deutschmann
  0 siblings, 0 replies; 57+ messages in thread
From: Thomas Deutschmann @ 2021-05-23 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f6dc3f3f3ea80ac43fc66a016f49bb0fba40a72d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 23:03:15 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 23 23:06:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dc3f3f

dev-perl/Devel-CheckLib: x86 stable (bug #791676)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 08b7de8be33..87736045ad4 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-24  0:12 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-05-24  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d955ff13e208c38b1e7bec51beff5269117837f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 00:06:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 24 00:06:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d955ff13

dev-perl/Devel-CheckLib: Stabilize 1.140.0 arm64, #791676

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 87736045ad4..aea970ed230 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-24  0:12 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-05-24  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3795b78bc199719a55320ec7112a055785fc8c54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 00:06:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 24 00:06:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3795b78b

dev-perl/Devel-CheckLib: Stabilize 1.140.0 arm, #791676

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index aea970ed230..429f6d1535d 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-24  2:15 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-05-24  2:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac5a3b94c5875c3137c29960c2cd53c7294a8a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 02:15:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 24 02:15:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac5a3b9

dev-perl/Devel-CheckLib: Stabilize 1.140.0 amd64, #791676

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 429f6d1535d..ab94931131b 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-24  5:04 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-05-24  5:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f6370f8137eb963f5525168014b47030d3e3ba08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 04:59:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 24 04:59:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6370f81

dev-perl/Devel-CheckLib: Stabilize 1.140.0 ppc, #791676

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index ab94931131b..318c947861a 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-05-24  5:49 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-05-24  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     66e577d3103e45a1f7e6227084bbc1caf018bd3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 05:47:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 24 05:47:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e577d3

dev-perl/Devel-CheckLib: Stabilize 1.140.0 ppc64, #791676

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 7140f831b45..d047c8870a5 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-07-11 22:02 Marek Szuba
  0 siblings, 0 replies; 57+ messages in thread
From: Marek Szuba @ 2021-07-11 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ac339c9b8d7799a7d146c145cabd417cef7e992a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:47:19 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 22:02:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac339c9b

dev-perl/Devel-CheckLib: keyword 1.140.0 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index d047c8870a5..1c5ffe1a6c2 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2021-10-21 18:52 Andreas K. Hüttel
  0 siblings, 0 replies; 57+ messages in thread
From: Andreas K. Hüttel @ 2021-10-21 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3f32d7b78054169b1376ee7c7bb7742f7425286d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 18:45:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:51:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f32d7b7

dev-perl/Devel-CheckLib: Remove old

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

 .../Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild   | 29 ----------------------
 dev-perl/Devel-CheckLib/Manifest                   |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.0.ebuild
deleted file mode 100644
index 7651b07099f..00000000000
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.130.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=MATTN
-DIST_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION="check that a library is available"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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-File-Temp-0.160.0
-	virtual/perl-Exporter
-	virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.620.0
-		>=dev-perl/IO-CaptureOutput-1.80.100
-		>=dev-perl/Mock-Config-0.20.0
-	)
-"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index a7f73196bf0..6f2b51cb780 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1,2 +1 @@
-DIST Devel-CheckLib-1.13.tar.gz 15450 BLAKE2B edec53744f9f0982b94c5018907d0ea0793bbe12b64681a5b3f31818fa91e56889ff6f72d8f76e9df8ff7203afc8a2d782f610d1557da927a578f73cf256404c SHA512 2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46
 DIST Devel-CheckLib-1.14.tar.gz 15562 BLAKE2B f9e80b216dd6ee9a9949cc369e2d8f8d18f7cce8dd20f855f91ef18e6646d165c895567ad25e9b50a863e319e7320e785b1c3f5aa6cb3f65aec938786ddff01b SHA512 a5a310cd20e7bfa3c28718b0cba997e029ae0a422ed355d70774691521a3f5c2942eb39269dec1b09e706c1d124559313ab79e787430e0bb3ad43d8aa937539c


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-01-30 22:23 James Le Cuirot
  0 siblings, 0 replies; 57+ messages in thread
From: James Le Cuirot @ 2022-01-30 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     63ac5dbaf4e83bcbde01205d3633ef5411ac623f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 22:22:08 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 22:22:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ac5dba

dev-perl/Devel-CheckLib: Keyword 1.140.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 1c5ffe1a6c24..85b7ce81d38c 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.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 toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-02-02 10:48 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2022-02-02 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     37b7f2fa3e6518ab0ee7368b4b3de036a3a515c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 10:47:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 10:47:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b7f2fa

dev-perl/Devel-CheckLib: Stabilize 1.140.0 hppa, #832308

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 85b7ce81d38c..7afb899d98fc 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-05-14  6:54 WANG Xuerui
  0 siblings, 0 replies; 57+ messages in thread
From: WANG Xuerui @ 2022-05-14  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     77522e50926d110ca34caae1dcdb8ea3f209963e
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 06:52:16 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 06:52:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77522e50

dev-perl/Devel-CheckLib: keyword 1.140.0 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index 7afb899d98fc..f14999fa4165 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-11-18  4:52 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2022-11-18  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a5bc51061362d06a17b934af69d07deb7a0a81dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 04:39:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 04:46:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bc5106

dev-perl/Devel-CheckLib: add 1.160.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild   | 37 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
new file mode 100644
index 000000000000..618362f04e4a
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.16
+inherit perl-module toolchain-funcs
+
+DESCRIPTION="Check that a library is available"
+
+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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+	>=virtual/perl-File-Temp-0.160.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Capture-Tiny
+		>=dev-perl/Mock-Config-0.20.0
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}-1.14-test-toolchain.patch"
+)
+
+src_test() {
+	unset LD
+	[[ -n "${CCLD}" ]] && export LD="${CCLD}"
+	tc-export AR RANLIB
+	perl-module_src_test
+}

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index 6f2b51cb780d..b4dd30ed1a9e 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -1 +1,2 @@
 DIST Devel-CheckLib-1.14.tar.gz 15562 BLAKE2B f9e80b216dd6ee9a9949cc369e2d8f8d18f7cce8dd20f855f91ef18e6646d165c895567ad25e9b50a863e319e7320e785b1c3f5aa6cb3f65aec938786ddff01b SHA512 a5a310cd20e7bfa3c28718b0cba997e029ae0a422ed355d70774691521a3f5c2942eb39269dec1b09e706c1d124559313ab79e787430e0bb3ad43d8aa937539c
+DIST Devel-CheckLib-1.16.tar.gz 15863 BLAKE2B 6153daabb65cf78968f93890339333fbb6f3a9f73f64157a1751cf695b5010cd276c28c1654b418d12363027c4a24de573d6e53d615a816f663a3b6cdd6587a9 SHA512 919da046cdd1f48e0ccd8a7734a98f3144c0005c8303b02b43aeedcd2cfc148c78f502f26a80ea2612279e2becf4948b408d8cbd4b7cc514519c5954ae4139cb


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-11-18  4:52 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2022-11-18  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     31505a8ef01f07a37440b618c17af8af71c0817c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 04:39:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 04:46:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31505a8e

dev-perl/Devel-CheckLib: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Devel-CheckLib/metadata.xml b/dev-perl/Devel-CheckLib/metadata.xml
index e997e3f76c7f..ae02ff93bb21 100644
--- a/dev-perl/Devel-CheckLib/metadata.xml
+++ b/dev-perl/Devel-CheckLib/metadata.xml
@@ -8,5 +8,6 @@
   <upstream>
     <remote-id type="cpan">Devel-CheckLib</remote-id>
     <remote-id type="cpan-module">Devel::CheckLib</remote-id>
+    <remote-id type="github">mattn/p5-Devel-CheckLib</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-12-18 11:37 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2022-12-18 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5cdcc3520a48313e06e18d51c6e0daf23274cf71
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:37:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:37:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdcc352

dev-perl/Devel-CheckLib: Stabilize 1.160.0 arm64, #886847

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
index 618362f04e4a..d0452cca8816 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Check that a library is available"
 
 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	virtual/perl-Exporter


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2022-12-18 11:44 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2022-12-18 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     00fa8eca4e56f58ed45262eefbbd17f73a286f72
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:43:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:43:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fa8eca

dev-perl/Devel-CheckLib: Stabilize 1.160.0 arm, #886847

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
index d0452cca8816..a633f1e922b5 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Check that a library is available"
 
 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	virtual/perl-Exporter


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2024-05-22  2:18 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-05-22  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     076c98c908f3ad5256f2f40c4c3ef23f81f8f392
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:06:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076c98c9

dev-perl/Devel-CheckLib: rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Devel-CheckLib-1.160.0-r1.ebuild               | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
new file mode 100644
index 000000000000..36c1eb5061d0
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Check that a library is available"
+
+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"
+
+RDEPEND="
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+	>=virtual/perl-File-Temp-0.160.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Capture-Tiny
+		>=dev-perl/Mock-Config-0.20.0
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}-1.14-test-toolchain.patch"
+)


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2024-06-25  3:55 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-06-25  3:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f35e18dcdd9c383659b295b8dc1da5d0960b61d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:55:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:55:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35e18dc

dev-perl/Devel-CheckLib: Stabilize 1.160.0-r1 arm, #934859

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
index a88e7bebaf8d..80259a5f0536 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Exporter


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2024-06-25  3:55 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-06-25  3:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0fcb06e26e43dbe4b04e4c4f8608c75095cefc01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:55:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:55:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcb06e2

dev-perl/Devel-CheckLib: Stabilize 1.160.0-r1 arm64, #934859

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
index 36c1eb5061d0..a88e7bebaf8d 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Exporter


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
@ 2024-06-25  4:48 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-06-25  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c07b9adc3cdf08b7381986444afc9e69de72e531
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:48:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:48:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07b9adc

dev-perl/Devel-CheckLib: Stabilize 1.160.0-r1 ppc, #934859

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
index f3c9c1739a87..6488b13ba2e9 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.160.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Exporter


^ permalink raw reply related	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2024-06-25  4:48 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 22:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:48 Sam James
2024-06-25  3:55 Sam James
2024-06-25  3:55 Sam James
2024-05-22  2:18 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:37 Sam James
2022-11-18  4:52 Sam James
2022-11-18  4:52 Sam James
2022-05-14  6:54 WANG Xuerui
2022-02-02 10:48 Sam James
2022-01-30 22:23 James Le Cuirot
2021-10-21 18:52 Andreas K. Hüttel
2021-07-11 22:02 Marek Szuba
2021-05-24  5:49 Sam James
2021-05-24  5:04 Sam James
2021-05-24  2:15 Sam James
2021-05-24  0:12 Sam James
2021-05-24  0:12 Sam James
2021-05-23 23:07 Thomas Deutschmann
2020-12-27 14:54 Fabian Groffen
2020-12-12  8:40 Kent Fredric
2020-07-18  7:33 Fabian Groffen
2020-07-12  0:01 Sam James
2020-03-28 22:46 Mart Raudsepp
2020-02-24 12:55 Agostino Sarubbo
2020-02-24  9:56 Agostino Sarubbo
2019-07-10 13:21 Kent Fredric
2018-10-02  7:33 Sergei Trofimovich
2018-09-30 18:52 Sergei Trofimovich
2018-07-23 19:00 Sergei Trofimovich
2018-07-22 14:18 Mikle Kolyada
2018-07-21 11:50 Tobias Klausmann
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 15:48 Thomas Deutschmann
2018-06-10 14:57 Aaron Bauman
2017-11-09  0:07 Matt Turner
2017-08-10 20:43 Sergei Trofimovich
2017-08-10 20:43 Sergei Trofimovich
2017-07-01 10:30 Sergei Trofimovich
2017-07-01 10:30 Sergei Trofimovich
2017-06-21 10:27 Alexis Ballier
2017-05-26  7:46 Kent Fredric
2017-05-18 19:14 Michael Weber
2017-05-09  7:49 Tobias Klausmann
2017-05-04 20:08 Markus Meier
2017-04-30  8:56 Jeroen Roovers
2017-04-08  0:51 Kent Fredric
2017-03-24 12:20 Kent Fredric
2017-03-17 10:26 Agostino Sarubbo
2017-03-15 14:14 Michael Weber
2017-03-15 13:00 Michael Weber
2016-11-18  5:41 Kent Fredric
2016-10-19 11:05 Agostino Sarubbo
2016-08-17  3:13 Jeroen Roovers
2016-05-25  6:56 Matt Turner
2016-02-28 10:01 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox