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/Graphics-ColorObject/
Date: Thu, 10 Jun 2021 23:23:24
Message-Id: 1623367379.3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8.dilfridge@gentoo
1 commit: 3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 23:07:17 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 23:22:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed5f7ab
7
8 dev-perl/Graphics-ColorObject: EAPI=7 bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...1.ebuild => Graphics-ColorObject-0.5.0-r2.ebuild} | 20 ++++++++------------
14 1 file changed, 8 insertions(+), 12 deletions(-)
15
16 diff --git a/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild b/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild
17 similarity index 61%
18 rename from dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild
19 rename to dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild
20 index fbc2d511eb8..7f67a56c051 100644
21 --- a/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild
22 +++ b/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild
23 @@ -1,27 +1,23 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 -MODULE_AUTHOR=AIZVORSKI
30 +EAPI=7
31 +DIST_AUTHOR=AIZVORSKI
32 inherit perl-module
33
34 -DESCRIPTION="convert between color spaces"
35 +DESCRIPTION="Convert between color spaces"
36 LICENSE="|| ( Artistic GPL-2 )"
37 SLOT="0"
38 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
39 +
40 # Pacakge warrants IUSE examples"
41 IUSE=""
42
43 -COMMON_DEPEND="
44 - >=dev-perl/Graphics-ColorNames-0.32
45 -"
46 -DEPEND="
47 - ${COMMON_DEPEND}
48 -"
49 RDEPEND="
50 - ${COMMON_DEPEND}
51 + >=dev-perl/Graphics-ColorNames-0.320.0
52 +"
53 +BDEPEND="${RDEPEND}
54 "
55 -SRC_TEST="do"
56
57 src_install() {
58 perl-module_src_install