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

commit:     b7a5c482c77ce8542ece66f2725d382b45e6cdff
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:38:27 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:40:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a5c482

dev-perl/Module-Build-XSUtil: 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/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
index 7ef4269..3edd459 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test"
 # File::Basename -> perl
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2016-02-28 10:01 Patrice Clement
  0 siblings, 0 replies; 22+ messages in thread
From: Patrice Clement @ 2016-02-28 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c91014d0c0c14498da89515e202627b602175420
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 11:56:12 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=c91014d0

dev-perl/Module-Build-XSUtil: Bump to version 0.160.0

- use EAPI6
- Install examples with `USE=examples`

Package-Manager: portage-2.2.27

 dev-perl/Module-Build-XSUtil/Manifest              |  1 +
 .../Module-Build-XSUtil-0.160.0.ebuild             | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 393aeb5..910649a 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1 +1,2 @@
 DIST Module-Build-XSUtil-0.14.tar.gz 14863 SHA256 d344fe7986767d7689b332c04d53fa02ff33f383dd5fd1769833c4b25415b625 SHA512 88932b6b726bcb86663318b49d2c1e4449d330c155729e7cd149e6bfb419e337f09140ebdb99a779f85f7398c5eccb464b990d4ad7cf3cd980609dfc3f6c3c70 WHIRLPOOL cf68390b609ed81bf29e736e0a09d9635700a8dcc6f4c585321bcc2cb2f685bd12139a3adc4a26820c6402f0a4659f90ea90b7094deb4cc434a58298f02534dc
+DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
new file mode 100644
index 0000000..82f415a
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HIDEAKIO
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="A Module::Build class for building XS modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test examples"
+# File::Basename -> perl
+RDEPEND="
+	dev-perl/Devel-CheckCompiler
+	virtual/perl-Devel-PPPort
+	virtual/perl-Exporter
+	virtual/perl-ExtUtils-CBuilder
+	virtual/perl-File-Path
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+# File::Spec::Functions -> virtual/perl-File-Spec
+# Test::More -> perl-Test-Simple
+DEPEND="
+	>=dev-perl/Module-Build-0.400.500
+	${RDEPEND}
+	test? (
+		dev-perl/Capture-Tiny
+		dev-perl/Cwd-Guard
+		dev-perl/File-Copy-Recursive
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x usr/share/doc/${PF}/eg/
+		insinto usr/share/doc/${PF}
+		doins -r eg
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2016-03-27 19:23 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2016-03-27 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7c8ac9dece68290e6e6be7006f3f3b5ca0c769aa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 19:22:53 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 19:22:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8ac9de

dev-perl/Module-Build-XSUtil: amd64 stable wrt bug #578372

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
index 82f415a..801f16b 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test examples"
 # File::Basename -> perl
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2016-03-27 19:38 Andreas Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Hüttel @ 2016-03-27 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     09b555dd35dce8da58187c3aa57b73b77daf0c48
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 19:36:56 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 19:36:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b555dd

dev-perl/Module-Build-XSUtil: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Module-Build-XSUtil/Manifest              |  1 -
 .../Module-Build-XSUtil-0.140.0.ebuild             | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 910649a..24750af 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1,2 +1 @@
-DIST Module-Build-XSUtil-0.14.tar.gz 14863 SHA256 d344fe7986767d7689b332c04d53fa02ff33f383dd5fd1769833c4b25415b625 SHA512 88932b6b726bcb86663318b49d2c1e4449d330c155729e7cd149e6bfb419e337f09140ebdb99a779f85f7398c5eccb464b990d4ad7cf3cd980609dfc3f6c3c70 WHIRLPOOL cf68390b609ed81bf29e736e0a09d9635700a8dcc6f4c585321bcc2cb2f685bd12139a3adc4a26820c6402f0a4659f90ea90b7094deb4cc434a58298f02534dc
 DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
deleted file mode 100644
index 3edd459..0000000
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="HIDEAKIO"
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="A Module::Build class for building XS modules"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
-IUSE="test"
-# File::Basename -> perl
-RDEPEND="
-	>=dev-perl/Devel-CheckCompiler-0.20.0
-	>=virtual/perl-Devel-PPPort-3.190.0
-	virtual/perl-Exporter
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-File-Path
-	>=virtual/perl-XSLoader-0.20.0
-	virtual/perl-parent
-"
-# File::Spec::Functions -> virtual/perl-File-Spec
-# Test::More -> perl-Test-Simple
-DEPEND="
-	>=dev-perl/Module-Build-0.400.500
-	${RDEPEND}
-	test? (
-		dev-perl/Capture-Tiny
-		dev-perl/Cwd-Guard
-		dev-perl/File-Copy-Recursive
-		virtual/perl-File-Spec
-		virtual/perl-File-Temp
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"
-SRC_TEST="do parallel"


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

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

commit:     45be44cc7a9a6732d64fdadaa3c17ad27c69494b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:24:38 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:24:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45be44cc

dev-perl/Module-Build-XSUtil: Stable for HPPA (bug #578642).

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
index 801f16b..ac2a426 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 IUSE="test examples"
 # File::Basename -> perl
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2017-11-01 22:00 Kent Fredric
  0 siblings, 0 replies; 22+ messages in thread
From: Kent Fredric @ 2017-11-01 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     953e83bfd1b6d36a01ef6fc4e809a8650a84b37b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 21:59:31 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 21:59:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953e83bf

dev-perl/Module-Build-XSUtil: Bump to version 0.180.0

Upstream:
- Support pure-perl build

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Module-Build-XSUtil/Manifest              |  1 +
 .../Module-Build-XSUtil-0.180.0.ebuild             | 46 ++++++++++++++++++++++
 dev-perl/Module-Build-XSUtil/metadata.xml          |  4 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 24750afc444..f5d732d1b83 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1 +1,2 @@
 DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43
+DIST Module-Build-XSUtil-0.18.tar.gz 15200 SHA256 cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be WHIRLPOOL 7e2671d9ec0f601ea7201f944740f65c20744b315567617cf050e002351eb29a4666b92683d9148ca8c30eb9c0218183b5bcebac70ca2dbfa53ccdf9e5813cab

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
new file mode 100644
index 00000000000..e46ec575ccb
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HIDEAKIO
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="A Module::Build class for building XS modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test examples"
+# File::Basename -> perl
+RDEPEND="
+	dev-perl/Devel-CheckCompiler
+	virtual/perl-Devel-PPPort
+	virtual/perl-Exporter
+	virtual/perl-ExtUtils-CBuilder
+	virtual/perl-File-Path
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+# File::Spec::Functions -> virtual/perl-File-Spec
+# Test::More -> perl-Test-Simple
+DEPEND="
+	>=dev-perl/Module-Build-0.400.500
+	${RDEPEND}
+	test? (
+		dev-perl/Capture-Tiny
+		dev-perl/Cwd-Guard
+		dev-perl/File-Copy-Recursive
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x usr/share/doc/${PF}/eg/
+		insinto usr/share/doc/${PF}
+		doins -r eg
+	fi
+}

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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     593ea8fa8c90318a9f2c1e9bbac16a0e1428ce85
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:40:33 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ea8fa

dev-perl/Module-Build-XSUtil: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index e46ec575ccb..843494dc41d 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.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="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE="test examples"
 # File::Basename -> perl
 RDEPEND="


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

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

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

dev-perl/Module-Build-XSUtil: stable 0.180.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/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index 843494dc41d..50eb0181ffa 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
 IUSE="test examples"
 # File::Basename -> perl
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2018-09-28 10:39 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2018-09-28 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8ab10e234c408e60b820dfd97dd9d3199c4d37c2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 10:39:24 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 10:39:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab10e23

dev-perl/Module-Build-XSUtil: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-perl/Module-Build-XSUtil/Manifest              |  1 -
 .../Module-Build-XSUtil-0.160.0.ebuild             | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 16b9cb3f6f8..e3c83ba84a2 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1,2 +1 @@
-DIST Module-Build-XSUtil-0.16.tar.gz 15137 BLAKE2B fdab484696054a05b86f8807c64b39a9b9c20c67b17cfa87b901d3238215b0537e34abe75fdd35b66098480e77f0c355ae428b16be6b8a00aeb019349877a1c6 SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e
 DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
deleted file mode 100644
index 552f524525a..00000000000
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.160.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HIDEAKIO
-DIST_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="A Module::Build class for building XS modules"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
-IUSE="test examples"
-# File::Basename -> perl
-RDEPEND="
-	dev-perl/Devel-CheckCompiler
-	virtual/perl-Devel-PPPort
-	virtual/perl-Exporter
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-File-Path
-	virtual/perl-XSLoader
-	virtual/perl-parent
-"
-# File::Spec::Functions -> virtual/perl-File-Spec
-# Test::More -> perl-Test-Simple
-DEPEND="
-	>=dev-perl/Module-Build-0.400.500
-	${RDEPEND}
-	test? (
-		dev-perl/Capture-Tiny
-		dev-perl/Cwd-Guard
-		dev-perl/File-Copy-Recursive
-		virtual/perl-File-Spec
-		virtual/perl-File-Temp
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x usr/share/doc/${PF}/eg/
-		insinto usr/share/doc/${PF}
-		doins -r eg
-	fi
-}


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

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

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

dev-perl/Module-Build-XSUtil: 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/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index e589a7d2bc2..cd07328a209 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.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="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 # File::Basename -> perl


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

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

commit:     bc46b4d355139666af7dc6c98bd7c704e37404ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 21:53:58 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 21:57:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc46b4d3

dev-perl/Module-Build-XSUtil: 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/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
index f7a2a97f79c..d732c94a453 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 # File::Basename -> perl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-04 22:49 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     807110f589c33e6497684706ab724dc3af46bd1a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 22:46:20 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 22:49:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807110f5

dev-perl/Module-Build-XSUtil: Version bump 0.19

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

 dev-perl/Module-Build-XSUtil/Manifest              |  1 +
 .../Module-Build-XSUtil-0.190.0.ebuild             | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index e3c83ba84a2..2c8979deef8 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1 +1,2 @@
 DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be
+DIST Module-Build-XSUtil-0.19.tar.gz 15276 BLAKE2B 3f2d477551c0903449ea0de9e96d8d0ee3e82ce68faf2d11514c0a98103a7d7aef3a7c0c54f1a316a1ed812f2c8d8f4f7146aad9722f459f8f748df914dbe90d SHA512 187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
new file mode 100644
index 00000000000..6f075cea6f3
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HIDEAKIO
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="A Module::Build class for building XS modules"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="
+	dev-perl/Devel-CheckCompiler
+	virtual/perl-Devel-PPPort
+	virtual/perl-Exporter
+	virtual/perl-ExtUtils-CBuilder
+	virtual/perl-File-Path
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.400.500
+	test? (
+		dev-perl/Capture-Tiny
+		dev-perl/Cwd-Guard
+		>=dev-perl/File-Copy-Recursive-Reduced-0.2.0
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+
+"
+
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x usr/share/doc/${PF}/eg/
+		insinto usr/share/doc/${PF}
+		doins -r eg
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-06 17:59 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-07-06 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     633f4808f79e68e87177f9891f23594d9495dea1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 17:58:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 17:58:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633f4808

dev-perl/Module-Build-XSUtil: Keyword 0.190.0 arm, #800545

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 6f075cea6f3..c5e319677b6 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-06 17:59 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-07-06 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb2b59d2961944c2ec95515c5665a78fdaa6d20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 17:59:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 17:59:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb2b59d

dev-perl/Module-Build-XSUtil: Keyword 0.190.0 arm64, #800545

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index c5e319677b6..bfbb836b965 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-06 21:31 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2021-07-06 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     77157852dca660c76ee9d2e3f9fdd4ff949e88d3
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul  6 19:01:08 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 21:30:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77157852

dev-perl/Module-Build-XSUtil: keyworded 0.190.0 for hppa, bug #800545

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index bfbb836b965..03c091c6a34 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-08  7:09 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2021-07-08  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     22807806b8c066344f2281955c92c881c371a6d5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 07:09:02 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 07:09:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22807806

dev-perl/Module-Build-XSUtil: keyworded 0.190.0 for ppc

keyworded wrt bug #800545

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 03c091c6a34..38afb292265 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-08  7:11 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2021-07-08  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     34b8939bdf195631e3f67524bb3d0a0b7c08c56c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 07:10:30 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 07:10:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b8939b

dev-perl/Module-Build-XSUtil: keyworded 0.190.0 for ppc64

keyworded wrt bug #800545

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 38afb292265..137f9b6d5d5 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-07-25  3:23 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-07-25  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e14f198187d9024528827fd8ae07bfc987022802
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 03:22:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 03:23:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14f1981

dev-perl/Module-Build-XSUtil: Keyword 0.190.0 x86, #801391

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 137f9b6d5d5..f1f9179bef6 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-09-21 13:41 Yixun Lan
  0 siblings, 0 replies; 22+ messages in thread
From: Yixun Lan @ 2021-09-21 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d8ad76a74e2fa78da71582e766c8c44a56011678
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Sep 21 09:47:23 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 13:40:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ad76a7

dev-perl/Module-Build-XSUtil: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index f1f9179bef6..738a36b8db6 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-11-16 10:08 Jakov Smolić
  0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2021-11-16 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     aa5442b2a84e13d2ba19cd8f6dffd9cdf5118d4d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 10:07:51 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 10:07:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5442b2

dev-perl/Module-Build-XSUtil: Stabilize 0.190.0 amd64, #823740

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 738a36b8db63..7b6a82ec49c5 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2021-11-17 22:47 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-11-17 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9accf26c1e4232aa255594fc4e209d0e3d41f89d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 22:46:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 22:46:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9accf26c

dev-perl/Module-Build-XSUtil: Stabilize 0.190.0 x86, #823740

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 7b6a82ec49c5..e067543ef549 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE="examples"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
@ 2022-06-29 11:09 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-06-29 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e75b67ff0cbedb7eb4a83f7255fb867810c8406a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 10:43:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:09:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75b67ff

dev-perl/Module-Build-XSUtil: drop 0.180.0

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

 dev-perl/Module-Build-XSUtil/Manifest              |  1 -
 .../Module-Build-XSUtil-0.180.0.ebuild             | 47 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 2c8979deef80..be599c4b7475 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1,2 +1 @@
-DIST Module-Build-XSUtil-0.18.tar.gz 15200 BLAKE2B 04885b37ba0e9dea8a57269ec8352e525d5149c6ccfc905a075b9901da902f37c5ca1fa77b192aa3026bbfd5ee096cbdfeb5cb12ca3a4a5bf871a0536311f8c1 SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be
 DIST Module-Build-XSUtil-0.19.tar.gz 15276 BLAKE2B 3f2d477551c0903449ea0de9e96d8d0ee3e82ce68faf2d11514c0a98103a7d7aef3a7c0c54f1a316a1ed812f2c8d8f4f7146aad9722f459f8f748df914dbe90d SHA512 187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
deleted file mode 100644
index 63908864bdda..000000000000
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HIDEAKIO
-DIST_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="A Module::Build class for building XS modules"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
-# File::Basename -> perl
-RDEPEND="
-	dev-perl/Devel-CheckCompiler
-	virtual/perl-Devel-PPPort
-	virtual/perl-Exporter
-	virtual/perl-ExtUtils-CBuilder
-	virtual/perl-File-Path
-	virtual/perl-XSLoader
-	virtual/perl-parent
-"
-# File::Spec::Functions -> virtual/perl-File-Spec
-# Test::More -> perl-Test-Simple
-DEPEND="
-	>=dev-perl/Module-Build-0.400.500
-	${RDEPEND}
-	test? (
-		dev-perl/Capture-Tiny
-		dev-perl/Cwd-Guard
-		dev-perl/File-Copy-Recursive
-		virtual/perl-File-Spec
-		virtual/perl-File-Temp
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x usr/share/doc/${PF}/eg/
-		insinto usr/share/doc/${PF}
-		doins -r eg
-	fi
-}


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

end of thread, other threads:[~2022-06-29 11:09 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 22:00 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2022-06-29 11:09 Sam James
2021-11-17 22:47 Sam James
2021-11-16 10:08 Jakov Smolić
2021-09-21 13:41 Yixun Lan
2021-07-25  3:23 Sam James
2021-07-08  7:11 Sergei Trofimovich
2021-07-08  7:09 Sergei Trofimovich
2021-07-06 21:31 Sergei Trofimovich
2021-07-06 17:59 Sam James
2021-07-06 17:59 Sam James
2021-07-04 22:49 Andreas K. Hüttel
2020-10-16 21:57 Sam James
2020-06-29  6:33 Michał Górny
2018-09-28 10:39 Mikle Kolyada
2018-07-23 19:00 Sergei Trofimovich
2018-07-15 15:51 Mikle Kolyada
2017-02-03 22:25 Jeroen Roovers
2016-03-27 19:38 Andreas Hüttel
2016-03-27 19:23 Agostino Sarubbo
2016-02-28 10:01 Patrice Clement
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