diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-22 13:15:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-22 13:15:55 +0000 |
commit | f51083efd96d602b0d97561d55f25fed5c93f497 (patch) | |
tree | d1e7d52fd262aa22e99ad9ef0f5fa96801f84897 /x11-wm | |
parent | changed cflags alteration (diff) | |
download | gentoo-2-f51083efd96d602b0d97561d55f25fed5c93f497.tar.gz gentoo-2-f51083efd96d602b0d97561d55f25fed5c93f497.tar.bz2 gentoo-2-f51083efd96d602b0d97561d55f25fed5c93f497.zip |
changed flags alteration
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 14 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index c8be0365c4de..e6df195e1144 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.7 2003/07/20 00:10:21 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.8 2003/07/22 13:15:38 aliz Exp $ + + 22 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> windowmaker-0.80.3-r3.ebuild : + Changed flags alteration. 19 Jul 2003; Nick Hadaway <raker@gentoo.org> windowmaker-0.80.2-r3.ebuild: Added a xinerama patch. diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index d3b6c3398c00..ce13b5c12070 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -1,11 +1,11 @@ -MD5 43204b50424e186225c3328cddc33bea windowmaker-0.80.2-r2.ebuild 3497 +MD5 1a81d87a13a3dd7152a2270b1ac13aea ChangeLog 5129 MD5 e3776a252435548fd68f8ee6ef7e0c6c windowmaker-0.80.2-r1.ebuild 3470 -MD5 715792e23c2a52901fc1c668c923da21 windowmaker-0.80.2-r3.ebuild 3851 -MD5 b78e2ab667d392526d30299c2caa8321 ChangeLog 5022 -MD5 a42a33a349ca84fb6e2cc5fdbd627b99 files/trance.patch.WM-0.80.2.diff 9738 -MD5 915c0fe65c24d54a1507f662d7b24114 files/xinerama.patch 26662 -MD5 a062e261bd5aaca39bc17be01f07f1b6 files/wlist.patch 2776 +MD5 43204b50424e186225c3328cddc33bea windowmaker-0.80.2-r2.ebuild 3497 +MD5 12f13867af1fb2d409c0cb870124da21 windowmaker-0.80.2-r3.ebuild 3819 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r1 144 +MD5 9a5c9f1b2b44a678526f0fd71b2cf51d files/windowmaker-0.80.2-r1-gentoo.patch 4331 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r3 144 -MD5 9a5c9f1b2b44a678526f0fd71b2cf51d files/windowmaker-0.80.2-r1-gentoo.patch 4331 +MD5 a42a33a349ca84fb6e2cc5fdbd627b99 files/trance.patch.WM-0.80.2.diff 9738 +MD5 a062e261bd5aaca39bc17be01f07f1b6 files/wlist.patch 2776 +MD5 915c0fe65c24d54a1507f662d7b24114 files/xinerama.patch 26662 diff --git a/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild index f2d1a0c64f5f..d108c4c50868 100644 --- a/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild,v 1.2 2003/07/20 00:10:22 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r3.ebuild,v 1.3 2003/07/22 13:15:38 aliz Exp $ inherit eutils flag-o-matic -filter-flags "-mfpmath=sse,387 -mfpmath=sse -mfpmath=387" +filter-mfpmath "sse" "387" IUSE="gif nls png kde oss jpeg gnome xinerama" |