From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C64C13835A for ; Thu, 10 Jun 2021 23:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E179E08A8; Thu, 10 Jun 2021 23:23:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C57CE089A for ; Thu, 10 Jun 2021 23:23:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9720933E6A3 for ; Thu, 10 Jun 2021 23:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB2F79D for ; Thu, 10 Jun 2021 23:23:19 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1623367379.3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graphics-ColorObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r1.ebuild dev-perl/Graphics-ColorObject/Graphics-ColorObject-0.5.0-r2.ebuild X-VCS-Directories: dev-perl/Graphics-ColorObject/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8 X-VCS-Branch: master Date: Thu, 10 Jun 2021 23:23:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb7fb0ad-45f4-47f5-8370-cb8c645a0d9b X-Archives-Hash: 1fe26f4a4e3ace0de9f0b76977e663cf commit: 3ed5f7abc0f459c4cafc4d8e18470811d7cc45a8 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 10 23:07:17 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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