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 19E53139360 for ; Wed, 4 Aug 2021 20:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90F00E0999; Wed, 4 Aug 2021 20:47:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7B231E0999 for ; Wed, 4 Aug 2021 20:47:04 +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 8294F33BE61 for ; Wed, 4 Aug 2021 20:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3CF86F for ; Wed, 4 Aug 2021 20:47:00 +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: <1628110008.8154c6f7f4f9b8d960de92939c3d026d9d345a78.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/REST-Client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/REST-Client/REST-Client-273-r1.ebuild dev-perl/REST-Client/REST-Client-273.ebuild X-VCS-Directories: dev-perl/REST-Client/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8154c6f7f4f9b8d960de92939c3d026d9d345a78 X-VCS-Branch: master Date: Wed, 4 Aug 2021 20:47:00 +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: 3052e5f8-e457-451e-878f-256151de9769 X-Archives-Hash: c19e2ba17e1beb6de406e26c87903f11 commit: 8154c6f7f4f9b8d960de92939c3d026d9d345a78 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Aug 4 20:45:46 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Aug 4 20:46:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8154c6f7 dev-perl/REST-Client: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{REST-Client-273.ebuild => REST-Client-273-r1.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-perl/REST-Client/REST-Client-273.ebuild b/dev-perl/REST-Client/REST-Client-273-r1.ebuild similarity index 79% rename from dev-perl/REST-Client/REST-Client-273.ebuild rename to dev-perl/REST-Client/REST-Client-273-r1.ebuild index d30e2578448..a6e1381f75a 100644 --- a/dev-perl/REST-Client/REST-Client-273.ebuild +++ b/dev-perl/REST-Client/REST-Client-273-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=KKANE inherit perl-module @@ -10,17 +10,18 @@ DESCRIPTION="A simple client for interacting with RESTful http/https resources" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-perl/LWP-Protocol-https dev-perl/libwww-perl dev-perl/URI " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) + test? ( + dev-perl/HTTP-Server-Simple + virtual/perl-Test-Simple + ) " src_prepare() {