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/CDDB-File/
Date: Wed, 06 May 2020 16:18:27
Message-Id: 1588781860.3e3d51f51285f09a5ac098363a9b9c035e836d7c.kentnl@gentoo
1 commit: 3e3d51f51285f09a5ac098363a9b9c035e836d7c
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:17:21 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 16:17:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3d51f5
7
8 dev-perl/CDDB-File: -r bump for EAPI7
9
10 - EAPI7
11 - Clarify LICENSE
12 - Remove empty variable assignments
13 - Prune cruft tests
14
15 Package-Manager: Portage-2.3.99, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/CDDB-File/CDDB-File-1.50.0-r2.ebuild | 19 +++++++++++++++++++
19 1 file changed, 19 insertions(+)
20
21 diff --git a/dev-perl/CDDB-File/CDDB-File-1.50.0-r2.ebuild b/dev-perl/CDDB-File/CDDB-File-1.50.0-r2.ebuild
22 new file mode 100644
23 index 00000000000..29dd8eb9997
24 --- /dev/null
25 +++ b/dev-perl/CDDB-File/CDDB-File-1.50.0-r2.ebuild
26 @@ -0,0 +1,19 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=TMTM
33 +DIST_VERSION=1.05
34 +inherit perl-module
35 +
36 +DESCRIPTION="Parse a CDDB/freedb data file"
37 +
38 +LICENSE="GPL-2+"
39 +SLOT="0"
40 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
41 +
42 +PERL_RM_FILES=(
43 + "t/pod.t"
44 + "t/pod-coverage.t"
45 +)