From 2bba4f3e9acb4d3a8c0999573e8e525c7d2838f2 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sun, 22 Jan 2006 12:29:30 +0000 Subject: Fixed DEPEND for modular X. Package-Manager: portage-2.1_pre3-r1 --- x11-plugins/wmalms/ChangeLog | 14 +++++++++----- x11-plugins/wmalms/metadata.xml | 27 ++++++++++++--------------- x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild | 15 ++++++++++++--- 3 files changed, 33 insertions(+), 23 deletions(-) (limited to 'x11-plugins/wmalms') diff --git a/x11-plugins/wmalms/ChangeLog b/x11-plugins/wmalms/ChangeLog index f587599e4034..09e16feede99 100644 --- a/x11-plugins/wmalms/ChangeLog +++ b/x11-plugins/wmalms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmalms -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.7 2005/02/27 12:23:09 brix Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.8 2006/01/22 12:25:19 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik metadata.xml, + wmalms-1.0.0a-r1.ebuild: + Fixed DEPEND for modular X. 27 Feb 2005; Henrik Brix Andersen wmalms-1.0.0a-r1.ebuild: Dependency update: sys-apps/lm-sensors -> sys-apps/lm_sensors. @@ -9,7 +13,7 @@ Masked on sparc as lm_sensors doesn't work. 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords - + *wmalms-1.0.0a-r1 (6 Jun 2002) 29 Aug 2002; Seemant Kulleen * : @@ -20,12 +24,12 @@ add dependency on lm_sensors - 6 Jun 2002; Brandon Low wmalms-1.0.0a-r1.ebuild + 6 Jun 2002; Brandon Low wmalms-1.0.0a-r1.ebuild: Fix doc locations *wmalms-1.0.0a (3 Jun 2002) - 3 Jun 2002; Brandon Low wmalms-1.0.0a.ebuild + 3 Jun 2002; Brandon Low wmalms-1.0.0a.ebuild: Initial package diff --git a/x11-plugins/wmalms/metadata.xml b/x11-plugins/wmalms/metadata.xml index 5ebfc73f5163..7cf6fd004331 100644 --- a/x11-plugins/wmalms/metadata.xml +++ b/x11-plugins/wmalms/metadata.xml @@ -1,19 +1,16 @@ -desktop-misc - -wmalms monitors data obtained from a sensor chip: -temperature, fan speed, and voltage. It can be -used as a dockable/swallowed applet with Window -Maker or any window manager that supports -swallowing, including GNOME, kwm (KDE), fvwm, -and its clones. Alternatively, you can run wmalms -as a normal window with any window manager. -wmalms is designed to suit any hardware supported -by lm_sensors. It provides a wide range of -customized features, including window appearence, -order and representation of sensor data, refresh -frequency, alarm mode, etc. - + desktop-dock + + wmalms monitors data obtained from a sensor chip: temperature, fan + speed, and voltage. It can be used as a dockable/swallowed applet + with Window Maker or any window manager that supports swallowing, + including GNOME, kwm (KDE), fvwm, and its clones. Alternatively, you + can run wmalms as a normal window with any window manager. wmalms is + designed to suit any hardware supported by lm_sensors. It provides a + wide range of customized features, including window appearence, + order and representation of sensor data, refresh frequency, alarm + mode, etc. + diff --git a/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild b/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild index aa5943cf9ecb..0ed36b99ff2a 100644 --- a/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild +++ b/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild @@ -1,13 +1,22 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild,v 1.9 2005/02/27 12:23:09 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.0.0a-r1.ebuild,v 1.10 2006/01/22 12:25:19 nelchael Exp $ IUSE="" DESCRIPTION="wmalms X-windows hardware sensors applet" HOMEPAGE="http://www.geocities.com/wmalms" SRC_URI="http://www.geocities.com/wmalms/wmalms-1.0.0a.tar.gz" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 ) sys-apps/lm_sensors" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad