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/Dist-Zilla-Plugin-OSPrereqs: Add w/ version 0.8.0
Required for app-admin/rex via VCS Package-Manager: portage-2.3.2
- Loading branch information
1 parent
2af4bea
commit b87731f
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.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,34 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DAGOLDEN | ||
DIST_VERSION=0.008 | ||
inherit perl-module | ||
|
||
DESCRIPTION="List prereqs conditional on operating system" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Dist-Zilla-5.22.0 | ||
dev-perl/Moose | ||
>=virtual/perl-Scalar-List-Utils-1.330.0 | ||
dev-perl/namespace-autoclean | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.170.0 | ||
test? ( | ||
>=virtual/perl-CPAN-Meta-2.120.900 | ||
virtual/perl-File-Spec | ||
dev-perl/Params-Util | ||
dev-perl/Sub-Exporter | ||
dev-perl/Test-Deep | ||
dev-perl/Test-Deep-JSON | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
dev-perl/YAML-Tiny | ||
) | ||
" |
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 Dist-Zilla-Plugin-OSPrereqs-0.008.tar.gz 18051 SHA256 9f8f82892cfe29d8cfc37021e0aebdcf75733cd52336a3eccb87f31fab16c926 SHA512 e539005fbc7d33a76f9cd48632a4f90ccd5beb278db48aad00c04fc80b2dab4de41a6c6fce22b0a9ac189a9a5e0222a6a51dc41b517b8182a00543f3ce07b672 WHIRLPOOL 89d833ac9e02d7abca78e2dadf0d70759ff2d581f17068317170d7415da66b8338807315ec44a8a35561b444e481587a19d0cbe53ccf56727195d0003e23d9ae |
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">Dist-Zilla-Plugin-OSPrereqs</remote-id> | ||
<remote-id type="cpan-module">Dist::Zilla::Plugin::OSPrereqs</remote-id> | ||
</upstream> | ||
</pkgmetadata> |