summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-03-26 02:42:23 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-26 02:42:23 +0000
commite92e754d3e5c4b79f24def6085d238ea65529e9c (patch)
treed6d19a36e732ce9f09529fcc298983b599b39ada /sys-apps/hdparm
parentadd USE flag for cegui support with patch from Adam Van Ymeren via bug #298736 (diff)
downloadhistorical-e92e754d3e5c4b79f24def6085d238ea65529e9c.tar.gz
historical-e92e754d3e5c4b79f24def6085d238ea65529e9c.tar.bz2
historical-e92e754d3e5c4b79f24def6085d238ea65529e9c.zip
old
Diffstat (limited to 'sys-apps/hdparm')
-rw-r--r--sys-apps/hdparm/hdparm-9.15.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-apps/hdparm/hdparm-9.15.ebuild b/sys-apps/hdparm/hdparm-9.15.ebuild
deleted file mode 100644
index 04a83e13474e..000000000000
--- a/sys-apps/hdparm/hdparm-9.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.15.ebuild,v 1.6 2009/07/13 18:20:47 josejx 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=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "/^CFLAGS/ s:-O2:${CFLAGS}:" \
- -e "/^LDFLAGS/ s:-s:${LDFLAGS}:" \
- Makefile || die "sed"
-}
-
-src_compile() {
- emake STRIP=: 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
-}