public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/TAP-Parser-SourceHandler-pgTAP/
Date: Mon, 10 Jul 2017 14:08:33 +0000 (UTC)	[thread overview]
Message-ID: <1499695633.c3133f525c19c384fd62eceead4859801499586d.titanofold@gentoo> (raw)

commit:     c3133f525c19c384fd62eceead4859801499586d
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 14:07:13 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 14:07:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3133f52

dev-perl/TAP-Parser-SourceHandler-pgTAP: v bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest   |  1 +
 .../TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild  | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest b/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest
index 15864b8da47..8cb16c1ccd8 100644
--- a/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest
+++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest
@@ -1,3 +1,4 @@
 DIST TAP-Parser-SourceHandler-pgTAP-3.29.tar.gz 20332 SHA256 918aa9ada7a05334ace7304e7b9e002bbf0b569bfcf8fb06118777bdabd60e1b SHA512 afa1e78079037ac28db362dfdeca525a4743b18478d317fa7ca5283e1d1c797ed144b2352dde152e4d9d36bd6daa7fef9268ef74e634374e8918b9f486863aa4 WHIRLPOOL 4dd3a6ee8ea003cfd59d81fd55a6576dedf435a83b125ad4e34ffba17f4fa9fa65f14208f55ea33f43825972f05d0d708bc19098d1142186406d6d60021eec22
 DIST TAP-Parser-SourceHandler-pgTAP-3.31.tar.gz 20786 SHA256 d4ea61d77f486df52d0bc15026862d01ad50d21c8e008f3c2060bd7a9127bfe9 SHA512 febb43261c5bf739db474dc35bb10bb8505d843a6b1a02125078195ec9bbf20d75ffe785ccf5adc0115a16c1f441cf8d4088e7fcba6b20f5571f49748d216fcc WHIRLPOOL ec2a52a8547c0433e0b214629be20e96f225f1b6e1a0d260ee5ab6ceaf6fc996745812412bdae091bf33f5aa3d07577c87d038a1a53811772f5126e55917c5f7
 DIST TAP-Parser-SourceHandler-pgTAP-3.32.tar.gz 22901 SHA256 6468643dfad07c1695d761363060cedbac23a5f950845a2f8b1b899e7a2c396f SHA512 7bfcfeb731d0839fb1c57b96a81b011a18571563c9e388a3adec58bbee6831278d1e6cd707470338d5624e8679930141c4962453c9d0c889f5c2abf2ef79b87a WHIRLPOOL ed929fd74a1e442d8453ce5043fd28a3782db8eca76b2cc2ba08bf43ad55aef8ef4a4bb7e6aec08b3f228026f5b9645d87eb86a22fb426887f3a9902a7687e5d
+DIST TAP-Parser-SourceHandler-pgTAP-3.33.tar.gz 23838 SHA256 9354600205099f57d68d85a60fd64376487c75a5e6e4986c9151dc0585370497 SHA512 c905fcbde050513916c2aafe8482a8631ee12e3b042cef3280e6ac697a6a208082597728548666cb145038c1af897648bfdd9ec6dcba7c0f77f948c9722ad363 WHIRLPOOL 8e5e518856fcac373b39bb1836cb61cb5053dbafccd79ef5ab160201855f574183c46109e10348ad4b51909103715f2152b3155cf7dc9c731f7a4f0b59590f4f

diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild
new file mode 100644
index 00000000000..c738caa4e0b
--- /dev/null
+++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DWHEELER
+DIST_VERSION=3.33
+inherit perl-module
+
+DESCRIPTION="Stream TAP from pgTAP test scripts"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Test-Harness
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"


             reply	other threads:[~2017-07-10 14:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10 14:08 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-18 21:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/TAP-Parser-SourceHandler-pgTAP/ Sam James
2021-08-13 19:17 Andreas K. Hüttel
2020-04-14 12:59 Agostino Sarubbo
2019-06-24  9:44 Aaron W. Swenson
2019-02-14 12:04 Aaron W. Swenson
2017-12-22 16:32 Jason Zaman
2017-12-15 16:15 Aaron Swenson
2017-07-10 14:08 Aaron Swenson
2016-08-08 12:59 Kent Fredric
2016-06-06 14:53 Agostino Sarubbo
2016-05-16 22:41 Andreas Hüttel
2015-09-20 20:45 Andreas Hüttel

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=1499695633.c3133f525c19c384fd62eceead4859801499586d.titanofold@gentoo \
    --to=titanofold@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