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/Config-MVP-Slicer: Add w/v=0.303.0
Required by: - dev-perl/Dist-Zilla-Config-Slicer - via dev-perl/Dist-Milla - via dev-perl/App-cpanminus (git sources) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <[email protected]>
- Loading branch information
1 parent
a6cb1e2
commit 49f28df
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
dev-perl/Config-MVP-Slicer/Config-MVP-Slicer-0.303.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 2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
DIST_AUTHOR=RWSTAUNER | ||
DIST_VERSION=0.303 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Extract embedded plugin config from parent config" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
RDEPEND=" | ||
virtual/perl-Carp | ||
dev-perl/Moose | ||
" | ||
BDEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-File-Spec | ||
virtual/perl-File-Temp | ||
virtual/perl-IO | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.960.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 Config-MVP-Slicer-0.303.tar.gz 27431 BLAKE2B ddf39ee4c4a372cb4edc2986124b891d2f76725fad288bde30e6fefa611711fc1383485d6b81fc2ed30bf1c221e1f7f0d13e4e40a14994513fc5cdc85326a8cc SHA512 b0e22b02c0a486a3e95040907131081a957e354022b4f36265a54ea119459cf2f6499a34511c766a245dfe5b597695a481ad2bd2e9f40e2e6085dbbb489554f1 |
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">Config-MVP-Slicer</remote-id> | ||
<remote-id type="cpan-module">Config::MVP::Slicer</remote-id> | ||
</upstream> | ||
</pkgmetadata> |