diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-perl/Dist-Zilla-Plugin-ReversionOnRelease | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-ReversionOnRelease')
3 files changed, 67 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild new file mode 100644 index 000000000000..5b00a2caa977 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Bump and reversion \$VERSION on release" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + >=dev-perl/Dist-Zilla-4.200.0 + >=dev-perl/Version-Next-0.2.0 +" +DEPEND=" + dev-perl/Module-Build-Tiny +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" +PERL_RM_FILES=( + "t/author-pod-syntax.t" +) +src_test() { + local MODULES=( + "Dist::Zilla::Plugin::ReversionOnRelease ${DIST_VERSION}" + ) + local failed=() + for dep in "${MODULES[@]}"; do + ebegin "Compile testing ${dep}" + perl -Mblib="${S}" -M"${dep} ()" -e1 + eend $? || failed+=( "${dep}" ) + done + if [[ ${failed[@]} ]]; then + echo + eerror "One or more modules failed compile:"; + for dep in "${failed[@]}"; do + eerror " ${dep}" + done + die "Failing due to module compilation errors"; + fi + # Note: Not adding plugin VersionFromModule as it requires + # Dist-Zilla-Plugins-CJM.... which is yuuge. + perl-module_src_test +} diff --git a/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Manifest new file mode 100644 index 000000000000..45915e90abc9 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/Manifest @@ -0,0 +1,3 @@ +DIST Dist-Zilla-Plugin-ReversionOnRelease-0.06.tar.gz 12335 BLAKE2B c5f7c0436caf7c4ce90474952469f77e236d64bda2536e6f88ac3f12425c538b6e39c0c85a79101c0c1bb7d95070ab674b030d0e4331ee02d5f7bc93d403aa05 SHA512 fac68edad944b9b183372ffe811b992525cd76898c694e9f5408302436bdb2e5936aeda93a74343fcb080ae67c5e9f3942020ad9fb48631724057fb77f7cb8f7 +EBUILD Dist-Zilla-Plugin-ReversionOnRelease-0.60.0.ebuild 1141 BLAKE2B 8321a46e486451002e83b134ab3ee1f96623b873943f095fc62b8e5f3daa0bbc347c520b0e21364da234505e0091bd593c8f983fb05c8e46f11d4bddc4921736 SHA512 7012e6973517d9bce09c25a9f1835854cd009b3177de9fbad89b77d58de4978e12d60f19c79cede3ecd25f2bc486c7620429fad7fe7241e52f6a330d1798ab34 +MISC metadata.xml 446 BLAKE2B 3dac6cbbf183cdf5f8c10f68c9ec649abdc91d90d215896cce1ee435e19f792cbe3b98f02a0c1ced1d70331267af2cd61007a55f160d9b26d7ddae4f08b4ae77 SHA512 46434346e9325d8b0d8b7b29dd549dbacebd652461b506fcfd2ecd90a7c8c1beb22377e9b990d50d965e72cd09338dae1da5ad90e8f7233b6100ec6c820cf830 diff --git a/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/metadata.xml new file mode 100644 index 000000000000..0ff9f84b58c7 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-ReversionOnRelease/metadata.xml @@ -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>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Dist-Zilla-Plugin-ReversionOnRelease</remote-id> + <remote-id type="cpan-module">Dist::Zilla::Plugin::ReversionOnRelease</remote-id> + </upstream> +</pkgmetadata> |