From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JtU6D-0007mY-O7 for garchives@archives.gentoo.org; Tue, 06 May 2008 20:49:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C29D1E04C0; Tue, 6 May 2008 20:49:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D173E04C0 for ; Tue, 6 May 2008 20:49:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 23A88669F5 for ; Tue, 6 May 2008 20:49:20 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JtU6A-0007nt-Jn for gentoo-commits@lists.gentoo.org; Tue, 06 May 2008 20:49:18 +0000 From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openmotif-2.3.0-r2.ebuild ChangeLog X-VCS-Directories: x11-libs/openmotif X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Tue, 06 May 2008 20:49:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e1a4b138-6cf4-4b32-8864-0fea454ccbad X-Archives-Hash: dd896680bf0660b6913420d775e37463 ulm 08/05/06 20:49:18 Modified: openmotif-2.3.0-r2.ebuild ChangeLog Log: Call eautoconf and eautomake explicitely, bug 220599. (Portage version: 2.1.5_rc7) Revision Changes Path 1.7 x11-libs/openmotif/openmotif-2.3.0-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /openmotif-2.3.0-r2.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /openmotif-2.3.0-r2.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /openmotif-2.3.0-r2.ebuild?r1=3D1.6&r2=3D1.7 Index: openmotif-2.3.0-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.e= build,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openmotif-2.3.0-r2.ebuild 4 May 2008 11:13:23 -0000 1.6 +++ openmotif-2.3.0-r2.ebuild 6 May 2008 20:49:18 -0000 1.7 @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2= .ebuild,v 1.6 2008/05/04 11:13:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2= .ebuild,v 1.7 2008/05/06 20:49:18 ulm Exp $ + +WANT_AUTOMAKE=3D1.9 =20 inherit eutils flag-o-matic multilib autotools =20 @@ -71,7 +73,8 @@ # add X.Org vendor string to aliases for virtual bindings echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias =20 - AT_M4DIR=3D. eautoreconf + eautoconf + eautomake } =20 src_compile() { @@ -117,7 +120,6 @@ fi rm -rf "${D}"/usr/share/Xm =20 - # documentation dodoc README RELEASE RELNOTES BUGREPORT TODO use doc && cp "${WORKDIR}"/*.pdf "${D}"/usr/share/doc/${PF} } 1.177 x11-libs/openmotif/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /ChangeLog?rev=3D1.177&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /ChangeLog?rev=3D1.177&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif= /ChangeLog?r1=3D1.176&r2=3D1.177 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- ChangeLog 4 May 2008 11:13:23 -0000 1.176 +++ ChangeLog 6 May 2008 20:49:18 -0000 1.177 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.176 = 2008/05/04 11:13:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.177 = 2008/05/06 20:49:18 ulm Exp $ + + 06 May 2008; Ulrich Mueller openmotif-2.3.0-r2.ebuild= : + Call eautoconf and eautomake explicitely, fixes breakage with libtool-= 2.2, + bug 220599. =20 04 May 2008; Ulrich Mueller openmotif-2.3.0-r2.ebuild= : Add X.Org vendor string to aliases for virtual bindings. --=20 gentoo-commits@lists.gentoo.org mailing list