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 34568138206 for ; Tue, 26 Apr 2016 20:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A659D21C069; Tue, 26 Apr 2016 20:03:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2D1421C077 for ; Tue, 26 Apr 2016 20:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 147BE340C93 for ; Tue, 26 Apr 2016 20:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DEA2983 for ; Tue, 26 Apr 2016 20:03:11 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1461700974.24aeca8d0002c37987e93b9d53ddfc3e6528c450.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/URI-Fetch/Manifest dev-perl/URI-Fetch/URI-Fetch-0.110.0.ebuild X-VCS-Directories: dev-perl/URI-Fetch/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 24aeca8d0002c37987e93b9d53ddfc3e6528c450 X-VCS-Branch: master Date: Tue, 26 Apr 2016 20:03:11 +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: 5e60df46-03cb-4d8f-9528-bbcd80030be8 X-Archives-Hash: 2a44113fec87a6569e6d63ad36b7373c commit: 24aeca8d0002c37987e93b9d53ddfc3e6528c450 Author: Kent Fredric gmail com> AuthorDate: Mon Apr 25 11:36:17 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Apr 26 20:02:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24aeca8d dev-perl/URI-Fetch: Bump to version 0.110.0 - EAPI6 - Network tests carefully marked off Upstream: - Mostly packaging changes Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" dev-perl/URI-Fetch/Manifest | 1 + dev-perl/URI-Fetch/URI-Fetch-0.110.0.ebuild | 40 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/URI-Fetch/Manifest b/dev-perl/URI-Fetch/Manifest index c57de9f..8f5023c 100644 --- a/dev-perl/URI-Fetch/Manifest +++ b/dev-perl/URI-Fetch/Manifest @@ -1 +1,2 @@ DIST URI-Fetch-0.09.tar.gz 51315 SHA256 3877535b99e5c166b2d27b5761386aac54458d6795d9e3561bdfc42fcf97ed6d SHA512 1cf2d19ae4c18524856c5ae01588db3d46fa99a11315420047b586013c2e6989a2c45890edcb898eb0600395edebfaaadcdbdd6543d2ddda8576cf78d82e64fd WHIRLPOOL 5cc98c503f211d2476c50d082268437b136564e73b2a0270f6c88d8adc350ebce45b8d8b0114a311174efcf24c3f6f6b2e7f4d0206b82fe5fa9b426b56d3be9c +DIST URI-Fetch-0.11.tar.gz 16425 SHA256 7c40ffe512a8a622a10c233ee16dc1e4cf418159108fadab0a48d5679a864821 SHA512 34adec1cbb698ec0901d37aee45ecfea72351e5af8d65e3bf94833731e53f1cf47cfd4d310baf0e8f1f84edfe671a155039af91e332446cea146dcc8a8c86eb9 WHIRLPOOL e298f7db672728f2c5554b55f567d203b94b7abeab2c674caaf9040751a42b2f0aaaebb1ca890b3306bc4b01c8cb1146f32431a541350e69d1a261adb9274c6d diff --git a/dev-perl/URI-Fetch/URI-Fetch-0.110.0.ebuild b/dev-perl/URI-Fetch/URI-Fetch-0.110.0.ebuild new file mode 100644 index 0000000..43fe3c8 --- /dev/null +++ b/dev-perl/URI-Fetch/URI-Fetch-0.110.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=NEILB +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Smart URI fetching/caching" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Class-ErrorHandler + dev-perl/libwww-perl + virtual/perl-Storable + dev-perl/URI +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-Test-Simple + ) +" + +src_test() { + local my_test_control="${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}" + + if ! has 'network' ${my_test_control}; then + einfo "Removing networking-required files" + perl_rm_files t/{01-fetch,02-freezethaw}.t + fi + perl-module_src_test +}