From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/
Date: Tue, 26 Apr 2016 20:03:11 +0000 (UTC) [thread overview]
Message-ID: <1461700974.24aeca8d0002c37987e93b9d53ddfc3e6528c450.dilfridge@gentoo> (raw)
commit: 24aeca8d0002c37987e93b9d53ddfc3e6528c450
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 11:36:17 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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
+}
next reply other threads:[~2016-04-26 20:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-26 20:03 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-10 13:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/ Andreas Hüttel
2016-07-10 13:36 Andreas Hüttel
2016-09-16 21:43 Andreas Hüttel
2016-10-19 11:05 Agostino Sarubbo
2021-10-02 13:10 Andreas K. Hüttel
2021-12-05 3:04 Sam James
2021-12-11 6:20 Andreas K. Hüttel
2022-07-30 5:59 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461700974.24aeca8d0002c37987e93b9d53ddfc3e6528c450.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox