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 1JP3Ap-0007Wo-2y for garchives@archives.gentoo.org; Tue, 12 Feb 2008 22:00:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E959FE093D; Tue, 12 Feb 2008 22:00:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D7FCE093D for ; Tue, 12 Feb 2008 22:00:17 +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 2119B66572 for ; Tue, 12 Feb 2008 22:00:17 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JP3Am-0003cm-0S for gentoo-commits@lists.gentoo.org; Tue, 12 Feb 2008 22:00:16 +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 app-editors/nedit: nedit-5.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nedit-5.5-r1.ebuild ChangeLog X-VCS-Directories: app-editors/nedit X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Tue, 12 Feb 2008 22:00:16 +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: 0ba5e5a3-3b68-4cda-ad8a-517caaebecb0 X-Archives-Hash: 5c280875c614f18a117867bdab6d672e ulm 08/02/12 22:00:16 Modified: nedit-5.5-r1.ebuild ChangeLog Log: Patching with sed moved to src_unpack. Use emake instead of make. (Portage version: 2.1.4.4) Revision Changes Path 1.2 app-editors/nedit/nedit-5.5-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= nedit-5.5-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= nedit-5.5-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= nedit-5.5-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: nedit-5.5-r1.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/app-editors/nedit/nedit-5.5-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nedit-5.5-r1.ebuild 12 Feb 2008 20:49:50 -0000 1.1 +++ nedit-5.5-r1.ebuild 12 Feb 2008 22:00:15 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild= ,v 1.1 2008/02/12 20:49:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild= ,v 1.2 2008/02/12 22:00:15 ulm Exp $ =20 inherit eutils toolchain-funcs =20 @@ -24,14 +24,13 @@ cd "${S}" epatch "${FILESDIR}/${P}-argbvisuals.patch" epatch "${FILESDIR}/${P}-motif23.patch" -} - -src_compile() { sed -i -e "s:-Wl,-Bstatic::" makefiles/Makefile.linux - sed -i -e "s:0.93.0:0.94.0:" util/check_lin_tif.c sed -i -e "s:CFLAGS=3D-O:CFLAGS=3D${CFLAGS}:" makefiles/Makefile.linux sed -i -e 's:"/bin/csh":"/bin/sh":' source/preferences.c - make CC=3D"$(tc-getCC)" linux || die +} + +src_compile() { + emake CC=3D"$(tc-getCC)" linux || die } =20 src_install() { 1.48 app-editors/nedit/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= ChangeLog?rev=3D1.48&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= ChangeLog?rev=3D1.48&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nedit/= ChangeLog?r1=3D1.47&r2=3D1.48 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/app-editors/nedit/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 12 Feb 2008 20:49:50 -0000 1.47 +++ ChangeLog 12 Feb 2008 22:00:15 -0000 1.48 @@ -1,6 +1,6 @@ # ChangeLog for app-editors/nedit # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.47 20= 08/02/12 20:49:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.48 20= 08/02/12 22:00:15 ulm Exp $ =20 *nedit-5.5-r1 (12 Feb 2008) =20 @@ -9,6 +9,7 @@ +nedit-5.5-r1.ebuild: Fix Motif version detection and disable ARGB visuals, bugs 200628 and = 181952. Both patches provided by Ioan Marius Curelariu . + Patching with sed moved to src_unpack. Use emake instead of make. =20 05 Jul 2007; Roy Marples nedit-5.5.ebuild: Keyworded ~x86-fbsd, #184298 thanks to Sascha Lucas. --=20 gentoo-commits@lists.gentoo.org mailing list