diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-20 19:20:20 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-20 19:20:20 +0000 |
commit | 0dc694ba4dec69d1ec8d874da2426d3a5aa51b15 (patch) | |
tree | 16064aa4cbaa6b1698e2b1a61482609fcfdb55a6 /x11-wm | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-0dc694ba4dec69d1ec8d874da2426d3a5aa51b15.tar.gz gentoo-2-0dc694ba4dec69d1ec8d874da2426d3a5aa51b15.tar.bz2 gentoo-2-0dc694ba4dec69d1ec8d874da2426d3a5aa51b15.zip |
libtoolize fixes for bug 85993
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/metadata.xml | 3 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild | 5 |
4 files changed, 14 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 81db7f5add33..10f8638524dd 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.39 2005/03/20 05:22:45 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.40 2005/03/20 19:20:20 fafhrd Exp $ + + 20 Mar 2005; Armando Di Cianno <fafhrd@gentoo.org> metadata.xml, + windowmaker-0.91.0-r4.ebuild: + libtoolize fixes for bug 85993 20 Mar 2005; Armando Di Cianno <fafhrd@gentoo.org> windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r2.ebuild, diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index ef272b3da56f..c370bffc9190 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -1,12 +1,12 @@ MD5 dca5cd3087ff72dbf6da021661a2f848 ChangeLog 10669 -MD5 091028d21186597cb01d1440ed387951 metadata.xml 221 MD5 a507db47a521b4219dcef3c43374c182 windowmaker-0.91.0-r1.ebuild 5905 MD5 650d8ae14ac183e3cf5d32729bfbb732 windowmaker-0.91.0-r3.ebuild 6396 -MD5 d0b7e960da18072f22a96b8684e8596e windowmaker-0.91.0-r4.ebuild 6495 +MD5 91f3282347f5ef83b06fcb19d3347d85 windowmaker-0.91.0-r4.ebuild 6594 MD5 f85c62f96342786ef1452bd97504d6ef windowmaker-0.80.2-r2.ebuild 3445 MD5 e2d622829340e8a59e534d24747be769 windowmaker-0.80.2-r3.ebuild 3762 MD5 1c6bba221de348c79f9e7037d96eaa7d windowmaker-0.80.2-r4.ebuild 4046 MD5 db8d792df9b7ef23b49dd2847357a844 windowmaker-0.91.0-r2.ebuild 5982 +MD5 e36ce34ca90acd983d268a6ce28d6cb3 metadata.xml 283 MD5 f0ba434033b1f1e0956a037076da0b9c files/20_endian+64bit.diff 2740 MD5 c8eb68627dc7b53b10143626018ff597 files/gtk2flickerfix.patch 1969 MD5 c41215f830e33a636a440ce389db01eb files/menufocus.patch 1554 diff --git a/x11-wm/windowmaker/metadata.xml b/x11-wm/windowmaker/metadata.xml index f42d54bcba5f..52f20661d1bd 100644 --- a/x11-wm/windowmaker/metadata.xml +++ b/x11-wm/windowmaker/metadata.xml @@ -3,6 +3,9 @@ <pkgmetadata> <herd>gnustep</herd> <maintainer> + <email>fafhrd@gentoo.org</email> +</maintainer> +<maintainer> <email>raker@gentoo.org</email> </maintainer> </pkgmetadata> diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild index 0dace37dfb6f..d4584ec43a64 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.2 2005/03/20 05:22:45 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.3 2005/03/20 19:20:20 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -66,6 +66,9 @@ src_compile() { && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" \ || myconf="${myconf} --disable-nls --disable-locale" + # one of the patches included triggers ltmain.sh / libtool mismatches + libtoolize --copy --force + # default settings with $myconf appended econf \ --sysconfdir=/etc/X11 \ |