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 3E48B158099 for ; Wed, 22 Nov 2023 10:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 270392BC03B; Wed, 22 Nov 2023 10:55:42 +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 1015A2BC03A for ; Wed, 22 Nov 2023 10:55:42 +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 19834335DBE for ; Wed, 22 Nov 2023 10:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512771397 for ; Wed, 22 Nov 2023 10:55:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700650528.a2532be195503de5ecbbb0c5fdebfab1d00d2066.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cciss_vol_status/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild X-VCS-Directories: sys-apps/cciss_vol_status/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a2532be195503de5ecbbb0c5fdebfab1d00d2066 X-VCS-Branch: master Date: Wed, 22 Nov 2023 10:55:39 +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: 683bb9a9-7a66-4bef-811b-935fd3131318 X-Archives-Hash: 81a747baf2ef9450fd2874c68bdf9d8d commit: a2532be195503de5ecbbb0c5fdebfab1d00d2066 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 29 12:48:48 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 22 10:55:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2532be1 sys-apps/cciss_vol_status: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild index 94fedd2679d0..fd20b66d605f 100644 --- a/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild +++ b/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 IUSE="" DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers" -HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils" -LICENSE="GPL-2" +HOMEPAGE="https://cciss.sourceforge.net/#cciss_utils" +LICENSE="GPL-2+" SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz" KEYWORDS="amd64 ~ia64 x86" SLOT="0"