summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/idle3-tools')
-rw-r--r--sys-apps/idle3-tools/Manifest1
-rw-r--r--sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild23
-rw-r--r--sys-apps/idle3-tools/metadata.xml17
3 files changed, 41 insertions, 0 deletions
diff --git a/sys-apps/idle3-tools/Manifest b/sys-apps/idle3-tools/Manifest
new file mode 100644
index 000000000000..026c847b5387
--- /dev/null
+++ b/sys-apps/idle3-tools/Manifest
@@ -0,0 +1 @@
+DIST idle3-tools-0.9.1.tgz 21201 SHA256 9778060c7873ad2c9c40db3a7049d8ca22535427b982ff12f5bd519f703f2a02 SHA512 512991fad786684bd127f7ad3af94dcea4e28cd88d52221007436172725b8d2c0c2edd578c4c95bbcd425339ed664b9d81adbabbc2bb8a4a3ea71500e21db01e WHIRLPOOL 7261ff14b374dc23d0e829ed90199b1dffee8fb76a9f547810de7af66c70d1c01ae9266fecf2bfbcc6dc66e37c5726e52fe83a20ec99bac85d2af3f870c8323f
diff --git a/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild b/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild
new file mode 100644
index 000000000000..a644b2995c08
--- /dev/null
+++ b/sys-apps/idle3-tools/idle3-tools-0.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit base toolchain-funcs
+
+DESCRIPTION="Read, Set or disable the idle3 timer of Western Digital drives"
+HOMEPAGE="http://idle3-tools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="-Wall ${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
+}
diff --git a/sys-apps/idle3-tools/metadata.xml b/sys-apps/idle3-tools/metadata.xml
new file mode 100644
index 000000000000..01061b45f70e
--- /dev/null
+++ b/sys-apps/idle3-tools/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ Idle3-tools provides a linux/unix utility that can disable, get and set the value
+ of the infamous idle3 timer found on recent Western Digital Hard Disk Drives. It
+ can be used as an alternative to the official wdidle3.exe proprietary utility,
+ without the need to reboot in a DOS environement. A power off/on cycle of the
+ drive will still be mandatory for new settings to be taken into account.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">idle3-tools</remote-id>
+ </upstream>
+</pkgmetadata>