diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:06:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:06:41 +0000 |
commit | 13d9c3f96a2284b35254726f82345a943d68f0ed (patch) | |
tree | aefc62f25cad8d9276f469b87bb66d21495d0145 /x11-plugins/wmupmon | |
parent | Mark 2.30 stable on alpha (diff) | |
download | gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.tar.gz gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.tar.bz2 gentoo-2-13d9c3f96a2284b35254726f82345a943d68f0ed.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmupmon')
-rw-r--r-- | x11-plugins/wmupmon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmupmon/wmupmon-0.1.2.ebuild | 16 | ||||
-rw-r--r-- | x11-plugins/wmupmon/wmupmon-0.1.3.ebuild | 16 |
3 files changed, 28 insertions, 12 deletions
diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog index c6ef25c0ee7b..8f111094cf28 100644 --- a/x11-plugins/wmupmon/ChangeLog +++ b/x11-plugins/wmupmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmupmon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.11 2005/12/21 03:32:57 smithj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.12 2006/01/31 21:03:59 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmupmon-0.1.2.ebuild, + wmupmon-0.1.3.ebuild: + Fixed DEPEND for modular X. *wmupmon-0.1.3 (21 Dec 2005) diff --git a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild index 8edf70d09d92..d77c56501485 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild @@ -1,6 +1,6 @@ -# 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/wmupmon/wmupmon-0.1.2.ebuild,v 1.7 2005/11/11 11:17:11 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.8 2006/01/31 21:03:59 nelchael Exp $ DESCRIPTION="wmUpMon is a program to monitor your Uptime" HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon" @@ -9,9 +9,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc ppc64" IUSE="" -DEPEND="sys-devel/automake - sys-devel/autoconf - virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { diff --git a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild index 5e144e09237d..8a418fad21bd 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild @@ -1,6 +1,6 @@ -# 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/wmupmon/wmupmon-0.1.3.ebuild,v 1.1 2005/12/21 03:32:57 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3.ebuild,v 1.2 2006/01/31 21:03:59 nelchael Exp $ DESCRIPTION="wmUpMon is a program to monitor your Uptime" HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon" @@ -9,9 +9,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64" IUSE="" -DEPEND="sys-devel/automake - sys-devel/autoconf - virtual/x11" + +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { |