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/PAR: Bump to version 1.15.0
Upstream: - Cleanup dependencies - Switch away from Module::Install Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
1 parent
efc08da
commit 700ab4f
Showing
2 changed files
with
32 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,3 +1,4 @@ | ||
DIST PAR-1.010.tar.gz 75412 SHA256 78af355e757a55bfec0db4a02d62c402c5c56b31e8d317f70a31fc963b2e7e51 SHA512 57e2c39927402c353ee356ae9b91b4233614afa9dca61c3c2effbe2db8b6c653949cc424b637d12dc89668ddf7f49a38d2e6610521410e613e061c0f980b304d WHIRLPOOL 09f71c55d28a559182f8e1ffecc64a8cc7d9b1dd90eb7a5a72a6c8ac5280691268751113c9f6639f069286326813820d26ea4738c471b80d8a1d3d74c1dde252 | ||
DIST PAR-1.012.tar.gz 82015 SHA256 ee1e2b7d7f364a71e91456faf3ceef69eeb639901480a17e4e0ff1e8dba26a85 SHA512 c40eff1c998c5ff64b5260ba8aec4899bd51a848f26d4c59dfc9abc6b0fac48095de5ba6cd42f1bb285243347710242dc997e61c9af0d5466e58127216185873 WHIRLPOOL 1e9173ef27af47ab75e56cc2dfbbb214635edf65bb3a8e3015c4e5b0f8c3394dea15252b4be6862c60935129d5306fb27ea703b3d95032af375aca8876ddebfe | ||
DIST PAR-1.014.tar.gz 81744 SHA256 a8a6ebb9130e0466fce4eec9db7e666531d25a6eb818eff83963dc685942ed4b SHA512 8c672f811a599fe608caa6d781ed196cf7391842eecef4d5829f45e1ec19e8c9e4c16c6a54eaf49b024a93a5dbc024f299159ad55058a43889f0f9b600ef0d4a WHIRLPOOL 4ec3fc35b58dddc09bf1a189ed17ed78e4668c330bb2db2a9561a34b7d7a7a613e0438d868c066413c9899f16f441337be3065844be292a5deb045a6a463c9ee | ||
DIST PAR-1.015.tar.gz 65748 SHA256 7d47e4b229739601f013b3043a680501cb9da48d8887d8d5d622a862a2115f46 SHA512 411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7 WHIRLPOOL 9b82e0ab776e1bea0c4b73b6894558774fef45668faec6d722e9e7d1d11322d7a86e5a4a0a427bb9a301764dafc176c4524a239c6274cc6a13095b191cc763d7 |
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,31 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=RSCHUPP | ||
DIST_VERSION=1.015 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Perl Archive Toolkit" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86 ~x86-solaris" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Archive-Zip-1.00 | ||
>=virtual/perl-AutoLoader-5.660.200 | ||
>=virtual/perl-Digest-SHA-5.450.0 | ||
>=virtual/perl-File-Temp-0.50.0 | ||
>=virtual/perl-IO-Compress-1.300.0 | ||
>=dev-perl/PAR-Dist-0.320.0 | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( virtual/perl-Test-Simple ) | ||
" | ||
src_test() { | ||
perl_rm_files 't/00-pod.t' | ||
perl-module_src_test | ||
} |