diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:16:21 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:16:21 +0000 |
commit | d9f267f639197199041c582ff2ae14832c654f12 (patch) | |
tree | 3016e15273ffa103438fb6c4cc61ac3a757446e8 /x11-plugins | |
parent | Mark 0.1.4 stable on alpha (diff) | |
download | gentoo-2-d9f267f639197199041c582ff2ae14832c654f12.tar.gz gentoo-2-d9f267f639197199041c582ff2ae14832c654f12.tar.bz2 gentoo-2-d9f267f639197199041c582ff2ae14832c654f12.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmgrabimage/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 20 |
2 files changed, 21 insertions, 7 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog index 0b679be5fcce..89900d2f8512 100644 --- a/x11-plugins/wmgrabimage/ChangeLog +++ b/x11-plugins/wmgrabimage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmgrabimage -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.8 2005/04/11 07:45:14 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.9 2006/01/31 19:16:21 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmgrabimage-0.72-r1.ebuild: + Fixed DEPEND for modular X. 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72.ebuild: Wiped out older revision. diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild index 58958b6cb473..6871ccf05302 100644 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.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/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.3 2005/04/10 11:55:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.4 2006/01/31 19:16:21 nelchael Exp $ inherit eutils @@ -13,10 +13,20 @@ DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it" SRC_URI="http://www.dockapps.com/download.php/id/19/${MY_P}-${PV}.tgz" HOMEPAGE="http://www.dockapps.com/file.php/id/12" -DEPEND="virtual/x11 - >=net-misc/wget-1.9-r2 + +RDEPEND=">=net-misc/wget-1.9-r2 >=media-gfx/imagemagick-5.5.7.15 - >=sys-apps/sed-4" + >=sys-apps/sed-4 + || ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |