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 B6D13158086 for ; Sat, 30 Oct 2021 15:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3161E07FE; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9EAEE07FE for ; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1206C343134 for ; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F833192 for ; Sat, 30 Oct 2021 15:13:12 +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: <1635606771.d91d8d586034929003b311c173d53fbd7dbc8dd3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman-Server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild dev-perl/Gearman-Server/Gearman-Server-1.130.1-r2.ebuild X-VCS-Directories: dev-perl/Gearman-Server/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d91d8d586034929003b311c173d53fbd7dbc8dd3 X-VCS-Branch: master Date: Sat, 30 Oct 2021 15:13:12 +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: 822e59f9-0a1c-4114-b75e-50ad60b13b2e X-Archives-Hash: fe664ee0bad113760621e3302a57ecb8 commit: d91d8d586034929003b311c173d53fbd7dbc8dd3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 30 15:08:02 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 30 15:12:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91d8d58 dev-perl/Gearman-Server: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...rver-1.130.1-r1.ebuild => Gearman-Server-1.130.1-r2.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild b/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r2.ebuild similarity index 83% rename from dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild rename to dev-perl/Gearman-Server/Gearman-Server-1.130.1-r2.ebuild index a6c60fa8c3f..f6c19c7b508 100644 --- a/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r1.ebuild +++ b/dev-perl/Gearman-Server/Gearman-Server-1.130.1-r2.ebuild @@ -1,25 +1,23 @@ -# 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=PALIK -DIST_VERSION=v1.130.1 +DIST_VERSION=v${PV} inherit perl-module DESCRIPTION="Gearman distributed job system - worker/client connector" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Danga-Socket-1.520.0 >=dev-perl/Gearman-1.07 !!sys-cluster/gearmand " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Script