dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic: Add w/ v=0.2.5
authorKent Fredric <kentnl@gentoo.org>
Thu, 16 Apr 2020 14:34:50 +0000 (02:34 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 16 Apr 2020 16:55:33 +0000 (04:55 +1200)
Required by app-admin/rex-9999

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Manifest [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild b/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild
new file mode 100644 (file)
index 0000000..355f272
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YANICK
+DIST_VERSION=0.2.5
+inherit perl-module
+
+DESCRIPTION="update the next version, semantic-wise"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       >=dev-perl/CPAN-Changes-0.200.0
+       dev-perl/Dist-Zilla
+       dev-perl/List-AllUtils
+       dev-perl/Moose
+       dev-perl/Perl-Version
+       virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-File-Spec
+               virtual/perl-IO
+               dev-perl/Test-Exception
+               virtual/perl-Test-Simple
+       )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Manifest b/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Manifest
new file mode 100644 (file)
index 0000000..1f73dbe
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.tar.gz 21289 BLAKE2B 4a0ab588067682ae4ad3a923956c9b1f90d2462c8a02fec0868f9941288f7eea6e76f4b618b4127256070f52be22cca6ed6cea8b0832a6db29f1a549a1bf2f52 SHA512 65fc40d281c035ac5f40f0463185d47e9d1ea6652bcc5f05ac115dcde0140f9243148cd5fa26a3d356d531e33b60155413f441c66ccc77db61f220e4c87df3b3
diff --git a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/metadata.xml b/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/metadata.xml
new file mode 100644 (file)
index 0000000..e21559a
--- /dev/null
@@ -0,0 +1,15 @@
+<?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-NextVersion-Semantic</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::NextVersion::Semantic</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::NextVersion::Semantic::Incrementer</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::PreviousVersion::Changelog</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Role::YANICK::PreviousVersionProvider</remote-id>
+  </upstream>
+</pkgmetadata>