summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-06 06:42:03 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-07 00:30:09 +0200
commitc3e0ea9112093ce8a66391ab564837d57abb0c94 (patch)
tree928cd7a1dc858e4f7fb7b4570d53b5e1b28adf78 /dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild
parentdev-perl/App-perlbrew: Bump to version 0.750.0 (diff)
downloadgentoo-c3e0ea9112093ce8a66391ab564837d57abb0c94.tar.gz
gentoo-c3e0ea9112093ce8a66391ab564837d57abb0c94.tar.bz2
gentoo-c3e0ea9112093ce8a66391ab564837d57abb0c94.zip
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"
Diffstat (limited to 'dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild')
-rw-r--r--dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild b/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild
new file mode 100644
index 000000000000..2e82bad58193
--- /dev/null
+++ b/dev-perl/Archive-Any/Archive-Any-0.94.500.ebuild
@@ -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
+ )
+"