public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/
Date: Fri, 30 Apr 2021 19:38:33 +0000 (UTC)	[thread overview]
Message-ID: <1619811463.0bff3a1da0eeb3533d7dd92174dec1c9f75d3398.asturm@gentoo> (raw)

commit:     0bff3a1da0eeb3533d7dd92174dec1c9f75d3398
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 22:44:53 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 19:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff3a1d

sys-apps/sg3_utils: Drop 1.44, EAPI6--

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/sg3_utils/Manifest              |  1 -
 sys-apps/sg3_utils/sg3_utils-1.44.ebuild | 43 --------------------------------
 2 files changed, 44 deletions(-)

diff --git a/sys-apps/sg3_utils/Manifest b/sys-apps/sg3_utils/Manifest
index bb4da5402c2..1e300284516 100644
--- a/sys-apps/sg3_utils/Manifest
+++ b/sys-apps/sg3_utils/Manifest
@@ -1,4 +1,3 @@
 DIST sg3_utils-1.42.tgz 1219231 BLAKE2B dd9ea2c324cb6f4c0ce770c90b7980da5e998bddc3a2be43a0aa9bea88dfe34291d0f58b393b2a5ac680c05dc673802ec9fae1ead37107bc49fa33bc7c4df503 SHA512 d16b65e36b2bccb4fc4c189f97e71fa38e6619f37d668a4ddd74a52c715fa62325288d9737812ed19c80547059dbd27be5a20565e27e1aabb571e8f5f8ac53ad
-DIST sg3_utils-1.44.tar.xz 922152 BLAKE2B 8596ef78fbb7ade5a969f485b0f4ff63863dc8a5ff58fe630cffa91900ba9946b47ddf857346aa3904da8502afa4928f54baf99428344d2e561a90e52c8533ed SHA512 4f4d5536ebed62f2c81c55741043d9ac3f4610a4dd6ef2e3125f041afd57aae03a32c2affe84a960c9f61fb6f84784bc901c756a8c36c1bc97082fa61e73ae8d
 DIST sg3_utils-1.45.tar.xz 989864 BLAKE2B 2d0a9e0edf514c8c7a566798f8087fc27d15d31cc8df39073dd97cff569da396b24236e0c231781625379b2ecefe7c99716d5d9c7dc104b15e150cb4e3c43e75 SHA512 fa25dedc447154d33937248a856af9a7ef380dda282a681d465a57d7dfc24b6c0409fa06aabf8cc28ba191e91db80fed0757b45212eddf713855574b48a97868
 DIST sg3_utils-1.46.tar.xz 1031800 BLAKE2B 034af23d10da49938979ea4d0041c6ce4309b9ceac13f06bd524011dccf285e88fbc5f4c3f261ec3e316db86278ccff235015de43d98b0b62ff05a2f98df0850 SHA512 0b4caab97ccc11fb45e88219e460b37c6ff69b8f3c79e513279aef51783ff22399d141253abdbf55db198db0815bc39d30e9b1e3bd7dda5e15c5f4dae3fe89cf

diff --git a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild b/sys-apps/sg3_utils/sg3_utils-1.44.ebuild
deleted file mode 100644
index d718000b995..00000000000
--- a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Apps for querying the sg SCSI interface"
-HOMEPAGE="http://sg.danny.cz/sg/"
-#SRC_URI="https://github.com/hreinecke/sg3_utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="static-libs"
-
-DEPEND="sys-devel/libtool"
-RDEPEND="!sys-apps/rescan-scsi-bus"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.26-stdint.patch #580236
-)
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	dodoc COVERAGE doc/README examples/*.txt
-	newdoc scripts/README README.scripts
-
-	# Better fix for bug 231089; some packages look for sgutils2
-	local path lib
-	path="/usr/$(get_libdir)"
-	for lib in "${ED%/}/"${path}/libsgutils2.*; do
-		lib=${lib##*/}
-		dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
-	done
-
-	find "${ED}" -name "*.la" -delete || die
-}


             reply	other threads:[~2021-04-30 19:38 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30 19:38 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15  9:19 [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/ Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14  4:35 Sam James
2024-11-14  4:35 Sam James
2024-11-14  3:39 Sam James
2024-11-14  3:17 Sam James
2024-11-14  3:17 Sam James
2024-09-26 19:31 Sam James
2024-06-01  3:46 Ionen Wolkens
2024-04-29  7:51 Jakov Smolić
2024-04-29  7:51 Jakov Smolić
2024-03-15  4:14 Sam James
2024-03-15  4:14 Sam James
2024-03-15  4:14 Sam James
2023-03-04 11:41 Arthur Zamarin
2023-03-04  9:10 Arthur Zamarin
2023-03-04  7:54 Arthur Zamarin
2023-03-04  7:37 Arthur Zamarin
2023-03-04  7:06 Arthur Zamarin
2023-03-04  6:17 Arthur Zamarin
2023-03-04  5:59 Arthur Zamarin
2023-03-04  5:48 Arthur Zamarin
2022-06-02  7:31 Jakov Smolić
2022-06-02  5:03 Jakov Smolić
2022-06-02  3:14 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:12 Sam James
2022-06-02  3:12 Sam James
2022-06-02  3:05 Sam James
2022-06-02  3:05 Sam James
2022-05-19 11:24 WANG Xuerui
2022-04-12 11:12 Sam James
2021-11-11 12:40 Lars Wendler
2021-11-11 12:37 Lars Wendler
2021-09-24  1:37 Yixun Lan
2021-09-23  1:07 Matt Turner
2021-06-17 21:40 Mike Gilbert
2021-06-17 21:25 Mike Gilbert
2021-05-31  9:20 David Seifert
2021-05-14 10:45 David Seifert
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 17:10 Sam James
2021-05-13 16:55 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-04-21 19:02 Sam James
2021-04-03 17:48 Mike Gilbert
2021-03-30 11:37 Lars Wendler
2021-03-30  7:05 Lars Wendler
2021-03-29 14:50 Sam James
2021-03-29 14:50 Sam James
2021-03-29 14:50 Sam James
2021-03-29 14:50 Sam James
2020-08-19 19:56 Sam James
2020-03-05 16:54 Lars Wendler
2020-03-05  9:23 Agostino Sarubbo
2020-03-05  8:19 Sergei Trofimovich
2020-03-04 13:03 Agostino Sarubbo
2020-03-04 13:02 Agostino Sarubbo
2020-03-04 13:02 Agostino Sarubbo
2020-03-04 13:01 Agostino Sarubbo
2020-03-04 13:01 Agostino Sarubbo
2020-03-04 13:00 Agostino Sarubbo
2020-03-04  9:14 Lars Wendler
2020-02-15 10:03 David Seifert
2018-09-18 11:13 Thomas Deutschmann
2018-09-18 10:23 Lars Wendler
2018-09-12 12:17 Lars Wendler
2017-10-10 21:12 Thomas Deutschmann
2017-06-19 18:37 Alexis Ballier
2016-08-04  8:28 Jeroen Roovers
2016-06-13 14:32 Tobias Klausmann
2016-06-12 20:00 Markus Meier
2016-06-11 17:00 Agostino Sarubbo
2016-02-18  9:52 Lars Wendler

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=1619811463.0bff3a1da0eeb3533d7dd92174dec1c9f75d3398.asturm@gentoo \
    --to=asturm@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