public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas3flash/
Date: Mon, 29 May 2023 18:21:34 +0000 (UTC)	[thread overview]
Message-ID: <1685384350.3362c0cabba8c635c94df689fa95bed1d578e252.sam@gentoo> (raw)

commit:     3362c0cabba8c635c94df689fa95bed1d578e252
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:58:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:19:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3362c0ca

sys-block/sas3flash: drop dead prefix targets

The removal was already done, so this is just cleanup afterwards.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/sas3flash/sas3flash-15-r1.ebuild | 6 ++----
 sys-block/sas3flash/sas3flash-16.ebuild    | 9 ++-------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/sys-block/sas3flash/sas3flash-15-r1.ebuild b/sys-block/sas3flash/sas3flash-15-r1.ebuild
index c0cabf7cbe2c..6ea3f68cb1f4 100644
--- a/sys-block/sas3flash/sas3flash-15-r1.ebuild
+++ b/sys-block/sas3flash/sas3flash-15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -71,10 +71,8 @@ src_install() {
 		doexe sas3flash_rel/sas3flash/sas3flash_linux_arm_rel/sas3flash
 	elif use ppc64; then
 		doexe sas3flash_rel/sas3flash/sas3flash_linux_ppc64_rel/sas3flash
-	elif use x64-solaris || use x86-solaris; then
+	elif use x64-solaris; then
 		doexe sas3flash_rel/sas3flash/sas3flash_solaris_x86_rel/sas3flash
-	elif use sparc-solaris; then
-		doexe sas3flash_rel/sas3flash/sas3flash_solaris_sparc_rel/sas3flash
 	fi
 
 	if use efi; then

diff --git a/sys-block/sas3flash/sas3flash-16.ebuild b/sys-block/sas3flash/sas3flash-16.ebuild
index 129e2db144eb..b1179691af24 100644
--- a/sys-block/sas3flash/sas3flash-16.ebuild
+++ b/sys-block/sas3flash/sas3flash-16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,8 +31,6 @@ SRC_URI="
 	x86? ( ${SRC_URI_LINUX} )
 	ppc64? ( ${SRC_URI_LINUX} )
 	x64-solaris? ( ${SRC_URI_SOLARIS} )
-	x86-solaris? ( ${SRC_URI_SOLARIS} )
-	sparc-solaris? ( ${SRC_URI_SOLARIS} )
 	efi? ( ${SRC_URI_UEFI} )
 	doc? ( "${SRC_URI_BASE}/oracle/files/${DISTFILE_DOC}" )"
 
@@ -79,12 +77,9 @@ src_install() {
 	elif use ppc64; then
 		doexe Installer_P16_for_Linux/sas3flash_linux_ppc64_rel/sas3flash
 		DOCS+=( Installer_P"${PV}"_for_Linux/README_Installer_P"${PV}"_Linux.txt )
-	elif use x64-solaris || use x86-solaris; then
+	elif use x64-solaris; then
 		doexe Installer_P16_for_Solaris/sas3flash_solaris_x86_rel/sas3flash
 		DOCS+=( Installer_P"${PV}"_for_Solaris/README_Installer_P"${PV}"_Solaris.txt )
-	elif use sparc-solaris; then
-		doexe Installer_P16_for_Solaris/sas3flash_solaris_sparc_rel/sas3flash
-		DOCS+=( Installer_P"${PV}"_for_Solaris/README_Installer_P"${PV}"_Solaris.txt )
 	fi
 
 	if use efi; then


             reply	other threads:[~2023-05-29 18:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29 18:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-07 17:19 [gentoo-commits] repo/gentoo:master commit in: sys-block/sas3flash/ Andrew Ammerlaan
2023-08-17  7:49 Andrew Ammerlaan
2023-07-15  7:14 David Seifert
2023-07-15  7:14 David Seifert
2022-12-24 13:25 Andreas Sturmlechner
2022-01-05 10:01 David Seifert
2020-06-14 18:37 Zac Medico
2020-01-08  1:44 Georgy Yakovlev
2020-01-08  1:44 Georgy Yakovlev
2019-02-05 20:56 Ben Kohler
2018-01-01  4:09 Zac Medico
2017-11-20 21:00 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685384350.3362c0cabba8c635c94df689fa95bed1d578e252.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox