summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-02-24 14:27:51 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-02-24 14:28:23 +0100
commit42aa7f98ca364fb2810868f515a5cce63e20f1e3 (patch)
treedafe18d897b9da339fdd806ffda83d45a2e67f43 /sys-apps/sdparm
parentsys-apps/sdparm: Bump to version 1.10 (diff)
downloadgentoo-42aa7f98ca364fb2810868f515a5cce63e20f1e3.tar.gz
gentoo-42aa7f98ca364fb2810868f515a5cce63e20f1e3.tar.bz2
gentoo-42aa7f98ca364fb2810868f515a5cce63e20f1e3.zip
sys-apps/sdparm: Removed old.
Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/sdparm')
-rw-r--r--sys-apps/sdparm/Manifest1
-rw-r--r--sys-apps/sdparm/sdparm-1.08-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/sdparm/Manifest b/sys-apps/sdparm/Manifest
index ae1fcb7d5f71..6c8f7db5cba0 100644
--- a/sys-apps/sdparm/Manifest
+++ b/sys-apps/sdparm/Manifest
@@ -1,4 +1,3 @@
DIST sdparm-1.07.tgz 309317 SHA256 c1d257ba97f37f99a602e889a73e4c62f9b374c5b979e33fc06963462f0c0e41 SHA512 2ae898e8088e1a65c11987ec813128a0f6d74345b5e460ac6cb375844483e2991647671f2d3fadcc7d7b85256c64128db05e5a169b7dad8fb83cddc06fb0ee6c WHIRLPOOL 21e5b8c9c08c2ae864c4f7d89a271cf5a9b13faf9e16a7739ef8d6165664ce682b74e521a306b07afd8e3ca356fd372a78619db72d6196dbc2e10abe4c2ff66b
-DIST sdparm-1.08.tgz 325255 SHA256 376b78a414b1a9c47f3f13dbeb963e7a3ec7be126f83927d6856b5f7ac425e57 SHA512 ae3ed5f0286447affe60a4e73887d5d3ffdae3afff0e5d2a7f34a89f3686272dde818b2a7ba4b930082744e8fcf75b1793c5bd9ee83a3bef2c4ae239aaf2eb4a WHIRLPOOL 939f27d343407b20dd33f7e37c15983dcf5f2fd6db953a5603a93561b3ed5ce3f5339aa69e6550ba4f7421067e0531ca6d5760518f120dc20398417721bbdb96
DIST sdparm-1.09.tgz 348129 SHA256 7294f44173ac0946f1de8af02b1bdb0bd648079245396589397a2b0d3abc42d3 SHA512 c26caedd1e8906cc47468279d5924315cbf42b929d1e348d6054971693475fc9c47becdcc5fbdf583efd6b46298671358237eb4049cac4cae8a43278eb30dae2 WHIRLPOOL 0c7e15e9e1ec1909020a3c6bfc4c3f676acbb1cd98aad9ccde1d43d2702573a963d78610e1ae6da215a48d1c8dcb36cd564909483ceab3712e06c1b6b3139e9b
DIST sdparm-1.10.tgz 361464 SHA256 1ea1ed1bb1ee2aef62392618fa42da9ed027d5e655f174525c39235778292ab3 SHA512 1cfa95ced443d190ee9e4a899c9cfc6b98367ba39a9cc201c0db2f8c92dd4e74368182be3b8bfe28e51761b1ededf914ee669ef8ff6023d1ec1f05d69889a35f WHIRLPOOL 34b606c440ea0375927efa6136ff53554df9af282060ca58cf8edebe6c9aebce68c53e7498eec81a1422c1c4224b1746a55999250c0b2774b66f39a26148b0c7
diff --git a/sys-apps/sdparm/sdparm-1.08-r1.ebuild b/sys-apps/sdparm/sdparm-1.08-r1.ebuild
deleted file mode 100644
index 2ea280aabc96..000000000000
--- a/sys-apps/sdparm/sdparm-1.08-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-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 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE=""
-
-# Older releases contain a conflicting sas_disk_blink
-RDEPEND=">=sys-apps/sg3_utils-1.28"
-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-7 sdparm
- #newconfd ${FILESDIR}/sdparm-conf.d.3 sdparm
-}