summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-11-05 04:51:13 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-11-05 04:51:13 +0000
commitaf72284c65bcf077c203bde434566205969ee0db (patch)
treef86c74351322bbf42acf6a60ef0080509c610a3a /x11-misc
parentVersion bump. (diff)
downloadgentoo-2-af72284c65bcf077c203bde434566205969ee0db.tar.gz
gentoo-2-af72284c65bcf077c203bde434566205969ee0db.tar.bz2
gentoo-2-af72284c65bcf077c203bde434566205969ee0db.zip
Version bump. (bug #198094)
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xsensors/ChangeLog9
-rw-r--r--x11-misc/xsensors/files/digest-xsensors-0.603
-rw-r--r--x11-misc/xsensors/xsensors-0.60.ebuild21
3 files changed, 31 insertions, 2 deletions
diff --git a/x11-misc/xsensors/ChangeLog b/x11-misc/xsensors/ChangeLog
index ce38d30c5fd5..0144c028177f 100644
--- a/x11-misc/xsensors/ChangeLog
+++ b/x11-misc/xsensors/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xsensors
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/ChangeLog,v 1.18 2006/02/03 19:13:25 halcy0n Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/ChangeLog,v 1.19 2007/11/05 04:51:12 omp Exp $
+
+*xsensors-0.60 (05 Nov 2007)
+
+ 05 Nov 2007; David Shakaryan <omp@gentoo.org> +xsensors-0.60.ebuild:
+ Version bump. (bug #198094)
03 Feb 2006; Mark Loeser <halcy0n@gentoo.org> xsensors-0.50.ebuild:
Put back to ~arch; this should not have been bumped straight to stable
diff --git a/x11-misc/xsensors/files/digest-xsensors-0.60 b/x11-misc/xsensors/files/digest-xsensors-0.60
new file mode 100644
index 000000000000..21eed1fb00dd
--- /dev/null
+++ b/x11-misc/xsensors/files/digest-xsensors-0.60
@@ -0,0 +1,3 @@
+MD5 4f218896a79fc9cc765ff2d9eaa3d362 xsensors-0.60.tar.gz 221568
+RMD160 f5972964d9a16c65cca80abfe4c4c17d65eb2a3b xsensors-0.60.tar.gz 221568
+SHA256 027c81f37e7075151bb7ff873bf4a8b298aae40399a1ff6dc1f0e5640208ae0a xsensors-0.60.tar.gz 221568
diff --git a/x11-misc/xsensors/xsensors-0.60.ebuild b/x11-misc/xsensors/xsensors-0.60.ebuild
new file mode 100644
index 000000000000..37cba0c076c0
--- /dev/null
+++ b/x11-misc/xsensors/xsensors-0.60.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.60.ebuild,v 1.1 2007/11/05 04:51:12 omp 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"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}