Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Config-Git/
Date: Sat, 05 Sep 2020 19:55:05
Message-Id: 1599335390.d96a034bd071f28cb6d7db71a79640f5cece821b.kentnl@gentoo
1 commit: d96a034bd071f28cb6d7db71a79640f5cece821b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 19:38:18 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 19:49:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96a034b
7
8 dev-perl/Dist-Zilla-Plugin-Config-Git: Cleanup old 0.920.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
17 deleted file mode 100644
18 index 06f1f1aa6e2..00000000000
19 --- a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=BBYRD
28 -DIST_VERSION=0.92
29 -inherit perl-module
30 -
31 -DESCRIPTION="Plugin configuration containing settings for a Git repo"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - >=dev-perl/Dist-Zilla-1.0.0
40 - >=dev-perl/Moose-0.340.0
41 - >=dev-perl/MooseX-Types-0.60.0
42 - >=dev-perl/String-Errf-0.1.0
43 - >=dev-perl/namespace-clean-0.60.0
44 -"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? (
48 - >=dev-perl/Test-CheckDeps-0.10.0
49 - >=virtual/perl-Test-Simple-0.940.0
50 - )
51 -"