public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2016-01-24 16:40 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-01-24 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     944de7ef16fac5ce1301d7271e3a8f4406c5889c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:38:08 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:40:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944de7ef

dev-perl/Devel-CheckCompiler: amd64 stable wrt bug #569840

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

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
index 3a44abe..e13bcce 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


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

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

commit:     467ecdd1c2658b45b66de3ad54e9f104ae9e2aab
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 05:34:21 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 05:34:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467ecdd1

dev-perl/Devel-CheckCompiler: Bump to version 0.60.0

- EAPI6
- Parallel Test

Upstream:
- Stricter C99 Checking code
- Fixes for older GCCs

Package-Manager: portage-2.3.2

 .../Devel-CheckCompiler-0.60.0.ebuild              | 29 ++++++++++++++++++++++
 dev-perl/Devel-CheckCompiler/Manifest              |  1 +
 dev-perl/Devel-CheckCompiler/metadata.xml          |  4 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild
new file mode 100644
index 00000000..34ea8ef
--- /dev/null
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SYOHEX
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Check the compiler's availability"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Exporter
+	virtual/perl-ExtUtils-CBuilder
+	virtual/perl-File-Temp
+	virtual/perl-parent
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.380.0
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"

diff --git a/dev-perl/Devel-CheckCompiler/Manifest b/dev-perl/Devel-CheckCompiler/Manifest
index 34720cb..136f207 100644
--- a/dev-perl/Devel-CheckCompiler/Manifest
+++ b/dev-perl/Devel-CheckCompiler/Manifest
@@ -1 +1,2 @@
 DIST Devel-CheckCompiler-0.05.tar.gz 11384 SHA256 a4fe9b3daf37f472c9529582b5ba1f1082606e7ebf197432ad22971117523257 SHA512 5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e WHIRLPOOL a10fdc749ced11cd72ac6088849fcdfb06999d91988f7e4be4b5e526c0f74288e00e56a54ab630fe7dd0df134838d5fec7d1eed5bc020169afd54ca7699083d2
+DIST Devel-CheckCompiler-0.06.tar.gz 11694 SHA256 070a9e20a25f8d654387080a295ed97dca63e6fa16779903e46cdeb6dfa982ac SHA512 f484240dd52194aa71f98001bef47d03048cc5336e10ffc6a84db750fec3fb7f5e8aaf86f9fd1bc84928a8f76cccf07ec6a105e2053a2858c4aaa3c87f655735 WHIRLPOOL 9295eea758888b0ebd4e2595c3d81a667091945f84c30bce1c7526c8ad4e3c7de94feacfeb3c9d157df969cd6789952758fa9d7641c305f4ecdf636d3c517428

diff --git a/dev-perl/Devel-CheckCompiler/metadata.xml b/dev-perl/Devel-CheckCompiler/metadata.xml
index 2b9a936..b14b500 100644
--- a/dev-perl/Devel-CheckCompiler/metadata.xml
+++ b/dev-perl/Devel-CheckCompiler/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Devel-CheckCompiler</remote-id>
+    <remote-id type="cpan-module">Devel::CheckCompiler</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2016-11-20  1:01 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-11-20  1:01 UTC (permalink / raw
  To: gentoo-commits

commit:     be08a102c1e8f1d14da274cc47c01f8d146377c2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 01:01:42 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 01:01:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be08a102

dev-perl/Devel-CheckCompiler: Bump to version 0.70.0

Upstream:
- Change packaging to Module::Build::Tiny
- Prune unwanted deps

Package-Manager: portage-2.3.2

 .../Devel-CheckCompiler-0.70.0.ebuild              | 29 ++++++++++++++++++++++
 dev-perl/Devel-CheckCompiler/Manifest              |  1 +
 dev-perl/Devel-CheckCompiler/metadata.xml          |  1 +
 3 files changed, 31 insertions(+)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
new file mode 100644
index 00000000..8745e7c
--- /dev/null
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SYOHEX
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Check the compiler's availability"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Exporter
+	virtual/perl-ExtUtils-CBuilder
+	virtual/perl-File-Temp
+	virtual/perl-parent
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.35.0
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"

diff --git a/dev-perl/Devel-CheckCompiler/Manifest b/dev-perl/Devel-CheckCompiler/Manifest
index 136f207..bd76c91 100644
--- a/dev-perl/Devel-CheckCompiler/Manifest
+++ b/dev-perl/Devel-CheckCompiler/Manifest
@@ -1,2 +1,3 @@
 DIST Devel-CheckCompiler-0.05.tar.gz 11384 SHA256 a4fe9b3daf37f472c9529582b5ba1f1082606e7ebf197432ad22971117523257 SHA512 5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e WHIRLPOOL a10fdc749ced11cd72ac6088849fcdfb06999d91988f7e4be4b5e526c0f74288e00e56a54ab630fe7dd0df134838d5fec7d1eed5bc020169afd54ca7699083d2
 DIST Devel-CheckCompiler-0.06.tar.gz 11694 SHA256 070a9e20a25f8d654387080a295ed97dca63e6fa16779903e46cdeb6dfa982ac SHA512 f484240dd52194aa71f98001bef47d03048cc5336e10ffc6a84db750fec3fb7f5e8aaf86f9fd1bc84928a8f76cccf07ec6a105e2053a2858c4aaa3c87f655735 WHIRLPOOL 9295eea758888b0ebd4e2595c3d81a667091945f84c30bce1c7526c8ad4e3c7de94feacfeb3c9d157df969cd6789952758fa9d7641c305f4ecdf636d3c517428
+DIST Devel-CheckCompiler-0.07.tar.gz 11261 SHA256 768b7697b4b8d4d372c7507b65e9dd26aa4223f7100183bbb4d3af46d43869b5 SHA512 147fbdab382ff40bf1402d2d6be1143fe77403cd2444e854fdf11eb02e8acdcab8cb6bbdd7f3aef01cc64fac2862efaa044c5148c7770b84b464f7360c399d7a WHIRLPOOL ba9765e64ead956dfc825ce76455eac6783a7a5f0f782ac8dafb19a07a37719c1569c9237dc8c50b4faecf4026a834c23b3899abbbc59975510c4a95ee4ce1d0

diff --git a/dev-perl/Devel-CheckCompiler/metadata.xml b/dev-perl/Devel-CheckCompiler/metadata.xml
index b14b500..68869ba 100644
--- a/dev-perl/Devel-CheckCompiler/metadata.xml
+++ b/dev-perl/Devel-CheckCompiler/metadata.xml
@@ -7,6 +7,7 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Devel-CheckCompiler</remote-id>
+    <remote-id type="cpan-module">Devel::AssertC99</remote-id>
     <remote-id type="cpan-module">Devel::CheckCompiler</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2017-02-03 22:25 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     91c28ad8a411d9de90928b707317e653bcad25c6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:22:30 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:22:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c28ad8

dev-perl/Devel-CheckCompiler: Stable for HPPA (bug #578642).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
index e13bcce..8fc52e6 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2018-06-07 13:16 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-06-07 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae1e0c4674f635fa44cbe0e4a69418b711742d1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 13:15:57 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 13:15:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae1e0c4

dev-perl/Devel-CheckCompiler: Drop to ~hppa

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
index c1d9ff3803f..bafd7a0baef 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.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=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2018-06-07 13:16 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-06-07 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c0a96054e6225aea6d9d2941a552abdb907179aa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 13:16:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 13:16:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a96054

dev-perl/Devel-CheckCompiler: amd64 stable wrt bug #657524

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 9e89f5941f6..78ca461c7e8 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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 the compiler's availability"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="


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

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

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

dev-perl/Devel-CheckCompiler: stable 0.70.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-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 78ca461c7e8..6fcd41b8eba 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2018-09-28 11:14 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-09-28 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f0da8933bc6c71f24ab398f6d03e148c5ab37161
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 11:13:38 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 11:13:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0da8933

dev-perl/Devel-CheckCompiler: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../Devel-CheckCompiler-0.50.0.ebuild              | 31 ----------------------
 .../Devel-CheckCompiler-0.60.0.ebuild              | 28 -------------------
 dev-perl/Devel-CheckCompiler/Manifest              |  2 --
 3 files changed, 61 deletions(-)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
deleted file mode 100644
index bafd7a0baef..00000000000
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.50.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SYOHEX
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Check the compiler's availability"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-	virtual/perl-Exporter
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-File-Temp
-	virtual/perl-parent
-"
-# CPAN::Meta::Prereqs -> perl-CPAN-Meta
-DEPEND="
-	virtual/perl-CPAN-Meta
-	>=dev-perl/Module-Build-0.380.0
-	>=virtual/perl-Test-Simple-0.980.0
-	dev-perl/Test-Requires
-	${RDEPEND}
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild
deleted file mode 100644
index ab2ecec9eac..00000000000
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.60.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SYOHEX
-DIST_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Check the compiler's availability"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Exporter
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-File-Temp
-	virtual/perl-parent
-"
-DEPEND="
-	${RDEPEND}
-	>=dev-perl/Module-Build-0.380.0
-	test? (
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"

diff --git a/dev-perl/Devel-CheckCompiler/Manifest b/dev-perl/Devel-CheckCompiler/Manifest
index 59f0d40a682..c7e58d956e4 100644
--- a/dev-perl/Devel-CheckCompiler/Manifest
+++ b/dev-perl/Devel-CheckCompiler/Manifest
@@ -1,3 +1 @@
-DIST Devel-CheckCompiler-0.05.tar.gz 11384 BLAKE2B fc244b15a58b2f9a7624f2d1c1aafdf66cb3d8054dab890546975fd843c14c82d49f35b0ffd352dc8885659f360fe3d6b196bb3648eb38b6bb44880bed14a637 SHA512 5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e
-DIST Devel-CheckCompiler-0.06.tar.gz 11694 BLAKE2B 91782db4ed2592adcc5afeeacf48f646495d5a48cef4ee9137f76ab7f0ad2b8273d2d717a2e192628972f068162535798aac190cb22e3c02bad298c74f62f601 SHA512 f484240dd52194aa71f98001bef47d03048cc5336e10ffc6a84db750fec3fb7f5e8aaf86f9fd1bc84928a8f76cccf07ec6a105e2053a2858c4aaa3c87f655735
 DIST Devel-CheckCompiler-0.07.tar.gz 11261 BLAKE2B 14321bacc94d45133e781007d644b9d4cbe0edba36a25cf15739e09bab214fd01b0b21616517bb7070f2082a17a22b7e925fde4cea0699cb6c30ae345a498138 SHA512 147fbdab382ff40bf1402d2d6be1143fe77403cd2444e854fdf11eb02e8acdcab8cb6bbdd7f3aef01cc64fac2862efaa044c5148c7770b84b464f7360c399d7a


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2020-06-29  6:33 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-06-29  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     27293236d32ca126b1d1d06a6af6f996369bd7a4
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Jun 28 15:12:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 06:33:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27293236

dev-perl/Devel-CheckCompiler: arm keyworded (bug #729778)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 21a9a4785e2..cafe7214afc 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/
@ 2020-10-16 21:57 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-10-16 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e3a153840428f5c3379157496119e07b22d2c99f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 21:55:26 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 21:57:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a15384

dev-perl/Devel-CheckCompiler: ppc64 keyworded (bug #746560)

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

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

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
index 499d02f8859..d929e77f5e5 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     361f0e1472a8cf03e32726115b97803da86f9185
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 18:44:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:51:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361f0e14

dev-perl/Devel-CheckCompiler: EAPI=8 bump

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

 ...kCompiler-0.70.0.ebuild => Devel-CheckCompiler-0.70.0-r1.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild
similarity index 89%
rename from dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
rename to dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild
index 96557cc13ba..19b5a40c914 100644
--- a/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0.ebuild
+++ b/dev-perl/Devel-CheckCompiler/Devel-CheckCompiler-0.70.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=SYOHEX
 DIST_VERSION=0.07
@@ -11,8 +11,6 @@ DESCRIPTION="Check the compiler's availability"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	virtual/perl-Exporter
@@ -20,7 +18,7 @@ RDEPEND="
 	virtual/perl-File-Temp
 	virtual/perl-parent
 "
-DEPEND="
+BDEPEND="
 	${RDEPEND}
 	>=dev-perl/Module-Build-Tiny-0.35.0
 	test? (


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

end of thread, other threads:[~2021-10-21 18:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29  6:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckCompiler/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-10-21 18:52 Andreas K. Hüttel
2020-10-16 21:57 Sam James
2018-09-28 11:14 Mikle Kolyada
2018-07-23 19:00 Sergei Trofimovich
2018-06-07 13:16 Mikle Kolyada
2018-06-07 13:16 Mikle Kolyada
2017-02-03 22:25 Jeroen Roovers
2016-11-20  1:01 Kent Fredric
2016-11-18  5:34 Kent Fredric
2016-01-24 16:40 Agostino Sarubbo

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