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-MetaProvides-Package: Add w/ version 2.4.2
Required by app-admin/rex via VCS Previously maintained in ::perl-experimental since Aug 2010 by Torsten Veller & Kent Fredric Package-Manager: portage-2.3.2
- Loading branch information
1 parent
5e68dd9
commit 30e5c40
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
...ist-Zilla-Plugin-MetaProvides-Package/Dist-Zilla-Plugin-MetaProvides-Package-2.4.2.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,39 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=KENTNL | ||
DIST_VERSION=2.004002 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Extract namespaces/version from traditional packages for provides" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
>=dev-perl/Data-Dump-1.160.0 | ||
>=dev-perl/Dist-Zilla-5.0.0 | ||
>=dev-perl/Dist-Zilla-Plugin-MetaProvides-1.150.0.0 | ||
>=dev-perl/Dist-Zilla-Role-ModuleMetadata-0.4.0 | ||
dev-perl/Moose | ||
dev-perl/MooseX-LazyRequire | ||
dev-perl/MooseX-Types | ||
dev-perl/PPI | ||
dev-perl/Safe-Isa | ||
dev-perl/namespace-autoclean | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-File-Spec | ||
>=virtual/perl-Module-Metadata-1.0.22 | ||
>=dev-perl/Path-Tiny-0.58.0 | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.990.0 | ||
) | ||
" |
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-MetaProvides-Package-2.004002.tar.gz 39588 SHA256 270069a1770dc82c8836b710d2f930b5a809c4a73d053fcbe9ef7207a08c0e51 SHA512 b6c62b0c80eafee4478fbfe56874e95cfdf0249f97a2d70434518963a457b63066ecc8d0cbcb2a40e6135dd3e19bca8e9d4c59bb165ff831e74c52c6a91414a2 WHIRLPOOL 0a90387b28c039347ccb1299f22526a00d5fd849a37d94904cc29c18c1fda4913e4993d9a8dd7afd7d2304461f706d2fff4a148c8bb6472495cfea3fbfbc9473 |
12 changes: 12 additions & 0 deletions
12
dev-perl/Dist-Zilla-Plugin-MetaProvides-Package/metadata.xml
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-MetaProvides-Package</remote-id> | ||
<remote-id type="cpan-module">Dist::Zilla::Plugin::MetaProvides::Package</remote-id> | ||
</upstream> | ||
</pkgmetadata> |