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 B643613835B 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 D5B5FE0826; Sat, 19 Jun 2021 19:56:19 +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 B9AB0E0826 for ; Sat, 19 Jun 2021 19:56:19 +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 D8BF533BDE1 for ; Sat, 19 Jun 2021 19:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47AFA7B6 for ; Sat, 19 Jun 2021 19:56:16 +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: <1624132565.273e6dd55955d537b80f93c69cf8cca8771e9a58.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Size/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Image-Size/Image-Size-3.300.0-r1.ebuild dev-perl/Image-Size/Image-Size-3.300.0.ebuild X-VCS-Directories: dev-perl/Image-Size/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 273e6dd55955d537b80f93c69cf8cca8771e9a58 X-VCS-Branch: master Date: Sat, 19 Jun 2021 19:56:16 +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: 449964b5-1cb1-47b9-a2c3-03b6aff38667 X-Archives-Hash: 66e177194a91b22111aad8145ca31d38 commit: 273e6dd55955d537b80f93c69cf8cca8771e9a58 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 19 19:54:38 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 19 19:56:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273e6dd5 dev-perl/Image-Size: EAPI=7 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...Image-Size-3.300.0.ebuild => Image-Size-3.300.0-r1.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-perl/Image-Size/Image-Size-3.300.0.ebuild b/dev-perl/Image-Size/Image-Size-3.300.0-r1.ebuild similarity index 75% rename from dev-perl/Image-Size/Image-Size-3.300.0.ebuild rename to dev-perl/Image-Size/Image-Size-3.300.0-r1.ebuild index 8a7daae73e1..8192281b569 100644 --- a/dev-perl/Image-Size/Image-Size-3.300.0.ebuild +++ b/dev-perl/Image-Size/Image-Size-3.300.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=RJRAY -MODULE_VERSION=3.300 +DIST_AUTHOR=RJRAY +DIST_VERSION=3.300 inherit perl-module DESCRIPTION="A library to extract height/width from images" @@ -18,12 +18,11 @@ RDEPEND=" virtual/perl-IO-Compress >=virtual/perl-File-Spec-0.800.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0 test? ( virtual/perl-Test-Simple ) " -SRC_TEST="do parallel" mydoc="ToDo"