diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-11-05 22:15:53 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-11-05 22:15:53 +0000 |
commit | 04b5995810308d6d4f5f1749d94dc11327da2900 (patch) | |
tree | 0d38e15b652867463a588a252d7f1dc6121fd595 /x11-wm | |
parent | yay amd64 (diff) | |
download | historical-04b5995810308d6d4f5f1749d94dc11327da2900.tar.gz historical-04b5995810308d6d4f5f1749d94dc11327da2900.tar.bz2 historical-04b5995810308d6d4f5f1749d94dc11327da2900.zip |
~amd64
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.90.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index f3a143c19ad0..f7af95742646 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.25 2004/11/01 19:56:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.26 2004/11/05 22:15:53 blubb Exp $ + + 05 Nov 2004; Simon Stelling <blubb@gentoo.org> windowmaker-0.90.0.ebuild: + added ~amd64 01 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> windowmaker-0.91.0.ebuild: diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index b216bf218730..29b5e084c2ef 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -1,11 +1,11 @@ -MD5 e0fa2701b3f70a4bd95058e922e88498 ChangeLog 7980 MD5 091028d21186597cb01d1440ed387951 metadata.xml 221 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 3c3d6a630b21bdf50c422943b2cc79fe windowmaker-0.80.2-r4.ebuild 4034 -MD5 297a68e090c88ac0f356f5b288e1d32d windowmaker-0.90.0.ebuild 4476 +MD5 db06793bc8e607b4a7c31a3a6a7f5753 windowmaker-0.90.0.ebuild 4482 MD5 5644ccd024bdbdb05fee00371d2f34f5 windowmaker-0.91.0.ebuild 4471 +MD5 015c19bbc0af37d06db489387903e2f1 ChangeLog 8069 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 diff --git a/x11-wm/windowmaker/windowmaker-0.90.0.ebuild b/x11-wm/windowmaker/windowmaker-0.90.0.ebuild index e696415c53c4..3c9741c14f3b 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.7 2004/10/31 12:08:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.8 2004/11/05 22:15:53 blubb Exp $ inherit eutils gnustep @@ -25,7 +25,7 @@ RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 ) SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" src_compile() { local myconf |