From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCFAA13933E for ; Sun, 4 Jul 2021 16:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE972E0822; Sun, 4 Jul 2021 16:37:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7C55E0822 for ; Sun, 4 Jul 2021 16:37:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA91342B12 for ; Sun, 4 Jul 2021 16:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E3D7C0 for ; Sun, 4 Jul 2021 16:37:03 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625416593.e0b3cb3d990ac9dee3757df5ed4f2bc926f550b1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MediaWiki-API/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MediaWiki-API/Manifest dev-perl/MediaWiki-API/MediaWiki-API-0.520.0.ebuild X-VCS-Directories: dev-perl/MediaWiki-API/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e0b3cb3d990ac9dee3757df5ed4f2bc926f550b1 X-VCS-Branch: master Date: Sun, 4 Jul 2021 16:37:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b1ca3f1-dbdd-4649-b7e3-556708b217d5 X-Archives-Hash: b82c9dca11ac5f44ac789518c3d2bd0a commit: e0b3cb3d990ac9dee3757df5ed4f2bc926f550b1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 3 22:40:17 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 +}