diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-08-20 15:08:06 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-08-20 15:08:06 +0000 |
commit | b9b28ecce27648d74b50fa9530288a59f6553252 (patch) | |
tree | f9971b60a85af88e44c29cc01ffe0dedfb23b84c /x11-wm/windowmaker | |
parent | version bump. Fixed deprecated sort invocation (#142818) (diff) | |
download | gentoo-2-b9b28ecce27648d74b50fa9530288a59f6553252.tar.gz gentoo-2-b9b28ecce27648d74b50fa9530288a59f6553252.tar.bz2 gentoo-2-b9b28ecce27648d74b50fa9530288a59f6553252.zip |
redigest and add one more dependency to modular x.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild index 7b6f8850b347..7d10fc2a6b20 100644 --- a/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild,v 1.16 2006/08/19 20:08:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild,v 1.17 2006/08/20 15:08:06 metalgod Exp $ inherit eutils flag-o-matic filter-mfpmath "sse" "387" @@ -15,7 +15,9 @@ SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${MY_P}.tar.gz ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-extra-0.1.tar.gz" HOMEPAGE="http://www.windowmaker.info/" -DEPEND="|| ( ( x11-libs/libXt ) virtual/x11 ) +DEPEND="|| ( ( x11-libs/libXt + x11-libs/libXft ) + virtual/x11 ) media-libs/hermes >=media-libs/tiff-3.5.5 gif? ( >=media-libs/giflib-4.1.0-r3 ) diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild index c161ccb6e71d..a9f8a2e9eeab 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild,v 1.19 2006/04/06 15:44:35 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild,v 1.20 2006/08/20 15:08:06 metalgod Exp $ inherit eutils gnustep-funcs @@ -12,7 +12,8 @@ SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar. HOMEPAGE="http://www.windowmaker.info/" IUSE="gif gnustep jpeg nls png tiff modelock xinerama" -DEPEND="|| ( ( x11-libs/libXv ) +DEPEND="|| ( ( x11-libs/libXv + x11-libs/libXft ) virtual/x11 ) media-libs/fontconfig gif? ( >=media-libs/giflib-4.1.0-r3 ) diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild index 0a606c17090f..5482440d818e 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.10 2006/08/18 01:13:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.11 2006/08/20 15:08:06 metalgod Exp $ inherit eutils gnustep-funcs flag-o-matic multilib @@ -12,7 +12,8 @@ SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar. HOMEPAGE="http://www.windowmaker.info/" IUSE="gif gnustep jpeg nls png tiff modelock xinerama" -DEPEND="|| ( ( x11-libs/libXv ) +DEPEND="|| ( ( x11-libs/libXv + x11-libs/libXft ) virtual/x11 ) media-libs/fontconfig gif? ( >=media-libs/giflib-4.1.0-r3 ) |