diff options
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild | 13 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r2.ebuild | 13 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r3.ebuild | 13 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild | 13 |
5 files changed, 18 insertions, 41 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index f3cc8c3e42eb..81db7f5add33 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.38 2005/03/19 23:24:38 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.39 2005/03/20 05:22:45 fafhrd Exp $ + + 20 Mar 2005; Armando Di Cianno <fafhrd@gentoo.org> + windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r2.ebuild, + windowmaker-0.91.0-r3.ebuild, windowmaker-0.91.0-r4.ebuild: + Removed useless USE flag *windowmaker-0.91.0-r4 (18 Mar 2005) diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild index 9c8d2c90cae7..ed4e0d4707ff 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-2005 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.11 2005/01/10 20:40:48 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild,v 1.12 2005/03/20 05:22:45 fafhrd Exp $ inherit eutils gnustep-funcs @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.g http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" HOMEPAGE="http://www.windowmaker.org/" -IUSE="gif gnustep jpeg nls png tiff modelock vdesktop xinerama" +IUSE="gif gnustep jpeg nls png tiff modelock xinerama" DEPEND="x11-base/xorg-x11 media-libs/fontconfig gif? ( || ( >=media-libs/libungif-4.1.0 @@ -45,7 +45,7 @@ src_compile() { myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable gif) $(use_enable tiff)" # non required X capabilities - myconf="${myconf} $(use_enable modelock) $(use_enable vdesktop) $(use_enable xinerama)" + myconf="${myconf} $(use_enable modelock) $(use_enable xinerama)" # integrate with GNUstep environment, or not if use gnustep ; then @@ -174,13 +174,6 @@ pkg_postinst() { einfo "" fi - if use vdesktop ; then - ewarn "Note that enabling support for NETWM virtual desktops will make" - ewarn " menus that should be autoscrolling seem to not scroll, as they" - ewarn " are not off the screen, but rather in another virtual desktop." - ewarn "" - fi - ewarn "This package provides libwraster.so.3. Packages depending on" ewarn " libwraster.so.2 will have to be rebuilt, i.e. 'revdep-rebuild'" diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r2.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r2.ebuild index b58e0341218c..502596bccd25 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r2.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r2.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-wm/windowmaker/windowmaker-0.91.0-r2.ebuild,v 1.3 2005/01/10 20:40:48 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r2.ebuild,v 1.4 2005/03/20 05:22:45 fafhrd Exp $ inherit eutils gnustep-funcs @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.g http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" HOMEPAGE="http://www.windowmaker.org/" -IUSE="gif gnustep jpeg nls png tiff modelock vdesktop xinerama" +IUSE="gif gnustep jpeg nls png tiff modelock xinerama" DEPEND="x11-base/xorg-x11 media-libs/fontconfig gif? ( || ( >=media-libs/libungif-4.1.0 @@ -46,7 +46,7 @@ src_compile() { myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable gif) $(use_enable tiff)" # non required X capabilities - myconf="${myconf} $(use_enable modelock) $(use_enable vdesktop) $(use_enable xinerama)" + myconf="${myconf} $(use_enable modelock) $(use_enable xinerama)" # integrate with GNUstep environment, or not if use gnustep ; then @@ -175,13 +175,6 @@ pkg_postinst() { einfo "" fi - if use vdesktop ; then - ewarn "Note that enabling support for NETWM virtual desktops will make" - ewarn " menus that should be autoscrolling seem to not scroll, as they" - ewarn " are not off the screen, but rather in another virtual desktop." - ewarn "" - fi - ewarn "This package provides libwraster.so.3. Packages depending on" ewarn " libwraster.so.2 will have to be rebuilt, i.e. 'revdep-rebuild'" diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r3.ebuild index 97c49abc50bc..a5caa20bd592 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r3.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r3.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-wm/windowmaker/windowmaker-0.91.0-r3.ebuild,v 1.2 2005/03/18 02:03:07 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r3.ebuild,v 1.3 2005/03/20 05:22:45 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.g http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" HOMEPAGE="http://www.windowmaker.org/" -IUSE="gif gnustep jpeg nls png tiff modelock vdesktop xinerama" +IUSE="gif gnustep jpeg nls png tiff modelock xinerama" DEPEND="x11-base/xorg-x11 media-libs/fontconfig gif? ( || ( >=media-libs/libungif-4.1.0 @@ -50,7 +50,7 @@ src_compile() { myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable gif) $(use_enable tiff)" # non required X capabilities - myconf="${myconf} $(use_enable modelock) $(use_enable vdesktop) $(use_enable xinerama)" + myconf="${myconf} $(use_enable modelock) $(use_enable xinerama)" # integrate with GNUstep environment, or not if use gnustep ; then @@ -179,13 +179,6 @@ pkg_postinst() { einfo "" fi - if use vdesktop ; then - ewarn "Note that enabling support for NETWM virtual desktops will make" - ewarn " menus that should be autoscrolling seem to not scroll, as they" - ewarn " are not off the screen, but rather in another virtual desktop." - ewarn "" - fi - ewarn "This package provides libwraster.so.3. Packages depending on" ewarn " libwraster.so.2 will have to be rebuilt, i.e. 'revdep-rebuild'" diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild index 56c3dd7f85ef..0dace37dfb6f 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r4.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-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.1 2005/03/19 23:24:38 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.2 2005/03/20 05:22:45 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.g mirror://gentoo/windowmaker-0.9X-use-giflib.patch.bz2" HOMEPAGE="http://www.windowmaker.org/" -IUSE="gif gnustep jpeg nls png tiff modelock vdesktop xinerama" +IUSE="gif gnustep jpeg nls png tiff modelock xinerama" DEPEND="x11-base/xorg-x11 media-libs/fontconfig gif? ( >=media-libs/giflib-4.1.0-r3 ) @@ -51,7 +51,7 @@ src_compile() { myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable gif) $(use_enable tiff)" # non required X capabilities - myconf="${myconf} $(use_enable modelock) $(use_enable vdesktop) $(use_enable xinerama)" + myconf="${myconf} $(use_enable modelock) $(use_enable xinerama)" # integrate with GNUstep environment, or not if use gnustep ; then @@ -180,13 +180,6 @@ pkg_postinst() { einfo "" fi - if use vdesktop ; then - ewarn "Note that enabling support for NETWM virtual desktops will make" - ewarn " menus that should be autoscrolling seem to not scroll, as they" - ewarn " are not off the screen, but rather in another virtual desktop." - ewarn "" - fi - ewarn "This package provides libwraster.so.3. Packages depending on" ewarn " libwraster.so.2 will have to be rebuilt, i.e. 'revdep-rebuild'" |