summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-01-07 10:32:38 +0000
committerJakub Moc <jakub@gentoo.org>2007-01-07 10:32:38 +0000
commit72e8b4cfce5a5eea5e6ec6e03c24265fc16e9aa4 (patch)
treec008554863895636a95d34c2781b4708c5b69dd4 /sys-apps/openguru/openguru-1.ebuild
parentCosmetics (diff)
downloadsunrise-72e8b4cfce5a5eea5e6ec6e03c24265fc16e9aa4.tar.gz
sunrise-72e8b4cfce5a5eea5e6ec6e03c24265fc16e9aa4.tar.bz2
sunrise-72e8b4cfce5a5eea5e6ec6e03c24265fc16e9aa4.zip
Remove sys-apps/openguru as lm_sensors now supports Abit uGuru
svn path=/sunrise/; revision=2654
Diffstat (limited to 'sys-apps/openguru/openguru-1.ebuild')
-rw-r--r--sys-apps/openguru/openguru-1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-apps/openguru/openguru-1.ebuild b/sys-apps/openguru/openguru-1.ebuild
deleted file mode 100644
index 29828014c..000000000
--- a/sys-apps/openguru/openguru-1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="openGuru is an utility used to read Abit uGuru sensors"
-HOMEPAGE="http://forum.abit-usa.com/showpost.php?p=532726"
-SRC_URI="http://hem.bredband.net/b330708/oguru/oguru.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
-
-src_compile() {
- ! has_hardened && CFLAGS="${CFLAGS} -Wl,-z,now"
- $(tc-getCC) ${CFLAGS} -o ${PN} main.c openGuru.c || die "Compile failed"
-}
-
-src_install() {
- into /usr
- dobin openguru
- # segfaults if not run with root privs
- fowners root:wheel /usr/bin/openguru
- fperms 4510 /usr/bin/openguru
-}
-
-pkg_postinst() {
- elog "Now you can run ${PN} as root to read sensors values."
- ewarn "If you want non-root users to be able to use ${PN} as well,"
- ewarn "you must add them to wheel group - see man usermod."
-}