public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/
@ 2016-04-03 21:24 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b7aa60e3305fee32c2652c4930babfdf1becf0cc
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Wed Mar 30 23:00:28 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aa60e3

dev-perl/Module-Build-WithXSpp: initial-ebuild, version 0.140.0

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

 dev-perl/Module-Build-WithXSpp/Manifest            |  1 +
 .../Module-Build-WithXSpp-0.140.0.ebuild           | 24 ++++++++++++++++++++++
 dev-perl/Module-Build-WithXSpp/metadata.xml        | 20 ++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-perl/Module-Build-WithXSpp/Manifest b/dev-perl/Module-Build-WithXSpp/Manifest
new file mode 100644
index 0000000..a31a4e8
--- /dev/null
+++ b/dev-perl/Module-Build-WithXSpp/Manifest
@@ -0,0 +1 @@
+DIST Module-Build-WithXSpp-0.14.tar.gz 14103 SHA256 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934 SHA512 2d334656128fe9e4b2e06ce23fc33b81bd4302477dcca2ac2cf87a74cbd4d160c7875e2a252e85116dc17a6e9ee53d43457a7d50e0cdd33d3514ad47eac4554c WHIRLPOOL 617ab44960c975551d62bb1f61a2c9a4f503edb0454f00bc3b21bd8a19ad6a8d31480324d71382979f3f368d93d1fd463d5480b91841929acd9cc14739857a78

diff --git a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
new file mode 100644
index 0000000..a548288
--- /dev/null
+++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="SMUELLER"
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="XS++ enhanced flavour of Module::Build"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0
+	>=dev-perl/ExtUtils-XSpp-0.110.0
+	virtual/perl-Digest-MD5
+	virtual/perl-ExtUtils-CBuilder
+	>=virtual/perl-ExtUtils-ParseXS-2.220.500
+	>=dev-perl/Module-Build-0.260.0"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Module-Build-WithXSpp/metadata.xml b/dev-perl/Module-Build-WithXSpp/metadata.xml
new file mode 100644
index 0000000..bf76f99
--- /dev/null
+++ b/dev-perl/Module-Build-WithXSpp/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tomboy64@sina.cn</email>
+		<name>Proxy-Maintainer; please assign him to bugs.</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Module-Build-WithXSpp</remote-id>
+		<remote-id type="cpan-module">Module::Build::WithXSpp</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/
@ 2017-10-26 20:18 Thomas Deutschmann
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c01107d72c797a7c1cc72428551517bbc6d3196f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:10:39 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:18:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01107d7

dev-perl/Module-Build-WithXSpp: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

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

diff --git a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
index 974092a6a7f..4ce9a231a07 100644
--- a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
+++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.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="XS++ enhanced flavour of Module::Build"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/
@ 2018-04-03 15:28 Jonas Stein
  0 siblings, 0 replies; 4+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3c40f0effcd0ddb7266983a604d069dc44041eac
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:09:24 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 15:27:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40f0ef

dev-perl/Module-Build-WithXSpp: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Module-Build-WithXSpp/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Module-Build-WithXSpp/metadata.xml b/dev-perl/Module-Build-WithXSpp/metadata.xml
index bf76f999779..5f6402ca0ec 100644
--- a/dev-perl/Module-Build-WithXSpp/metadata.xml
+++ b/dev-perl/Module-Build-WithXSpp/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tomboy64@sina.cn</email>
-		<name>Proxy-Maintainer; please assign him to bugs.</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="cpan">Module-Build-WithXSpp</remote-id>
 		<remote-id type="cpan-module">Module::Build::WithXSpp</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/
@ 2021-11-14 16:12 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-14 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     11eaa8ca55c22a6c32b61c51a18dd377f05b3245
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 16:04:32 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 16:11:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eaa8ca

dev-perl/Module-Build-WithXSpp: EAPI=8 bump

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

 ...build => Module-Build-WithXSpp-0.140.0-r1.ebuild} | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
similarity index 57%
rename from dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
rename to dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
index 0ec436fdbc73..47da95c6d6dd 100644
--- a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
+++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0-r1.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-DIST_AUTHOR="SMUELLER"
+DIST_AUTHOR=SMUELLER
 DIST_VERSION=0.14
 inherit perl-module
 
 DESCRIPTION="XS++ enhanced flavour of Module::Build"
-
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0
+RDEPEND="
+	>=dev-perl/ExtUtils-CppGuess-0.40.0
 	>=dev-perl/ExtUtils-XSpp-0.110.0
 	virtual/perl-Digest-MD5
 	virtual/perl-ExtUtils-CBuilder
 	>=virtual/perl-ExtUtils-ParseXS-2.220.500
-	>=dev-perl/Module-Build-0.260.0"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"
+	>=dev-perl/Module-Build-0.260.0
+"
+BDEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )
+"


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

end of thread, other threads:[~2021-11-14 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 15:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-WithXSpp/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2021-11-14 16:12 Andreas K. Hüttel
2017-10-26 20:18 Thomas Deutschmann
2016-04-03 21:24 Andreas Hüttel

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