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

commit:     a16a988f24ed31a714120fe61d15a49e8a728031
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 10:58:48 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=a16a988f

dev-perl/MediaWiki-API: Bump to version 0.410.0

- use EAPI6
- Fix wrong LICENSE
- Clean up deps
- Add network-test handling for people who set override="network"
- Nuke spurious tests that can't help real problems

Package-Manager: portage-2.2.27

 dev-perl/MediaWiki-API/Manifest                    |  1 +
 .../MediaWiki-API/MediaWiki-API-0.410.0.ebuild     | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/MediaWiki-API/Manifest b/dev-perl/MediaWiki-API/Manifest
index 2390437..a1b8a49 100644
--- a/dev-perl/MediaWiki-API/Manifest
+++ b/dev-perl/MediaWiki-API/Manifest
@@ -1 +1,2 @@
 DIST MediaWiki-API-0.39.tar.gz 33018 SHA256 eda3107f545ac4ddf01380f3fc00863160d7f0db62cf53320e7470d11f06b5d8 SHA512 dcbd330d55e04f42d36bf223da91d3319a696b4217ebd1ed654912cab3c2f16b6ca11acba620fe96fee6b81718fd88ddd6347f5c8577ff747aa065ff5ce7524f WHIRLPOOL 8156b9282588843fb5b0d56342ea7bab1438ac048199808750689d76786741c999c7cc501fe77a6fd1d504605e5c66b2804414cf989505a971650508385641cb
+DIST MediaWiki-API-0.41.tar.gz 32857 SHA256 8e9062dfa34cb81dfff4ac9078a8afd5b0ee76e928cc1f9a57f9390f917d6265 SHA512 44d0af19ee5c6026b05d9844966b2469b5dfa7dadaf3c965327eef5ff420299e34dc301b4538bb67510d7c1b4d8d3151ff01deb9d3a4270b8a285b4254f99990 WHIRLPOOL 50677622e29c6ddb220fa15660b23ad43142fbfee2b7b230533aa82efd584e437c0e3b50754b0c520c351374fb2083d9c89c57796d54f570dc704b0449253b03

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
new file mode 100644
index 0000000..68afa2e
--- /dev/null
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=EXOBUZZ
+DIST_VERSION=0.41
+inherit perl-module
+
+DESCRIPTION="A OO interface to the Mediawiki API"
+LICENSE="GPL-3+"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/JSON
+	dev-perl/libwww-perl
+	virtual/perl-Carp
+	virtual/perl-Encode
+"
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"
+src_test() {
+	local my_test_control
+	my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+	if has network ${my_test_control}; then
+		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t"
+	else
+		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t" "t/10-api.t"
+	fi
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2016-03-26 16:39 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2016-03-26 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6d58723af8889db84cf3192686fd40399e4274d1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:38:44 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:38:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d58723a

dev-perl/MediaWiki-API: amd64 stable wrt bug #578258

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

 dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
index 68afa2e..b5af2e3 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2016-03-26 20:06 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2016-03-26 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     04e94f38e17435aedd624063daa28264e9ffbe2e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 20:05:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 20:05:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e94f38

dev-perl/MediaWiki-API: Remove old

Package-Manager: portage-2.2.28

 dev-perl/MediaWiki-API/Manifest                    |  1 -
 .../MediaWiki-API/MediaWiki-API-0.390.0.ebuild     | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/MediaWiki-API/Manifest b/dev-perl/MediaWiki-API/Manifest
index a1b8a49..163ecc1 100644
--- a/dev-perl/MediaWiki-API/Manifest
+++ b/dev-perl/MediaWiki-API/Manifest
@@ -1,2 +1 @@
-DIST MediaWiki-API-0.39.tar.gz 33018 SHA256 eda3107f545ac4ddf01380f3fc00863160d7f0db62cf53320e7470d11f06b5d8 SHA512 dcbd330d55e04f42d36bf223da91d3319a696b4217ebd1ed654912cab3c2f16b6ca11acba620fe96fee6b81718fd88ddd6347f5c8577ff747aa065ff5ce7524f WHIRLPOOL 8156b9282588843fb5b0d56342ea7bab1438ac048199808750689d76786741c999c7cc501fe77a6fd1d504605e5c66b2804414cf989505a971650508385641cb
 DIST MediaWiki-API-0.41.tar.gz 32857 SHA256 8e9062dfa34cb81dfff4ac9078a8afd5b0ee76e928cc1f9a57f9390f917d6265 SHA512 44d0af19ee5c6026b05d9844966b2469b5dfa7dadaf3c965327eef5ff420299e34dc301b4538bb67510d7c1b4d8d3151ff01deb9d3a4270b8a285b4254f99990 WHIRLPOOL 50677622e29c6ddb220fa15660b23ad43142fbfee2b7b230533aa82efd584e437c0e3b50754b0c520c351374fb2083d9c89c57796d54f570dc704b0449253b03

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild
deleted file mode 100644
index 4e086d1..0000000
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.390.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="EXOBUZZ"
-MODULE_VERSION="0.39"
-inherit perl-module
-
-DESCRIPTION="A OO interface to the Mediawiki API"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/DateTime-1
-	dev-perl/DateTime-Format-ISO8601
-	dev-perl/JSON
-	dev-perl/libwww-perl
-	virtual/perl-Encode
-	virtual/perl-Test-Simple
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2017-11-19 12:21 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-11-19 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     108c66dd84d78c9d6c4b12578984172294357732
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 12:00:28 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 12:21:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c66dd

dev-perl/MediaWiki-API: Add missing cpan remote-id's

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/MediaWiki-API/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/MediaWiki-API/metadata.xml b/dev-perl/MediaWiki-API/metadata.xml
index 51930499ab6..29f40133dea 100644
--- a/dev-perl/MediaWiki-API/metadata.xml
+++ b/dev-perl/MediaWiki-API/metadata.xml
@@ -5,4 +5,8 @@
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="cpan">MediaWiki-API</remote-id>
+		<remote-id type="cpan-module">MediaWiki::API</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2019-07-22 13:58 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2019-07-22 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6e79e04dcf716bd35a36a15147050b09005a25f1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 13:56:59 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 13:58:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e79e04d

dev-perl/MediaWiki-API: Add ~mips keyword wrt bug #690140

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~mips"

 dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
index c4c8a42437c..9250a3403d3 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2019-07-23 22:35 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2019-07-23 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ed1e2fcc60aa963c5507eee60c4e78601075efe2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 22:33:41 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 22:33:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1e2fcc

dev-perl/MediaWiki-API: arm64 keyworded (bug #690140)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16

 dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
index 9250a3403d3..cfe83c726ba 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2020-08-17  8:41 Fabian Groffen
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen @ 2020-08-17  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3b45cffdf18e5a33291e18b8b12d94d5b659ad77
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:35:03 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:35:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b45cffd

dev-perl/MediaWiki-API-0.410.0: marked ~{x86,amd64}-linux, bug #690140

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

 dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
index 294614a5140..0c4e3fd83f3 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2021-07-04 16:37 Andreas K. Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e0b3cb3d990ac9dee3757df5ed4f2bc926f550b1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 22:40:17 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 16:36:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b3cb3d

dev-perl/MediaWiki-API: Version bump 0.52

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

 dev-perl/MediaWiki-API/Manifest                    |  1 +
 .../MediaWiki-API/MediaWiki-API-0.520.0.ebuild     | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/MediaWiki-API/Manifest b/dev-perl/MediaWiki-API/Manifest
index d6700833b43..654afb59859 100644
--- a/dev-perl/MediaWiki-API/Manifest
+++ b/dev-perl/MediaWiki-API/Manifest
@@ -1 +1,2 @@
 DIST MediaWiki-API-0.41.tar.gz 32857 BLAKE2B f68a8e204e3350aa3c97ce881dc0ffac27e9fdc8b931c8190019ab870dd55f1633aacfa15a1b502807782e8d3d8f2063382c43aa2896834e1771db6acd5ad370 SHA512 44d0af19ee5c6026b05d9844966b2469b5dfa7dadaf3c965327eef5ff420299e34dc301b4538bb67510d7c1b4d8d3151ff01deb9d3a4270b8a285b4254f99990
+DIST MediaWiki-API-0.52.tar.gz 32649 BLAKE2B 2ef7209dc6cc57c9310699222ec9a205c989f0d9ef7075d4528be44e4754857caf9db29e189c65e780d4ffafec2bfe9da02fc62e12d0b3a953212c2e7b7dea22 SHA512 a81ebc0355a87da974345164745bf660fb4b9af579e208d2274589db79721acb28bd8d6b71d5e8cac467aa59b168b35349cebe4dc4cc87e7c15082de53ba9635

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
new file mode 100644
index 00000000000..04f9efbeda6
--- /dev/null
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EXOBUZZ
+DIST_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="A OO interface to the Mediawiki API"
+LICENSE="GPL-3+"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Encode
+	dev-perl/JSON
+	dev-perl/libwww-perl
+"
+BDEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+	)
+"
+
+src_test() {
+	local my_test_control
+	my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+	if has network ${my_test_control}; then
+		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t"
+	else
+		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t" "t/10-api.t"
+	fi
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/
@ 2021-08-07  5:10 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-08-07  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e06c1d9e5e36fe136f24945879959cae1b24131d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 05:09:43 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 05:09:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06c1d9e

dev-perl/MediaWiki-API: amd64 stable wrt bug #806632

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

 dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
index 04f9efbeda6..172eec02987 100644
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
+++ b/dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A OO interface to the Mediawiki API"
 LICENSE="GPL-3+"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Carp


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

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

commit:     63fbae747892dbbfece21a3fb0da0fc1db9dbfbc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:03:11 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 20:20:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fbae74

dev-perl/MediaWiki-API: Remove old

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

 dev-perl/MediaWiki-API/Manifest                    |  1 -
 .../MediaWiki-API/MediaWiki-API-0.410.0.ebuild     | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-perl/MediaWiki-API/Manifest b/dev-perl/MediaWiki-API/Manifest
index 654afb59859..beaeddc5ac1 100644
--- a/dev-perl/MediaWiki-API/Manifest
+++ b/dev-perl/MediaWiki-API/Manifest
@@ -1,2 +1 @@
-DIST MediaWiki-API-0.41.tar.gz 32857 BLAKE2B f68a8e204e3350aa3c97ce881dc0ffac27e9fdc8b931c8190019ab870dd55f1633aacfa15a1b502807782e8d3d8f2063382c43aa2896834e1771db6acd5ad370 SHA512 44d0af19ee5c6026b05d9844966b2469b5dfa7dadaf3c965327eef5ff420299e34dc301b4538bb67510d7c1b4d8d3151ff01deb9d3a4270b8a285b4254f99990
 DIST MediaWiki-API-0.52.tar.gz 32649 BLAKE2B 2ef7209dc6cc57c9310699222ec9a205c989f0d9ef7075d4528be44e4754857caf9db29e189c65e780d4ffafec2bfe9da02fc62e12d0b3a953212c2e7b7dea22 SHA512 a81ebc0355a87da974345164745bf660fb4b9af579e208d2274589db79721acb28bd8d6b71d5e8cac467aa59b168b35349cebe4dc4cc87e7c15082de53ba9635

diff --git a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild b/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
deleted file mode 100644
index 0c4e3fd83f3..00000000000
--- a/dev-perl/MediaWiki-API/MediaWiki-API-0.410.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=EXOBUZZ
-DIST_VERSION=0.41
-inherit perl-module
-
-DESCRIPTION="A OO interface to the Mediawiki API"
-LICENSE="GPL-3+"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/JSON
-	dev-perl/libwww-perl
-	virtual/perl-Carp
-	virtual/perl-Encode
-"
-DEPEND="
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.980.0
-	)
-"
-src_test() {
-	local my_test_control
-	my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
-	if has network ${my_test_control}; then
-		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t"
-	else
-		perl_rm_files "t/98-pod-coverage.t" "t/99-pod.t" "t/10-api.t"
-	fi
-	perl-module_src_test
-}


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

end of thread, other threads:[~2021-11-13 20:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04 16:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-11-13 20:21 Andreas K. Hüttel
2021-08-07  5:10 Agostino Sarubbo
2020-08-17  8:41 Fabian Groffen
2019-07-23 22:35 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2017-11-19 12:21 Kent Fredric
2016-03-26 20:06 Andreas Hüttel
2016-03-26 16:39 Agostino Sarubbo
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