diff options
author | David Shakaryan <omp@gentoo.org> | 2008-01-07 04:02:46 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2008-01-07 04:02:46 +0000 |
commit | 0f4883f1fd872789d26ca251bc6593ab0d116e4e (patch) | |
tree | b9e0778e1137052882773945b1dfa830e9c256aa /x11-misc/xsensors | |
parent | Remove older version. (diff) | |
download | gentoo-2-0f4883f1fd872789d26ca251bc6593ab0d116e4e.tar.gz gentoo-2-0f4883f1fd872789d26ca251bc6593ab0d116e4e.tar.bz2 gentoo-2-0f4883f1fd872789d26ca251bc6593ab0d116e4e.zip |
Remove older version.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-misc/xsensors')
-rw-r--r-- | x11-misc/xsensors/xsensors-0.47.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xsensors/xsensors-0.60.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xsensors/xsensors-0.47.ebuild b/x11-misc/xsensors/xsensors-0.47.ebuild index 2dd925666a0d..0991246d2f51 100644 --- a/x11-misc/xsensors/xsensors-0.47.ebuild +++ b/x11-misc/xsensors/xsensors-0.47.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-misc/xsensors/xsensors-0.47.ebuild,v 1.4 2005/11/02 15:26:02 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.47.ebuild,v 1.5 2008/01/07 04:02:46 omp Exp $ DESCRIPTION="A hardware health information viewer, interface to lm-sensors" HOMEPAGE="http://www.linuxhardware.org/xsensors" @@ -10,8 +10,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-2* +RDEPEND="=x11-libs/gtk+-2* sys-apps/lm_sensors" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { einstall || die diff --git a/x11-misc/xsensors/xsensors-0.60.ebuild b/x11-misc/xsensors/xsensors-0.60.ebuild index 37cba0c076c0..73bee4fdbba5 100644 --- a/x11-misc/xsensors/xsensors-0.60.ebuild +++ b/x11-misc/xsensors/xsensors-0.60.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.60.ebuild,v 1.2 2008/01/07 04:02:46 omp Exp $ DESCRIPTION="A hardware health information viewer, interface to lm-sensors." HOMEPAGE="http://www.linuxhardware.org/xsensors/" @@ -11,9 +11,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 sys-apps/lm_sensors" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |