summaryrefslogtreecommitdiff
path: root/sys-apps/sdparm/sdparm-1.11-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/sdparm/sdparm-1.11-r1.ebuild')
-rw-r--r--sys-apps/sdparm/sdparm-1.11-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
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 3a51faebd89d..000000000000
--- 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
-}