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/Test-LongString: Version bump
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
27 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 +1,2 @@ | ||
DIST Test-LongString-0.15.tar.gz 8393 SHA256 bae8f38926044e51fba4816a132a478b6027628c5c22d4396326045a861a5164 SHA512 d50bcba177280ff6da17720bde03dce0fe2b034aa7eeaa8825ccf983cbb8e60ee8f18179e47cfd43db1cac217bf30c38d224fb3557fb76ab3b58f573fd1ef529 WHIRLPOOL 31a520aa66f95436d15061038fd138ba74c3708a9d5ef8258c469bdb2ca8d95bfebb790940c4694bad88828f02fd5821e22363cad3aac9f32a5e89440bdfa866 | ||
DIST Test-LongString-0.17.tar.gz 8928 SHA256 abc4349eaf04d1bec1e464166a3018591ea846d8f3c5c9c8af4ac4905d3e974f SHA512 1c0cd6fea35bb72816451ce0790002c9dfb945390bc85d22d04670dd5af7ebbe795307ad361e2615ce4ab4f02a317a3aa5d297f2165bd3b1f6de40b3240f1352 WHIRLPOOL 07ef4d42c1872b489b0ea8803a88f222e6a7884415bfa22247148ef4ece3558c5672c0650a7279b046976c96d5dfc09813c3e01b939096611216538dcabe9b8e |
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,26 @@ | ||
# Copyright 1999-2014 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
MODULE_AUTHOR=RGARCIA | ||
MODULE_VERSION=0.17 | ||
inherit perl-module | ||
|
||
DESCRIPTION="A library to test long strings" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" | ||
IUSE="test" | ||
|
||
RDEPEND="virtual/perl-Test-Simple" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/Test-Pod | ||
dev-perl/Test-Pod-Coverage | ||
) | ||
" | ||
|
||
SRC_TEST="do parallel" |