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/Module-Runtime-Conflicts: Bump to version 0.3.0
- EAPI6 Upstream: - Check Moose conflicts during install Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
9fcb671
commit 4e767a6
Showing
3 changed files
with
33 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Module-Runtime-Conflicts-0.002.tar.gz 24802 SHA256 f8a98bd53ddcc56baba85400b0bc6b5723ec3369386e06f242dffa88eff4e480 SHA512 e07ee4e7707b6c8ee52afc01f7fb7e8a04fc9ab3f3e4624fa7f4011bb314aa77aa0e060c58592e3bc21d9fb6d9d83190bb655b43940e79a4d95557ce720530af WHIRLPOOL dfd2a0deb3563eac1ada1e8ae5ff73670eb94535484ffbeb5c274712259cb7143f31575145f530be50449cf22bd5149af3bd02da03ba0eb28ff9a8bf4f4e22e0 | ||
DIST Module-Runtime-Conflicts-0.003.tar.gz 24935 SHA256 707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875 SHA512 1b72ea7cc9516721290d5ea433169697b4134b5fc77872d6822e4c395a154bf956d469ab5da2802d587d60dfb13b9784014fe492988cf3f8b5820da2d63e8ca1 WHIRLPOOL a830ebf4704aec844fddffed536802ec2a307e2a12bb4faa00cda96ac07675f42dd2391d88979b55cc95843ec13292e19cdc57180f18123fd414c4ee07226b6e |
28 changes: 28 additions & 0 deletions
28
dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.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=0.003 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Provide information on conflicts for Module::Runtime" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/Dist-CheckConflicts | ||
dev-perl/Module-Runtime | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
virtual/perl-Module-Metadata | ||
test? ( | ||
virtual/perl-File-Spec | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
virtual/perl-if | ||
) | ||
" |
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 |
---|---|---|
|
@@ -5,4 +5,8 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">Module-Runtime-Conflicts</remote-id> | ||
<remote-id type="cpan-module">Module::Runtime::Conflicts</remote-id> | ||
</upstream> | ||
</pkgmetadata> |