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_get/
Date: Wed, 06 May 2020 16:51:30
Message-Id: 1588783874.57800e034585b639754ec38ff1d3c9c6606eb2f6.kentnl@gentoo
1 commit: 57800e034585b639754ec38ff1d3c9c6606eb2f6
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:50:39 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 16:51:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57800e03
7
8 dev-perl/CDDB_get: -r bump for EAPI7
9
10 - EAPI7
11 - Clarify license as best I can wrt/ bug #721294
12 - Remove empty variable assignments
13 - Parallel 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_get/CDDB_get-2.280.0-r2.ebuild | 17 +++++++++++++++++
19 1 file changed, 17 insertions(+)
20
21 diff --git a/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild b/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild
22 new file mode 100644
23 index 00000000000..746ffbc240f
24 --- /dev/null
25 +++ b/dev-perl/CDDB_get/CDDB_get-2.280.0-r2.ebuild
26 @@ -0,0 +1,17 @@
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=FONKIE
33 +DIST_VERSION=2.28
34 +inherit perl-module
35 +
36 +DESCRIPTION="Read the CDDB entry for an audio CD in your drive"
37 +SRC_URI+=" http://armin.emx.at/cddb/${PN}-${DIST_VERSION}.tar.gz"
38 +HOMEPAGE="http://armin.emx.at/cddb/ https://metacpan.org/release/CDDB_get"
39 +
40 +# Bug #721294
41 +LICENSE="|| ( Artistic ( GPL-1+ GPL-2 ) )"
42 +SLOT="2"
43 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"