forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/TAP-Parser-SourceHandler-pgTAP: Version bump
Package-Manager: portage-2.2.28
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
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 |
27 changes: 27 additions & 0 deletions
27
dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.320.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DWHEELER | ||
DIST_VERSION=3.32 | ||
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? ( | ||
dev-perl/Test-Pod | ||
dev-perl/Test-Pod-Coverage | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
) | ||
" |