dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic - 0.2.6 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6

Or alternatively:

emerge --autounmask-write -a =dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.6

Package Information

Description:
update the next version, semantic-wise

Ebuild Details

Version EAPI Keywords Slot
0.2.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=YANICK
inherit perl-module

DESCRIPTION="update the next version, semantic-wise"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	>=dev-perl/CPAN-Changes-0.200.0
	dev-perl/Dist-Zilla
	dev-perl/List-AllUtils
	dev-perl/Moose
	dev-perl/Perl-Version
"
BDEPEND="${RDEPEND}
	test? (
		dev-perl/Test-Exception
	)
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-perl/CPAN-Changes-0.200.0
	dev-perl/Dist-Zilla
	dev-perl/List-AllUtils
	dev-perl/Moose
	dev-perl/Perl-Version

BDEPEND

	>=dev-perl/CPAN-Changes-0.200.0
	dev-perl/Dist-Zilla
	dev-perl/List-AllUtils
	dev-perl/Moose
	dev-perl/Perl-Version

	test? (
		dev-perl/Test-Exception
	)