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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07AEC158086 for ; Fri, 5 Nov 2021 20:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3914CE092F; Fri, 5 Nov 2021 20:28:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60DE4E092A for ; Fri, 5 Nov 2021 20:28:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82D21342DB4 for ; Fri, 5 Nov 2021 20:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F171D10C for ; Fri, 5 Nov 2021 20:28:13 +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: <1636144058.6807f7d5263ec7fdaec5a8aeda9a698438570682.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-SessionData/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild X-VCS-Directories: dev-perl/IO-SessionData/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6807f7d5263ec7fdaec5a8aeda9a698438570682 X-VCS-Branch: master Date: Fri, 5 Nov 2021 20:28:13 +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: bf2fb708-52e6-4c4b-a764-203c50172dcb X-Archives-Hash: fd6a4993f1e5c9029042568162a91019 commit: 6807f7d5263ec7fdaec5a8aeda9a698438570682 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 5 20:16:01 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 5 20:27:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6807f7d5 dev-perl/IO-SessionData: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...ssionData-1.30.0-r1.ebuild => IO-SessionData-1.30.0-r2.ebuild} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild similarity index 78% rename from dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild rename to dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild index fde61649f70..50c4fc79261 100644 --- a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild +++ b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=PHRED DIST_VERSION=1.03 @@ -11,9 +11,3 @@ DESCRIPTION="Session data support module for SOAP::Lite" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"