commit:     3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 23:07:17 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 23:22:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed5f7ab

dev-perl/Graphics-ColorObject: EAPI=7 bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...1.ebuild => Graphics-ColorObject-0.5.0-r2.ebuild} | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

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
similarity index 61%
rename from dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild
rename to dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild
index fbc2d511eb8..7f67a56c051 100644
--- a/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild
+++ b/dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild
@@ -1,27 +1,23 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-MODULE_AUTHOR=AIZVORSKI
+EAPI=7
+DIST_AUTHOR=AIZVORSKI
 inherit perl-module
 
-DESCRIPTION="convert between color spaces"
+DESCRIPTION="Convert between color spaces"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+
 # Pacakge warrants IUSE examples"
 IUSE=""
 
-COMMON_DEPEND="
-       >=dev-perl/Graphics-ColorNames-0.32
-"
-DEPEND="
-       ${COMMON_DEPEND}
-"
 RDEPEND="
-       ${COMMON_DEPEND}
+       >=dev-perl/Graphics-ColorNames-0.320.0
+"
+BDEPEND="${RDEPEND}
 "
-SRC_TEST="do"
 
 src_install() {
        perl-module_src_install

Reply via email to