voyageur 15/01/21 09:59:33
Modified: ChangeLog windowmaker-0.92.0-r11.ebuild
windowmaker-0.95.6.ebuild
windowmaker-0.95.5-r1.ebuild
Removed: windowmaker-0.95.4-r1.ebuild
windowmaker-0.95.3-r1.ebuild
windowmaker-0.95.5.ebuild windowmaker-0.95.4.ebuild
Log:
Fix libXpm dependency (conditional in latest package), bug #533912 by Toralf
Förster <[email protected]>. Also remove some versions
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
C74525F2)
Revision Changes Path
1.150 x11-wm/windowmaker/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.150&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.150&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 3 Sep 2014 21:30:00 -0000 1.149
+++ ChangeLog 21 Jan 2015 09:59:33 -0000 1.150
@@ -1,6 +1,14 @@
# ChangeLog for x11-wm/windowmaker
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.149
2014/09/03 21:30:00 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.150
2015/01/21 09:59:33 voyageur Exp $
+
+ 21 Jan 2015; Bernard Cafarelli <[email protected]>
+ windowmaker-0.92.0-r11.ebuild, -windowmaker-0.95.3-r1.ebuild,
+ -windowmaker-0.95.4.ebuild, -windowmaker-0.95.4-r1.ebuild,
+ -windowmaker-0.95.5.ebuild, windowmaker-0.95.5-r1.ebuild,
+ windowmaker-0.95.6.ebuild:
+ Fix libXpm dependency (conditional in latest package), bug #533912 by Toralf
+ Förster <[email protected]>. Also remove some versions
03 Sep 2014; Bernard Cafarelli <[email protected]>
windowmaker-0.95.6.ebuild, metadata.xml:
1.10 x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild?r1=1.9&r2=1.10
Index: windowmaker-0.92.0-r11.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- windowmaker-0.92.0-r11.ebuild 12 Nov 2011 10:36:45 -0000 1.9
+++ windowmaker-0.92.0-r11.ebuild 21 Jan 2015 09:59:33 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 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-r11.ebuild,v 1.9
2011/11/12 10:36:45 jlec Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.10
2015/01/21 09:59:33 voyageur Exp $
EAPI=3
inherit autotools eutils flag-o-matic
@@ -23,6 +23,7 @@
DEPEND="
media-libs/fontconfig
>=x11-libs/libXft-2.1.0
+ x11-libs/libXpm
x11-libs/libXt
x11-libs/libXv
gif? ( >=media-libs/giflib-4.1.0-r3 )
@@ -123,7 +124,6 @@
replace-flags "-O3" "-O2"
# image format types
- # xpm is provided by X itself
myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable
gif) $(use_enable tiff)"
# non required X capabilities
1.3 x11-wm/windowmaker/windowmaker-0.95.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?r1=1.2&r2=1.3
Index: windowmaker-0.95.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- windowmaker-0.95.6.ebuild 3 Sep 2014 21:30:00 -0000 1.2
+++ windowmaker-0.95.6.ebuild 21 Jan 2015 09:59:33 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.2
2014/09/03 21:30:00 voyageur Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.3
2015/01/21 09:59:33 voyageur Exp $
EAPI=5
inherit autotools eutils
@@ -12,12 +12,13 @@
SLOT="0"
LICENSE="GPL-2"
-IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama xrandr"
+IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
~sparc-solaris ~x64-solaris ~x86-solaris"
DEPEND="media-libs/fontconfig
>=x11-libs/libXft-2.1.0
x11-libs/libXmu
+ x11-libs/libXpm
x11-libs/libXt
x11-libs/libXv
gif? ( >=media-libs/giflib-4.1.0-r3 )
@@ -51,8 +52,7 @@
local myconf
# image format types
- # xpm is provided by X itself
- myconf="--enable-xpm $(use_enable imagemagick magick) $(use_enable
jpeg) $(use_enable gif) $(use_enable png) $(use_enable tiff) $(use_enable webp)"
+ myconf="$(use_enable imagemagick magick) $(use_enable jpeg)
$(use_enable gif) $(use_enable png) $(use_enable tiff) $(use_enable webp)
$(use_enable xpm)"
# non required X capabilities
myconf="${myconf} $(use_enable modelock) $(use_enable xrandr randr)
$(use_enable xinerama)"
1.8 x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild?r1=1.7&r2=1.8
Index: windowmaker-0.95.5-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- windowmaker-0.95.5-r1.ebuild 17 May 2014 14:06:09 -0000 1.7
+++ windowmaker-0.95.5-r1.ebuild 21 Jan 2015 09:59:33 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild,v 1.7
2014/05/17 14:06:09 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.5-r1.ebuild,v 1.8
2015/01/21 09:59:33 voyageur Exp $
EAPI=5
inherit autotools eutils
@@ -18,6 +18,7 @@
DEPEND="media-libs/fontconfig
>=x11-libs/libXft-2.1.0
x11-libs/libXmu
+ x11-libs/libXpm
x11-libs/libXt
x11-libs/libXv
gif? ( >=media-libs/giflib-4.1.0-r3 )
@@ -50,7 +51,6 @@
local myconf
# image format types
- # xpm is provided by X itself
myconf="--enable-xpm $(use_enable png) $(use_enable jpeg) $(use_enable
gif) $(use_enable tiff)"
# non required X capabilities