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-Meta-Contributors/
Date: Sat, 05 Sep 2020 19:55:06
Message-Id: 1599335405.4b53a48d24b97f6eb8eb83135c594f02a01e9b35.kentnl@gentoo
1 commit: 4b53a48d24b97f6eb8eb83135c594f02a01e9b35
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 19:45:51 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 19:50:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b53a48d
7
8 dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Cleanup old 0.3.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 ...ist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
17 deleted file mode 100644
18 index 5c4b446d2bc..00000000000
19 --- a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=DAGOLDEN
28 -DIST_VERSION=0.003
29 -inherit perl-module
30 -
31 -DESCRIPTION="Generate an x_contributors section in distribution metadata"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="test"
35 -RESTRICT="!test? ( test )"
36 -RDEPEND="
37 - dev-perl/Dist-Zilla
38 - dev-perl/Moose
39 -"
40 -BDEPEND="${RDEPEND}
41 - >=virtual/perl-ExtUtils-MakeMaker-6.170.0
42 - test? (
43 - virtual/perl-File-Spec
44 - >=virtual/perl-Test-Simple-0.960.0
45 - )
46 -"