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 7D03C1580D3 for ; Fri, 1 Dec 2023 07:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE302BC01B; Fri, 1 Dec 2023 07:41:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 696F62BC01B for ; Fri, 1 Dec 2023 07:41: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C518335D7B for ; Fri, 1 Dec 2023 07:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 916C813FA for ; Fri, 1 Dec 2023 07:41:36 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1701416190.c1c129bcfc2a3daecf55339b24af2a407ca1faa9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild sys-block/hpssacli/hpssacli-3.40.3.0.ebuild X-VCS-Directories: sys-block/hpssacli/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c1c129bcfc2a3daecf55339b24af2a407ca1faa9 X-VCS-Branch: master Date: Fri, 1 Dec 2023 07:41:36 +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: f415b466-18f6-496c-9764-e8d3c4ac9b54 X-Archives-Hash: a43830b322601b26320e60b5eed78c3b commit: c1c129bcfc2a3daecf55339b24af2a407ca1faa9 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 1 07:36:30 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 1 07:36:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c129bc sys-block/hpssacli: switch to EAPI 8 Signed-off-by: Florian Schmaus gentoo.org> sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild | 6 +++--- sys-block/hpssacli/hpssacli-3.40.3.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild index d7ad49235f50..b405794a6ecb 100644 --- a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild +++ b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit pax-utils rpm versionator +inherit pax-utils rpm -MY_PV=$(replace_version_separator 2 '-') +MY_PV=$(ver_rs 2 '-') DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)" HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_04bffb688a73438598fef81ddd" diff --git a/sys-block/hpssacli/hpssacli-3.40.3.0.ebuild b/sys-block/hpssacli/hpssacli-3.40.3.0.ebuild index 9c1a449f982c..1dca689c245e 100644 --- a/sys-block/hpssacli/hpssacli-3.40.3.0.ebuild +++ b/sys-block/hpssacli/hpssacli-3.40.3.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit pax-utils rpm versionator +inherit pax-utils rpm -MY_PV=$(replace_version_separator 2 '-') +MY_PV=$(ver_rs 2 '-') DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)" HOMEPAGE="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_688838b13b194c7abe1aa98584"