diff options
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 20 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.90.0.ebuild | 4 |
3 files changed, 16 insertions, 13 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 09c337fcb707..33a56f456d49 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.18 2004/10/25 03:35:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.19 2004/10/26 09:20:12 s4t4n Exp $ + + 26 Oct 2004; Michele Noberasco <s4t4n@gentoo.org> windowmaker-0.90.0.ebuild: + Added ~x86 keyword... 24 Oct 2004; Jason Wever <weeve@gentoo.org> windowmaker-0.90.0.ebuild: Added ~sparc keyword wrt bug #68729. diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index a8140c93ef13..ade0b91caca7 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -1,18 +1,18 @@ -MD5 b9d11f00d502a13d92a2327f3927b825 ChangeLog 7085 -MD5 ecb31937eebc5b0afa6785ec0afefe4d windowmaker-0.80.2-r1.ebuild 3408 MD5 58b92f8943bac08e53aeeb01f640537a windowmaker-0.80.2-r2.ebuild 3437 +MD5 3c3d6a630b21bdf50c422943b2cc79fe windowmaker-0.80.2-r4.ebuild 4034 +MD5 5a891ef66b2ff9d7fa57cb54219ce121 windowmaker-0.90.0.ebuild 4212 +MD5 ecb31937eebc5b0afa6785ec0afefe4d windowmaker-0.80.2-r1.ebuild 3408 MD5 20ba3ee0e4036e307342671f74921913 windowmaker-0.80.2-r3.ebuild 3749 +MD5 b9d11f00d502a13d92a2327f3927b825 ChangeLog 7085 MD5 091028d21186597cb01d1440ed387951 metadata.xml 221 -MD5 3c3d6a630b21bdf50c422943b2cc79fe windowmaker-0.80.2-r4.ebuild 4034 -MD5 6d31eb61305801909c7fb8a0e60173f7 windowmaker-0.90.0.ebuild 4207 +MD5 a42a33a349ca84fb6e2cc5fdbd627b99 files/trance.patch.WM-0.80.2.diff 9738 +MD5 c8eb68627dc7b53b10143626018ff597 files/gtk2flickerfix.patch 1969 +MD5 915c0fe65c24d54a1507f662d7b24114 files/xinerama.patch 26662 +MD5 a062e261bd5aaca39bc17be01f07f1b6 files/wlist.patch 2776 +MD5 37aefa1e6f793583e8fa7890231d1721 files/wmfpo.patch 7696 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r1 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r3 144 -MD5 a42a33a349ca84fb6e2cc5fdbd627b99 files/trance.patch.WM-0.80.2.diff 9738 -MD5 9a5c9f1b2b44a678526f0fd71b2cf51d files/windowmaker-0.80.2-r1-gentoo.patch 4331 -MD5 a062e261bd5aaca39bc17be01f07f1b6 files/wlist.patch 2776 -MD5 915c0fe65c24d54a1507f662d7b24114 files/xinerama.patch 26662 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r4 144 -MD5 c8eb68627dc7b53b10143626018ff597 files/gtk2flickerfix.patch 1969 -MD5 37aefa1e6f793583e8fa7890231d1721 files/wmfpo.patch 7696 +MD5 9a5c9f1b2b44a678526f0fd71b2cf51d files/windowmaker-0.80.2-r1-gentoo.patch 4331 MD5 8cb3b3bf7cef606cb356c4ba82744a50 files/digest-windowmaker-0.90.0 144 diff --git a/x11-wm/windowmaker/windowmaker-0.90.0.ebuild b/x11-wm/windowmaker/windowmaker-0.90.0.ebuild index c488169d393c..18c0c3a198a9 100644 --- a/x11-wm/windowmaker/windowmaker-0.90.0.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.90.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.2 2004/10/25 03:35:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.3 2004/10/26 09:20:12 s4t4n Exp $ inherit eutils gnustep @@ -24,7 +24,7 @@ RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 ) SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc" src_compile() { local myconf |