summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-01-19 11:18:26 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-01-19 11:18:26 +0000
commitceae838070206ed23a4844ba675dd38c28f68937 (patch)
treef764f27a957ea0bbb73839a0e935427dc935a672 /x11-plugins
parentgrrr I had .rej in there... (diff)
downloadhistorical-ceae838070206ed23a4844ba675dd38c28f68937.tar.gz
historical-ceae838070206ed23a4844ba675dd38c28f68937.tar.bz2
historical-ceae838070206ed23a4844ba675dd38c28f68937.zip
Restrict lm_sensors version to <3.
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmgtemp/ChangeLog5
-rw-r--r--x11-plugins/wmgtemp/Manifest4
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-0.7.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmgtemp/ChangeLog b/x11-plugins/wmgtemp/ChangeLog
index f8dae8289519..b20a2491f551 100644
--- a/x11-plugins/wmgtemp/ChangeLog
+++ b/x11-plugins/wmgtemp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmgtemp
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.13 2007/07/22 05:05:27 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.14 2010/01/19 11:18:26 s4t4n Exp $
+
+ 19 Jan 2010; Michele Noberasco <s4t4n@gentoo.org>; wmgtemp-0.1.ebuild:
+ Restrict lm_sensors version to <3.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmgtemp-0.7.ebuild:
Drop virtual/x11 references.
diff --git a/x11-plugins/wmgtemp/Manifest b/x11-plugins/wmgtemp/Manifest
index d09608ac69f8..b90bf2dfd980 100644
--- a/x11-plugins/wmgtemp/Manifest
+++ b/x11-plugins/wmgtemp/Manifest
@@ -1,4 +1,4 @@
DIST wmgtemp-0.7.tar.gz 19272 RMD160 d4c380854ce90508adeec222ee8a746df7ed8f2a SHA1 b593d0ed12e785d4648e3f38b6e3bd6df61701ef SHA256 70a047261a236d1f2e75d252d48e67bf78d6707cd7def83b97a6a89bd138d0a5
-EBUILD wmgtemp-0.7.ebuild 782 RMD160 5de25d96f31328077494baca4ba0931fcd9d7713 SHA1 a05415b6220a290990eedcf3c112189dc7dd7e3a SHA256 e6452efc38c295fa3a60ea3f8d5829c6c6d4ea3c51281a9308f3c24e5f6b2fb1
-MISC ChangeLog 1441 RMD160 aa2ac0ef5803d005cd9fb11c15c80ff6308f7eb2 SHA1 58cf5184657498b30ecc6f6bff293f0953dd8c26 SHA256 4420f60ddbf04c617740cbdb0d5368e6288aeffcecceaa7ecb6a3b6ba114c497
+EBUILD wmgtemp-0.7.ebuild 786 RMD160 d74d9f6a5bd0d786c3d889b6eb85dc88b4e0182b SHA1 366bae4247126699df0b16d3b44417aa93e5e8ca SHA256 6c890a9fc25c2ba99cf5d5e1b4df282898a6c3655f73618d2c56b74aa2cf6e7a
+MISC ChangeLog 1548 RMD160 296878b0ecbc5cc8d26a2a59fc8cf53955788913 SHA1 fca15d9892623806be2040bb026cb8802b59dff4 SHA256 bbbbcfbfda39792b8c06964512e7f93af210ef1480403c7f877d7515a40ca687
MISC metadata.xml 655 RMD160 6c55bca4de3d43f3a879bc92152c05e53d921699 SHA1 387e4b7fce80ccf133695b3b1fe1a60c3d6d3258 SHA256 fcd02e0d2ab9603beef6d1abf80016284cbd9182c9bc8a58e34d50d910d10895
diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
index 9cc6084de7a2..aedc31c49d81 100644
--- a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
+++ b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.10 2008/06/29 14:13:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.11 2010/01/19 11:18:26 s4t4n Exp $
DESCRIPTION="CPU and SYS temperature dockapp"
HOMEPAGE="http://www.fluxcode.net"
@@ -16,7 +16,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xextproto
- sys-apps/lm_sensors
+ <sys-apps/lm_sensors-3
>=sys-apps/sed-4"
src_unpack() {