mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Archive-Tar-Wrapper: Add w/ version 0.230.0
This is a recommended requirement for Dist-Zilla as it is substantially faster than using a Perl implementation of Tar for the same purpose. Explicit dependency on app-arch/tar due to this modules purpose being oriented around tar, or gnu tar, and may not work with other implementations. Package-Manager: portage-2.3.2
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MSCHILLI
|
||||
DIST_VERSION=0.23
|
||||
DIST_EXAMPLES=("eg/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="API wrapper around the 'tar' utility"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
# r:Cwd -> File-Spec
|
||||
RDEPEND="
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-File-Temp
|
||||
dev-perl/File-Which
|
||||
dev-perl/IPC-Run
|
||||
dev-perl/Log-Log4perl
|
||||
virtual/perl-File-Path
|
||||
app-arch/tar
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
1
dev-perl/Archive-Tar-Wrapper/Manifest
Normal file
1
dev-perl/Archive-Tar-Wrapper/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Archive-Tar-Wrapper-0.23.tar.gz 16287 SHA256 4c02393a513619e123cff5f6bd3021b64b3e3146fac9dc2da02329de440674fa SHA512 81ebef094b3392337d09ef33c92e3059fd5c4826133f1b4d2c6fdd8c0b65a611148a3731523616f464918691d47ed5140f9e03963cfdd02216192246d95bebb9 WHIRLPOOL f29125b6c7e2b081566968accad34073c8e0a705461c812f4631ca7050510093e29ed61d74f24565c78f9a4ca21e7b0278f1a265533b80a166c1fc37136e9d06
|
||||
12
dev-perl/Archive-Tar-Wrapper/metadata.xml
Normal file
12
dev-perl/Archive-Tar-Wrapper/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Archive-Tar-Wrapper</remote-id>
|
||||
<remote-id type="cpan-module">Archive::Tar::Wrapper</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user