summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristopher Kersey <augustus@gentoo.org>2006-02-03 05:42:08 +0000
committerKristopher Kersey <augustus@gentoo.org>2006-02-03 05:42:08 +0000
commit72a082ac3cc3e178656dfebff9d6260b651ea422 (patch)
treeabcc033f175b011d3e553089f6be846e968cde54 /x11-misc/xsensors/xsensors-0.50.ebuild
parentAdd media-tv/tvbrowser: themes (diff)
downloadgentoo-2-72a082ac3cc3e178656dfebff9d6260b651ea422.tar.gz
gentoo-2-72a082ac3cc3e178656dfebff9d6260b651ea422.tar.bz2
gentoo-2-72a082ac3cc3e178656dfebff9d6260b651ea422.zip
Added new version 0.50.
(Portage version: 2.0.54)
Diffstat (limited to 'x11-misc/xsensors/xsensors-0.50.ebuild')
-rw-r--r--x11-misc/xsensors/xsensors-0.50.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/xsensors/xsensors-0.50.ebuild b/x11-misc/xsensors/xsensors-0.50.ebuild
new file mode 100644
index 000000000000..5f621a32ef7f
--- /dev/null
+++ b/x11-misc/xsensors/xsensors-0.50.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.50.ebuild,v 1.1 2006/02/03 05:42:08 augustus Exp $
+
+DESCRIPTION="A hardware health information viewer, interface to lm-sensors."
+HOMEPAGE="http://www.linuxhardware.org/xsensors"
+SRC_URI="http://www.linuxhardware.org/xsensors/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+DEPEND="=x11-libs/gtk+-2*
+ sys-apps/lm_sensors"
+
+src_install() {
+ einstall || die
+ dodoc README ChangeLog AUTHORS TODO
+}