diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-27 12:25:19 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-27 12:25:19 +0000 |
commit | 2a0093290a69c3b0620165439923189e70af3525 (patch) | |
tree | 4eb840636aef520599aa71211a509627a5ede471 /x11-plugins/wmsensormon | |
parent | Manifest recommit (diff) | |
download | historical-2a0093290a69c3b0620165439923189e70af3525.tar.gz historical-2a0093290a69c3b0620165439923189e70af3525.tar.bz2 historical-2a0093290a69c3b0620165439923189e70af3525.zip |
Dependency update: sys-apps/lm-sensors -> sys-apps/lm_sensors.
Diffstat (limited to 'x11-plugins/wmsensormon')
-rw-r--r-- | x11-plugins/wmsensormon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmsensormon/ChangeLog b/x11-plugins/wmsensormon/ChangeLog index 3f352be639e8..dc37f179cd15 100644 --- a/x11-plugins/wmsensormon/ChangeLog +++ b/x11-plugins/wmsensormon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmsensormon # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.11 2005/02/27 12:23:38 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/ChangeLog,v 1.12 2005/02/27 12:24:17 brix Exp $ + + 27 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> + wmsensormon-1.2.1.ebuild: + Dependency update: sys-apps/lm-sensors -> sys-apps/lm_sensors. 27 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> wmsensormon-1.2.0.ebuild: diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild index 6638f927cd28..089f79a3c4e6 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.6 2005/01/28 23:39:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.0.ebuild,v 1.7 2005/02/27 12:23:38 brix Exp $ IUSE="" S=${WORKDIR}/${P/_/-}/${PN} @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64" DEPEND="virtual/x11 - sys-apps/lm-sensors" + sys-apps/lm_sensors" src_compile() { cd ${S} diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild index 3e13334a77fa..bfe453830307 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild,v 1.2 2005/01/28 23:39:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild,v 1.3 2005/02/27 12:24:17 brix Exp $ IUSE="" S=${WORKDIR}/${P/_/-}/${PN} @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~amd64" DEPEND="virtual/x11 - >=sys-apps/lm-sensors-2.8.7" + >=sys-apps/lm_sensors-2.8.7" src_compile() { cd ${S} |