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 1OnbCY-0004bY-P2 for garchives@archives.gentoo.org; Mon, 23 Aug 2010 17:52:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA11E091F; Mon, 23 Aug 2010 17:52:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 061BBE091F for ; Mon, 23 Aug 2010 17:52:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 308781B42F7 for ; Mon, 23 Aug 2010 17:52:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2170) id C243A2004E; Mon, 23 Aug 2010 17:52:51 +0000 (UTC) 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-plugins/wmxres: wmxres-1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmxres-1.2.ebuild ChangeLog X-VCS-Directories: x11-plugins/wmxres X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Message-Id: <20100823175251.C243A2004E@flycatcher.gentoo.org> Date: Mon, 23 Aug 2010 17:52:51 +0000 (UTC) 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: f7fa9193-258c-4f18-9965-3ef0c5e7191c X-Archives-Hash: 3c7240ecec9df2b5f37b544294411a70 voyageur 10/08/23 17:52:51 Modified: wmxres-1.2.ebuild ChangeLog Log: Respect LDFLAGS, bug #331821 by flameeyes =20 (Portage version: 2.2_rc68/cvs/Linux x86_64) Revision Changes Path 1.8 x11-plugins/wmxres/wmxres-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /wmxres-1.2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /wmxres-1.2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /wmxres-1.2.ebuild?r1=3D1.7&r2=3D1.8 Index: wmxres-1.2.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-plugins/wmxres/wmxres-1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wmxres-1.2.ebuild 12 Jan 2008 13:58:15 -0000 1.7 +++ wmxres-1.2.ebuild 23 Aug 2010 17:52:51 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,= v 1.7 2008/01/12 13:58:15 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,= v 1.8 2010/08/23 17:52:51 voyageur Exp $ =20 inherit eutils multilib toolchain-funcs =20 @@ -29,7 +29,7 @@ cd "${S}" epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch sed -e "s:-g -c -O2:${CFLAGS} -c:" \ - -e "s:cc:$(tc-getCC):g" -i Makefile + -e "s:cc:$(tc-getCC) \$(LDFLAGS):g" -i Makefile } =20 src_compile() { 1.8 x11-plugins/wmxres/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /ChangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /ChangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres= /ChangeLog?r1=3D1.7&r2=3D1.8 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-plugins/wmxres/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 12 Jan 2008 13:57:08 -0000 1.7 +++ ChangeLog 23 Aug 2010 17:52:51 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmxres -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.7 20= 08/01/12 13:57:08 drac Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 20= 10/08/23 17:52:51 voyageur Exp $ + + 23 Aug 2010; Bernard Cafarelli wmxres-1.2.ebuild= : + Respect LDFLAGS, bug #331821 by flameeyes =20 12 Jan 2008; Samuli Suominen -files/wmxres.desktop, -files/wmxres-makefile.patch, wmxres-1.2.ebuild: