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 1LN6GV-0005MN-9u for garchives@archives.gentoo.org; Wed, 14 Jan 2009 13:58:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E7DE0749; Wed, 14 Jan 2009 13:58:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9B640E0749 for ; Wed, 14 Jan 2009 13:58:37 +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 E8B356492A for ; Wed, 14 Jan 2009 13:58:36 +0000 (UTC) Received: from s4t4n by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LN6GS-0001UI-MY for gentoo-commits@lists.gentoo.org; Wed, 14 Jan 2009 13:58:36 +0000 From: "Michele Noberasco (s4t4n)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, s4t4n@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsysmon: wmsysmon-0.7.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmsysmon-0.7.7.ebuild ChangeLog X-VCS-Directories: x11-plugins/wmsysmon X-VCS-Committer: s4t4n X-VCS-Committer-Name: Michele Noberasco Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michele Noberasco Date: Wed, 14 Jan 2009 13:58:36 +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: fd8e270c-6f67-4ac5-844a-0578f807a85c X-Archives-Hash: 4035daa9010c282d8e7a19d4eb6f7d5e s4t4n 09/01/14 13:58:36 Modified: wmsysmon-0.7.7.ebuild ChangeLog Log: Do not strip binaries during compilation. Fixes bug #252113. (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686) Revision Changes Path 1.11 x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/wmsysmon-0.7.7.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/wmsysmon-0.7.7.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/wmsysmon-0.7.7.ebuild?r1=3D1.10&r2=3D1.11 Index: wmsysmon-0.7.7.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/wmsysmon/wmsysmon-0.7.7.ebu= ild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wmsysmon-0.7.7.ebuild 29 Jun 2008 13:46:30 -0000 1.10 +++ wmsysmon-0.7.7.ebuild 14 Jan 2009 13:58:36 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.e= build,v 1.10 2008/06/29 13:46:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.e= build,v 1.11 2009/01/14 13:58:36 s4t4n Exp $ =20 inherit eutils =20 @@ -17,7 +17,8 @@ x11-libs/libXext x11-libs/libXpm" DEPEND=3D"${RDEPEND} - x11-proto/xextproto" + x11-proto/xextproto + >=3Dsys-apps/sed-4.1.5-r1" =20 src_unpack() { @@ -32,6 +33,9 @@ cd src epatch "${FILESDIR}"/${PN}-high-ints.patch fi + + # Do no strip binaries during compilation, see bug #252113 + sed -i 's/LDFLAGS +=3D -lXpm -lXext -lX11 -lm -s/LDFLAGS +=3D -lXpm -lX= ext -lX11 -lm/' "src/Makefile" } =20 src_compile() 1.32 x11-plugins/wmsysmon/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/ChangeLog?rev=3D1.32&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/ChangeLog?rev=3D1.32&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysm= on/ChangeLog?r1=3D1.31&r2=3D1.32 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/wmsysmon/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 5 Aug 2008 21:14:15 -0000 1.31 +++ ChangeLog 14 Jan 2009 13:58:36 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsysmon # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.31= 2008/08/05 21:14:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.32= 2009/01/14 13:58:36 s4t4n Exp $ + + 14 Jan 2009; Michele Noberasco wmsysmon-0.7.7.ebuil= d: + Do not strip binaries during compilation. Fixes bug #252113. =20 05 Aug 2008; Doug Goldstein metadata.xml: add GLEP 56 USE flag desc from use.local.desc