diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-11 01:07:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-11 01:22:59 +0200 |
commit | 3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8 (patch) | |
tree | 86ea10290770020c67e2bfeaca17d7eb6e8448ae /dev-perl/Graphics-ColorObject | |
parent | dev-perl/Graphics-ColorNames-WWW: Version bump 1.14 (diff) | |
download | gentoo-3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8.tar.gz gentoo-3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8.tar.bz2 gentoo-3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Graphics-ColorObject')
-rw-r--r-- | dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild (renamed from dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild) | 20 |
1 files 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 index fbc2d511eb85..7f67a56c0510 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 |