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 0DB7A13835A for ; Sat, 19 Jun 2021 19:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3001DE0822; Sat, 19 Jun 2021 19:56:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF605E0821 for ; Sat, 19 Jun 2021 19:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 684D8335DC9 for ; Sat, 19 Jun 2021 19:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDBFD7B2 for ; Sat, 19 Jun 2021 19:56:15 +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: <1624132552.898ac0a6b96ecef6d08711100f5362b1479d6a18.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild X-VCS-Directories: dev-perl/Image-Imlib2/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 898ac0a6b96ecef6d08711100f5362b1479d6a18 X-VCS-Branch: master Date: Sat, 19 Jun 2021 19:56:15 +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: dab17e24-61ad-46f5-a40a-d428f9d3c701 X-Archives-Hash: c1a7ce0060e56e3340f5b3d50b3c1ad5 commit: 898ac0a6b96ecef6d08711100f5362b1479d6a18 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 19 19:38:30 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 19 19:55:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ac0a6 dev-perl/Image-Imlib2: EAPI=7 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...0.0-r1.ebuild => Image-Imlib2-2.30.0-r2.ebuild} | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild similarity index 61% rename from dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild rename to dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild index afa5f8ef535..f0a4be74ab5 100644 --- a/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r1.ebuild +++ b/dev-perl/Image-Imlib2/Image-Imlib2-2.30.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=LBROCARD -MODULE_VERSION=2.03 -inherit perl-module eutils +DIST_AUTHOR=LBROCARD +DIST_VERSION=2.03 +inherit perl-module DESCRIPTION="Interface to the Imlib2 image library" @@ -16,14 +16,12 @@ RESTRICT="!test? ( test )" RDEPEND=">=media-libs/imlib2-1" DEPEND="${RDEPEND} +" +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.28 test? ( >=media-libs/imlib2-1[jpeg,png] - )" + ) +" -SRC_TEST=do - -src_test() { - perl_rm_files t/pod.t t/pod_coverage.t - perl-module_src_test -} +PERL_RM_FILES=( t/pod.t t/pod_coverage.t )