Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/
Date: Sat, 01 May 2021 15:29:40
Message-Id: 1619882962.f76f5a37629fdab9b0d6d632f84ef005c8886f35.dilfridge@gentoo
1 commit: f76f5a37629fdab9b0d6d632f84ef005c8886f35
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 15:28:56 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 15:29:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76f5a37
7
8 dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic: Remove old
9
10 Closes: https://bugs.gentoo.org/737308
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 ...-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild | 31 ----------------------
15 1 file changed, 31 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 355f2729d07..00000000000
20 --- a/dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic/Dist-Zilla-Plugin-NextVersion-Semantic-0.2.5.ebuild
21 +++ /dev/null
22 @@ -1,31 +0,0 @@
23 -# Copyright 2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DIST_AUTHOR=YANICK
29 -DIST_VERSION=0.2.5
30 -inherit perl-module
31 -
32 -DESCRIPTION="update the next version, semantic-wise"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -RDEPEND="
38 - >=dev-perl/CPAN-Changes-0.200.0
39 - dev-perl/Dist-Zilla
40 - dev-perl/List-AllUtils
41 - dev-perl/Moose
42 - dev-perl/Perl-Version
43 - virtual/perl-Scalar-List-Utils
44 -"
45 -BDEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? (
48 - virtual/perl-File-Spec
49 - virtual/perl-IO
50 - dev-perl/Test-Exception
51 - virtual/perl-Test-Simple
52 - )
53 -"