Skip to content

Commit

Permalink
dev-perl/File-ShareDir-Install: Bump to version 0.110.0
Browse files Browse the repository at this point in the history
- EAPI6

Upstream:
- Fix recursive installation of dotfiles.

Package-Manager: portage-2.3.3
  • Loading branch information
kentfredric committed Dec 18, 2016
1 parent 0c1055e commit d2d6568
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
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
}
1 change: 1 addition & 0 deletions dev-perl/File-ShareDir-Install/Manifest
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
4 changes: 4 additions & 0 deletions dev-perl/File-ShareDir-Install/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d2d6568

Please sign in to comment.