diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-06-07 22:42:15 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-06-07 22:42:15 +0000 |
commit | c2b37339e499c2b829669401a486d132c7f2f033 (patch) | |
tree | e1abe329c37be445c66935eee833c2d8513b159d /x11-wm | |
parent | Version bump, and depend on php with USE=pdo, bug #417599 (diff) | |
download | gentoo-2-c2b37339e499c2b829669401a486d132c7f2f033.tar.gz gentoo-2-c2b37339e499c2b829669401a486d132c7f2f033.tar.bz2 gentoo-2-c2b37339e499c2b829669401a486d132c7f2f033.zip |
Version bump, bug #417417. Remove old version
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 10 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.2.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.95.3.ebuild (renamed from x11-wm/windowmaker/windowmaker-0.95.1.ebuild) | 12 |
3 files changed, 15 insertions, 11 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 6697adb8645a..61a47a5d9dc4 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.133 2012/05/21 19:51:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.134 2012/06/07 22:42:15 voyageur Exp $ + +*windowmaker-0.95.3 (07 Jun 2012) + + 07 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org> + -windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild, + +windowmaker-0.95.3.ebuild: + Version bump, bug #417417. Do not enable xrandr by default, as recommended + upstream 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> windowmaker-0.95.1.ebuild, windowmaker-0.95.2.ebuild: diff --git a/x11-wm/windowmaker/windowmaker-0.95.2.ebuild b/x11-wm/windowmaker/windowmaker-0.95.2.ebuild index 3c33afa4d8e6..853ffa14194a 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.2.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.2.ebuild,v 1.3 2012/05/21 19:51:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.2.ebuild,v 1.4 2012/06/07 22:42:15 voyageur Exp $ EAPI=4 inherit eutils @@ -12,7 +12,7 @@ SRC_URI=" http://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz SLOT="0" LICENSE="GPL-2" -IUSE="gif jpeg nls png tiff modelock xinerama +xrandr" +IUSE="gif jpeg nls png tiff modelock xinerama xrandr" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DEPEND="media-libs/fontconfig diff --git a/x11-wm/windowmaker/windowmaker-0.95.1.ebuild b/x11-wm/windowmaker/windowmaker-0.95.3.ebuild index 30f48dafa260..d8c6a41155c4 100644 --- a/x11-wm/windowmaker/windowmaker-0.95.1.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.95.3.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.1.ebuild,v 1.3 2012/05/21 19:51:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.3.ebuild,v 1.1 2012/06/07 22:42:15 voyageur Exp $ EAPI=4 -inherit autotools eutils +inherit eutils DESCRIPTION="The fast and light GNUstep window manager" HOMEPAGE="http://www.windowmaker.org/" -# Git snapshot renamed until official one appears -SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P/windowm/WindowM}.tar.gz +SRC_URI=" http://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz http://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz" SLOT="0" LICENSE="GPL-2" -IUSE="gif jpeg nls png tiff modelock xinerama +xrandr" +IUSE="gif jpeg nls png tiff modelock xinerama xrandr" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DEPEND="media-libs/fontconfig @@ -41,9 +40,6 @@ src_prepare() { sed -i -e "s:/opt/share/WindowMaker:${EPREFIX}/usr/share/WindowMaker:g;" "$file" || die fi; done; - - # Remove when official tarball is available - eautoreconf } src_configure() { |