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/Archive-Any: Bump to version 0.94.500
- EAPI6 - Add USE="examples" including an anonymization example Upstream: - Anonymize test files to avoid license complications - More warnings - More 'use base' 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"
- Loading branch information
1 parent
b465e07
commit c3e0ea9
Showing
3 changed files
with
35 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=OALDERS | ||
DIST_VERSION=0.0945 | ||
DIST_EXAMPLES=("anonymize-archives"); | ||
inherit perl-module | ||
|
||
DESCRIPTION="Single interface to deal with file archives" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Archive-Tar | ||
dev-perl/Archive-Zip | ||
dev-perl/Module-Find | ||
dev-perl/MIME-Types | ||
dev-perl/File-MMagic | ||
virtual/perl-File-Spec | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-perl/Module-Build-0.280.0 | ||
test? ( | ||
virtual/perl-Test-Simple | ||
dev-perl/Test-Warn | ||
) | ||
" |
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 Archive-Any-0.0941.tar.gz 78703 SHA256 2f2172cf8ffb4f9338093c15025eeefeb634dba8d09a1ebbe5839ace1c74fdb7 SHA512 13fa297792e367560c12d8d22aef8214dbba2a9e0c8cc2b9b01d6e5c21a07f49d45024c930891bf921e53fa9c4443ad14db5ce1ab46bb7825e37fd4881b07ba4 WHIRLPOOL 42bed5592f9305c7778d1fb2be57337553d3fee3f2a0ccb2ae59a92e14f407c4a6e57a2be39f1d9b3248b28af4e49d1cbf74028fd2cbc12f97509eb791e36dd7 | ||
DIST Archive-Any-0.0945.tar.gz 193669 SHA256 8c176cf649a7c3ef2cc2cc2d87eae79cfc0c13316cd4581404a99bc1a41a568f SHA512 a362a6b85eb2aa3fa90aa004b2216492b06982d7c52b1c8feb7a90c506b57a492834ddb2d2d5ccebd6a340c95d82058bce6b1e2fba79160e38ff10ded82ea86a WHIRLPOOL 51b5d1c639b5b6e34d5ea2464ed3b667a6b0037ad5a5e49b59c21fa1666f9ab403ed855c5ac2073104ecac1dc95d870c17506d6d8e77d7147a8950ae71cb2caf |
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