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/File-ShareDir-Install: Bump to version 0.110.0
- EAPI6 Upstream: - Fix recursive installation of dotfiles. Package-Manager: portage-2.3.3
- Loading branch information
1 parent
0c1055e
commit d2d6568
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
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,37 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ETHER | ||
DIST_VERSION=0.11 | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Install shared files" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~x86" | ||
IUSE="test" | ||
|
||
PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up | ||
RDEPEND=" | ||
virtual/perl-Carp | ||
virtual/perl-Exporter | ||
virtual/perl-File-Spec | ||
virtual/perl-IO | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-File-Path | ||
virtual/perl-Module-Metadata | ||
virtual/perl-Test-Simple | ||
) | ||
" | ||
DIST_TEST="do" # RT#111296 | ||
|
||
src_prepare() { | ||
PERL_MM_FALLBACK_SILENCE_WARNING=1 perl-module_src_prepare | ||
} |
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 File-ShareDir-Install-0.09.tar.gz 7501 SHA256 ed4fdbbd691726d45b78538c63eb1b08a7b0853cf07ec327256d0dd590acc0dc SHA512 11adcce3d868da71987cb03eaef34e38bb9dfc62dcec26288f088eecc039f0c5e1f6a49fa0103359ecaf57a9d4ac51a967f0968a31cfbe3db6bdfae70bcbb626 WHIRLPOOL 682b803f7b9d193cded1c3565fe61affed2020a10a1749c557530fc24b9992537b1c7fdc65aaf339ca38d836f3b0c48913c90c92ef54c9fce0e89389b9c583cd | ||
DIST File-ShareDir-Install-0.11.tar.gz 31187 SHA256 32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8 SHA512 6611f6c3221ec52db7582f30b2159dba22ca8d899666526c069298b3350ced9e3b46872baaceb30f7a27e3c744c929ca4967fa820d14bbfdb41e5ed5485a9f72 WHIRLPOOL ce17f4de65e109b191a8e86b15eb371e74e5682a8863f4102093164fbaa4b3f7d314988523cb0b05eec7ce5f15406747b1c591c17460a9b31dc1629c6eff7d82 |
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 |
---|---|---|
|
@@ -5,4 +5,8 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">File-ShareDir-Install</remote-id> | ||
<remote-id type="cpan-module">File::ShareDir::Install</remote-id> | ||
</upstream> | ||
</pkgmetadata> |