diff options
author | 2004-10-25 03:35:04 +0000 | |
---|---|---|
committer | 2004-10-25 03:35:04 +0000 | |
commit | 48aba48ff528dae64c56370ccc5f5aed251b0276 (patch) | |
tree | ccc76f9ba630e7dd83ab17784390bdd455daf447 /x11-wm/windowmaker | |
parent | Added ~sparc keyword wrt bug #68729. (diff) | |
download | historical-48aba48ff528dae64c56370ccc5f5aed251b0276.tar.gz historical-48aba48ff528dae64c56370ccc5f5aed251b0276.tar.bz2 historical-48aba48ff528dae64c56370ccc5f5aed251b0276.zip |
Added ~sparc keyword wrt bug #68729.
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 12 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.90.0.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index d1bdada9960a..09c337fcb707 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.17 2004/10/24 07:14:33 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.18 2004/10/25 03:35:04 weeve Exp $ + + 24 Oct 2004; Jason Wever <weeve@gentoo.org> windowmaker-0.90.0.ebuild: + Added ~sparc keyword wrt bug #68729. *windowmaker-0.90.0 (24 Oct 2004) diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index 6953f42a5631..a8140c93ef13 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -1,18 +1,18 @@ -MD5 091028d21186597cb01d1440ed387951 metadata.xml 221 +MD5 b9d11f00d502a13d92a2327f3927b825 ChangeLog 7085 MD5 ecb31937eebc5b0afa6785ec0afefe4d windowmaker-0.80.2-r1.ebuild 3408 MD5 58b92f8943bac08e53aeeb01f640537a windowmaker-0.80.2-r2.ebuild 3437 MD5 20ba3ee0e4036e307342671f74921913 windowmaker-0.80.2-r3.ebuild 3749 +MD5 091028d21186597cb01d1440ed387951 metadata.xml 221 MD5 3c3d6a630b21bdf50c422943b2cc79fe windowmaker-0.80.2-r4.ebuild 4034 -MD5 35907763e938512669097b7faf21ad61 ChangeLog 6973 -MD5 4aad7271f1018230024bc216c494c5d5 windowmaker-0.90.0.ebuild 4201 +MD5 6d31eb61305801909c7fb8a0e60173f7 windowmaker-0.90.0.ebuild 4207 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 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r4 144 -MD5 c8eb68627dc7b53b10143626018ff597 files/gtk2flickerfix.patch 1969 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 37aefa1e6f793583e8fa7890231d1721 files/wmfpo.patch 7696 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 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 d90b9bf40f55..c488169d393c 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.1 2004/10/24 07:14:33 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.2 2004/10/25 03:35:04 weeve Exp $ inherit eutils gnustep @@ -24,7 +24,7 @@ RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 ) SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc" +KEYWORDS="~ppc ~sparc" src_compile() { local myconf |