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/Test-MinimumVersion: Add w/ version 0.101.82
Required for app-admin via VCS via dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion Previously maintained in ::perl-experimental since Oct 2011 by Kent Fredric & Torsten Veller Package-Manager: portage-2.3.2
- Loading branch information
1 parent
e10930b
commit 4c6e8da
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
DIST Test-MinimumVersion-0.101082.tar.gz 17700 SHA256 3fba4e8fcf74806259aa639be7d90e70346ad0e0e4b8b619593490e378241970 SHA512 9cc952f554d0e6ff3c80e43356bc2942e415893796c721847c31246ac338ed6ca372bdd8bec42e6d6c3943754f3ede1cfcbc772b32b53954f129ffc60e5370b8 WHIRLPOOL dcab2923384c880cded57d70dc69bd960b00d715827605e38a413a9aafe8fde09a1dac8ea9833e8981e406f32d7162645b6a2e11a7499b19f0198f8303bf9879 |
31 changes: 31 additions & 0 deletions
31
dev-perl/Test-MinimumVersion/Test-MinimumVersion-0.101.82.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,31 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=RJBS | ||
DIST_VERSION=0.101082 | ||
inherit perl-module | ||
|
||
DESCRIPTION="does your code require newer perl than you think?" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-CPAN-Meta | ||
virtual/perl-Exporter | ||
dev-perl/File-Find-Rule | ||
dev-perl/File-Find-Rule-Perl | ||
>=dev-perl/Perl-MinimumVersion-1.320.0 | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
>=virtual/perl-version-0.700.0 | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=virtual/perl-CPAN-Meta-2.120.900 | ||
virtual/perl-File-Spec | ||
) | ||
" |
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,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> | ||
<upstream> | ||
<remote-id type="cpan">Test-MinimumVersion</remote-id> | ||
<remote-id type="cpan-module">Test::MinimumVersion</remote-id> | ||
</upstream> | ||
</pkgmetadata> |