Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sdparm/
Date: Wed, 26 May 2021 08:33:41
Message-Id: 1622017982.ebffd02a74d29ac28ce8f5c0fead3babe44a4cb3.soap@gentoo
1 commit: ebffd02a74d29ac28ce8f5c0fead3babe44a4cb3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 08:33:02 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 08:33:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebffd02a
7
8 sys-apps/sdparm: drop 1.11-r1
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/sdparm/Manifest | 1 -
13 sys-apps/sdparm/sdparm-1.11-r1.ebuild | 34 ----------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/sys-apps/sdparm/Manifest b/sys-apps/sdparm/Manifest
17 index 95b2c3bdbac..a6c6739fc35 100644
18 --- a/sys-apps/sdparm/Manifest
19 +++ b/sys-apps/sdparm/Manifest
20 @@ -1,2 +1 @@
21 -DIST sdparm-1.11.tgz 473501 BLAKE2B 7c8b8a1c14b72de3c36cd701c6d870e0b671df2f17d17a63eb00cce41a80f3cbfbe9e3f2afca08f1a1a9be5a08fbb98a9ddb1ccdc117bceef508790407513754 SHA512 cb5d1dd351464fcc05005429bb8f452b05e6673b1dd8b699f762d005ab3e612b3b7d6ea400ffbd5e98e33e3e78da735d01705353b8a9b9567aac55a3f6b6d813
22 DIST sdparm-1.12.tgz 486592 BLAKE2B 8c872967f859763c5d8fc9e086175010c474e2332e82d79da76bfec636e90cbf54256f0b3c046db159e69b0d1ee64595757177901c48db66d2ea77ad53d623d6 SHA512 00e2775c290c6db3a02780dd3eefa58ac40e1df79a7f19f80a9d497c019a9a4a9a16fb2726f48e7083d0104a8e74326e683c3f5f44c7d1f591a0f607e10493b1
23
24 diff --git a/sys-apps/sdparm/sdparm-1.11-r1.ebuild b/sys-apps/sdparm/sdparm-1.11-r1.ebuild
25 deleted file mode 100644
26 index 3a51faebd89..00000000000
27 --- a/sys-apps/sdparm/sdparm-1.11-r1.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="Utility to output and modify parameters on a SCSI device, like hdparm"
36 -HOMEPAGE="http://sg.danny.cz/sg/sdparm.html"
37 -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
38 -
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
42 -IUSE=""
43 -
44 -# Older releases contain a conflicting sas_disk_blink
45 -RDEPEND=">=sys-apps/sg3_utils-1.45:0="
46 -DEPEND="${RDEPEND}"
47 -
48 -DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )
49 -
50 -src_configure() {
51 - # sdparm ships with a local copy of this lib, but will use the system copy if it
52 - # detects it (see the README file). Force the use of the system lib. #479578
53 - export ac_cv_lib_sgutils2_sg_ll_inquiry=yes
54 - default
55 -}
56 -
57 -src_install() {
58 - default
59 -
60 - # These don't exist yet. Someone wanna copy hdparm's and make them work? :)
61 - #newinitd ${FILESDIR}/sdparm-init-1 sdparm
62 - #newconfd ${FILESDIR}/sdparm-conf.d-1 sdparm
63 -}