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-Find-Rule-Perl: Bump to version 1.150.0
- EAPI6 - Fix wrong LICENSE value ( should be default, =~ perl5 ) Upstream: - Migrate to EUMM ( fixes '.' in @inc ) - Use warnings Bug: https://bugs.gentoo.org/614650 Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
1 parent
5686ff8
commit 44b9575
Showing
3 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.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,28 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ETHER | ||
DIST_VERSION=1.15 | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Common rules for searching for Perl things" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=virtual/perl-CPAN-Meta-1.380.0 | ||
>=dev-perl/File-Find-Rule-0.200.0 | ||
>=virtual/perl-File-Spec-0.820.0 | ||
>=dev-perl/Params-Util-0.380.0 | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-Test-Simple | ||
) | ||
" |
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-Find-Rule-Perl-1.13.tar.gz 32694 SHA256 d2ecb270778ddf54c536a78d02fe6ee7a675f7dcb7f3497ba1a76493f1bd2476 SHA512 87f1372b9af8fe678cb512df4797ef3d128a72b262c7687d1f18d487deef99f2e2bb54fff1a1a3f17ec42cab47b40c6afa14b38514c53e9a6cce42d4202a3842 WHIRLPOOL 4572b9953c95aec22ff73158ae2150010b16db68d595cb033f251007f114b67ae9552331d529e5e692d914dbcab087d9be09f909bfff52f2dc0036aa7d016564 | ||
DIST File-Find-Rule-Perl-1.15.tar.gz 7502 SHA256 9a48433f86e08ce18e03526e2982de52162eb909d19735460f07eefcaf463ea6 SHA512 90fc64991fbdb47bcb712f2bf7c85b2571a2b161952574606ddfd9c9ad9aeaaa2e0f3355b9c8b993ab2479d8c80e89075caa9e5413259c2bb99b1e75ef791670 WHIRLPOOL 8280efc3dd1c5eb55b123e99122f273506d4b6b1350bd332983a2148e90e3a47794dac6692b8479a4c9ae7cabf4de92436728643d09d3ffbb11adff26149286b |
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,8 +1,12 @@ | ||
<?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> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">File-Find-Rule-Perl</remote-id> | ||
<remote-id type="cpan-module">File::Find::Rule::Perl</remote-id> | ||
</upstream> | ||
</pkgmetadata> |