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 ABC05158087 for ; Tue, 16 Nov 2021 20:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6C32BC00B; Tue, 16 Nov 2021 20:33:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 054162BC00B for ; Tue, 16 Nov 2021 20:33:39 +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 9508D342E69 for ; Tue, 16 Nov 2021 20:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB2BA1DA for ; Tue, 16 Nov 2021 20:33:34 +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: <1637094771.8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild X-VCS-Directories: dev-perl/MogileFS-Client/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad X-VCS-Branch: master Date: Tue, 16 Nov 2021 20:33:34 +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: 116ee041-42b4-431f-a509-c9ec7ba92dcd X-Archives-Hash: 92784946c8560594b75900e87664c5e9 commit: 8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 16 19:39:19 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Nov 16 20:32:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3b1a16 dev-perl/MogileFS-Client: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...1.170.0-r2.ebuild => MogileFS-Client-1.170.0-r3.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild similarity index 64% rename from dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild rename to dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild index 9300e00efe07..cb957126f29a 100644 --- a/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r2.ebuild +++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DORMANDO DIST_VERSION=${PV%0.0} inherit perl-module DESCRIPTION="Client library for the MogileFS distributed file system" - SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -RDEPEND=">=dev-perl/IO-stringy-2.110 - dev-perl/libwww-perl" -DEPEND="${RDEPEND}" +RDEPEND=" + >=dev-perl/IO-stringy-2.110 + dev-perl/libwww-perl +" +BDEPEND="${RDEPEND}"