Skip to content

Commit

Permalink
dev-perl/App-FatPacker: Add w/v=0.10.8
Browse files Browse the repository at this point in the history
Required by dev-perl/App-cpanminus when building from git

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed May 3, 2020
1 parent 5eec6ce commit 8241011
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-perl/App-FatPacker/App-FatPacker-0.10.8.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=MSTROUT
DIST_VERSION=0.010008
inherit perl-module

DESCRIPTION="pack your dependencies onto your script file"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-Getopt-Long
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
>=virtual/perl-Test-Simple-0.820.0
)
"
1 change: 1 addition & 0 deletions dev-perl/App-FatPacker/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST App-FatPacker-0.010008.tar.gz 12182 BLAKE2B e8121d8b1830ff44afb069f0d4d19b5fdf7b00251f935be02f43a66d5be564fb218ec0f2390e6f6408ff423f721ea253560ba805508cc16df64cb8c811ad7abe SHA512 ba95bfdd495f91b665dd05f66988f5524c125dc05e716fdf6d4a01e7ceb59a185007d3f254556950654554821720fab8e3b21e12338341909569a1a39d97c6b6
13 changes: 13 additions & 0 deletions dev-perl/App-FatPacker/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">App-FatPacker</remote-id>
<remote-id type="cpan-module">App::FatPacker</remote-id>
<remote-id type="cpan-module">App::FatPacker::Trace</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 8241011

Please sign in to comment.