diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-11-02 07:17:52 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-11-02 07:26:02 +1300 |
commit | 4e767a6be28b0430c6faa39e115e6f218eb4f484 (patch) | |
tree | 9fea25035153012631e775ba48ce386884fab338 /dev-perl/Module-Runtime-Conflicts | |
parent | dev-perl/Math-Random-Secure: Bump to version 0.80.1 (diff) | |
download | gentoo-4e767a6be28b0430c6faa39e115e6f218eb4f484.tar.gz gentoo-4e767a6be28b0430c6faa39e115e6f218eb4f484.tar.bz2 gentoo-4e767a6be28b0430c6faa39e115e6f218eb4f484.zip |
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
Diffstat (limited to 'dev-perl/Module-Runtime-Conflicts')
-rw-r--r-- | dev-perl/Module-Runtime-Conflicts/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/Module-Runtime-Conflicts/metadata.xml | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Module-Runtime-Conflicts/Manifest b/dev-perl/Module-Runtime-Conflicts/Manifest index 976d7e0137a5..a3da5332940b 100644 --- a/dev-perl/Module-Runtime-Conflicts/Manifest +++ b/dev-perl/Module-Runtime-Conflicts/Manifest @@ -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 diff --git a/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0.ebuild b/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0.ebuild new file mode 100644 index 000000000000..82ad895e1032 --- /dev/null +++ b/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0.ebuild @@ -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 + ) +" diff --git a/dev-perl/Module-Runtime-Conflicts/metadata.xml b/dev-perl/Module-Runtime-Conflicts/metadata.xml index 2b9a936fc0a1..99e6e4b248a5 100644 --- a/dev-perl/Module-Runtime-Conflicts/metadata.xml +++ b/dev-perl/Module-Runtime-Conflicts/metadata.xml @@ -5,4 +5,8 @@ <email>perl@gentoo.org</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> |