From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F9E11388C0 for ; Sun, 28 Feb 2016 10:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DB721C081; Sun, 28 Feb 2016 10:01:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA05321C084 for ; Sun, 28 Feb 2016 10:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BF06340B4D for ; Sun, 28 Feb 2016 10:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E731A2098 for ; Sun, 28 Feb 2016 10:01:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456562396.a16a988f24ed31a714120fe61d15a49e8a728031.monsieurp@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.410.0.ebuild X-VCS-Directories: dev-perl/MediaWiki-API/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a16a988f24ed31a714120fe61d15a49e8a728031 X-VCS-Branch: master Date: Sun, 28 Feb 2016 10:01:46 +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-Archives-Salt: d302f529-a041-4a3d-bc25-e3a77efef715 X-Archives-Hash: bc9de8e0d9617d0234c9a712eb394e69 commit: a16a988f24ed31a714120fe61d15a49e8a728031 Author: Kent Fredric gmail com> AuthorDate: Mon Feb 22 10:58:48 2016 +0000 Commit: Patrice Clement gentoo 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 +}