summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-15 00:24:59 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-15 00:24:59 +0000
commitded69967f02e2e51c2028cda4310011965166ba9 (patch)
treecb2a6bfac213ec0c77644269da5d6e12ebcaf83a /sys-apps
parentUpdate loop-aes patch #258456. (diff)
downloadhistorical-ded69967f02e2e51c2028cda4310011965166ba9.tar.gz
historical-ded69967f02e2e51c2028cda4310011965166ba9.tar.bz2
historical-ded69967f02e2e51c2028cda4310011965166ba9.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hdparm/hdparm-9.3.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-apps/hdparm/hdparm-9.3.ebuild b/sys-apps/hdparm/hdparm-9.3.ebuild
deleted file mode 100644
index c035f0fa1385..000000000000
--- a/sys-apps/hdparm/hdparm-9.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.3.ebuild,v 1.10 2008/12/23 19:49:41 armin76 Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to change hard drive performance parameters"
-HOMEPAGE="http://sourceforge.net/projects/hdparm/"
-SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "/^CFLAGS/ s:-O2:${CFLAGS}:" \
- -e "/^LDFLAGS/ s:-s:${LDFLAGS}:" \
- -e "/strip hdparm/d" \
- Makefile || die "sed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "compile error"
-}
-
-src_install() {
- into /
- dosbin hdparm contrib/idectl || die "dosbin"
-
- newinitd "${FILESDIR}"/hdparm-init-8 hdparm
- newconfd "${FILESDIR}"/hdparm-conf.d.3 hdparm
-
- doman hdparm.8
- dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig
-}