commit:     ebffd02a74d29ac28ce8f5c0fead3babe44a4cb3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 08:33:02 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed May 26 08:33:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebffd02a

sys-apps/sdparm: drop 1.11-r1

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/sdparm/Manifest              |  1 -
 sys-apps/sdparm/sdparm-1.11-r1.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/sys-apps/sdparm/Manifest b/sys-apps/sdparm/Manifest
index 95b2c3bdbac..a6c6739fc35 100644
--- a/sys-apps/sdparm/Manifest
+++ b/sys-apps/sdparm/Manifest
@@ -1,2 +1 @@
-DIST sdparm-1.11.tgz 473501 BLAKE2B 
7c8b8a1c14b72de3c36cd701c6d870e0b671df2f17d17a63eb00cce41a80f3cbfbe9e3f2afca08f1a1a9be5a08fbb98a9ddb1ccdc117bceef508790407513754
 SHA512 
cb5d1dd351464fcc05005429bb8f452b05e6673b1dd8b699f762d005ab3e612b3b7d6ea400ffbd5e98e33e3e78da735d01705353b8a9b9567aac55a3f6b6d813
 DIST sdparm-1.12.tgz 486592 BLAKE2B 
8c872967f859763c5d8fc9e086175010c474e2332e82d79da76bfec636e90cbf54256f0b3c046db159e69b0d1ee64595757177901c48db66d2ea77ad53d623d6
 SHA512 
00e2775c290c6db3a02780dd3eefa58ac40e1df79a7f19f80a9d497c019a9a4a9a16fb2726f48e7083d0104a8e74326e683c3f5f44c7d1f591a0f607e10493b1

diff --git a/sys-apps/sdparm/sdparm-1.11-r1.ebuild 
b/sys-apps/sdparm/sdparm-1.11-r1.ebuild
deleted file mode 100644
index 3a51faebd89..00000000000
--- a/sys-apps/sdparm/sdparm-1.11-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Utility to output and modify parameters on a SCSI device, like 
hdparm"
-HOMEPAGE="http://sg.danny.cz/sg/sdparm.html";
-SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
-
-# Older releases contain a conflicting sas_disk_blink
-RDEPEND=">=sys-apps/sg3_utils-1.45:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )
-
-src_configure() {
-       # sdparm ships with a local copy of this lib, but will use the system 
copy if it
-       # detects it (see the README file).  Force the use of the system lib.  
#479578
-       export ac_cv_lib_sgutils2_sg_ll_inquiry=yes
-       default
-}
-
-src_install() {
-       default
-
-       # These don't exist yet. Someone wanna copy hdparm's and make them 
work? :)
-       #newinitd ${FILESDIR}/sdparm-init-1 sdparm
-       #newconfd ${FILESDIR}/sdparm-conf.d-1 sdparm
-}

Reply via email to