summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 17:28:56 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 17:29:22 +0200
commitf76f5a37629fdab9b0d6d632f84ef005c8886f35 (patch)
tree01e5a0a0156e491e0fc2e6fa5c374d95d5114988 /dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic
parentdev-perl/DBD-SQLite: Remove old (diff)
downloadgentoo-f76f5a37629fdab9b0d6d632f84ef005c8886f35.tar.gz
gentoo-f76f5a37629fdab9b0d6d632f84ef005c8886f35.tar.bz2
gentoo-f76f5a37629fdab9b0d6d632f84ef005c8886f35.zip
dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic: Remove old
Closes: https://bugs.gentoo.org/737308 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic')
-rw-r--r--dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild31
1 files changed, 0 insertions, 31 deletions
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
deleted file mode 100644
index 355f2729d070..000000000000
--- a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
- )
-"