From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N5LCo-0007Tf-2J for garchives@archives.gentoo.org; Tue, 03 Nov 2009 15:21:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21396E0883; Tue, 3 Nov 2009 15:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD4DFE0883 for ; Tue, 3 Nov 2009 15:21:56 +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 7DE8F6777C for ; Tue, 3 Nov 2009 15:21:56 +0000 (UTC) Received: from voyageur by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N5LCl-0002EQ-PF for gentoo-commits@lists.gentoo.org; Tue, 03 Nov 2009 15:21:55 +0000 From: "Bernard Cafarelli (voyageur)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, voyageur@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/afterstep: afterstep-2.2.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: afterstep-2.2.9.ebuild ChangeLog X-VCS-Directories: x11-wm/afterstep X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Message-Id: Sender: Bernard Cafarelli Date: Tue, 03 Nov 2009 15:21:55 +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: 380101ad-dcfe-43a4-a995-ea5d320e9980 X-Archives-Hash: e6c31cad9ab6f9518e30340e23cc3062 voyageur 09/11/03 15:21:55 Modified: afterstep-2.2.9.ebuild ChangeLog Log: Do not use bundled libungif, bug #253259 (Portage version: 2.2_rc48/cvs/Linux x86_64) Revision Changes Path 1.2 x11-wm/afterstep/afterstep-2.2.9.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/a= fterstep-2.2.9.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/a= fterstep-2.2.9.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/a= fterstep-2.2.9.ebuild?r1=3D1.1&r2=3D1.2 Index: afterstep-2.2.9.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-wm/afterstep/afterstep-2.2.9.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- afterstep-2.2.9.ebuild 3 Nov 2009 14:49:26 -0000 1.1 +++ afterstep-2.2.9.ebuild 3 Nov 2009 15:21:55 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebui= ld,v 1.1 2009/11/03 14:49:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebui= ld,v 1.2 2009/11/03 15:21:55 voyageur Exp $ =20 EAPI=3D2 inherit autotools flag-o-matic eutils @@ -44,7 +44,12 @@ epatch "${FILESDIR}"/no-alternatives-${PV}.patch =20 # Do not strip binaries, bug #252119 - sed -e "/STRIP_BINARIES/s/-s//" -i autoconf/configure.in || die "strip = sed failed" + sed -e "/STRIP_BINARIES/s/-s//" \ + -i autoconf/configure.in || die "strip sed failed" + # Do not use bundled libungif, bug #253259 + sed -e '/--with-builtin-gif/s/$with_gif/no/' \ + -i autoconf/configure.in || die "bundled gif sed failed" +=09 cd "${S}"/autoconf || die "cd autoconf failed" eautoreconf cp "${S}"/autoconf/autoconf/config.h.in "${S}"/autoconf || die "cp fail= ed" 1.84 x11-wm/afterstep/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/C= hangeLog?rev=3D1.84&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/C= hangeLog?rev=3D1.84&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/C= hangeLog?r1=3D1.83&r2=3D1.84 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-wm/afterstep/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 3 Nov 2009 14:49:26 -0000 1.83 +++ ChangeLog 3 Nov 2009 15:21:55 -0000 1.84 @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/afterstep # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.83 200= 9/11/03 14:49:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.84 200= 9/11/03 15:21:55 voyageur Exp $ + + 03 Nov 2009; Bernard Cafarelli + afterstep-2.2.9.ebuild: + Do not use bundled libungif, bug #253259 =20 *afterstep-2.2.9 (03 Nov 2009) =20