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 1Ku8C0-0005OB-BZ for garchives@archives.gentoo.org; Sun, 26 Oct 2008 16:10:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED2DEE0218; Sun, 26 Oct 2008 16:10:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A2365E0218 for ; Sun, 26 Oct 2008 16:10:15 +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 20BED64AC6 for ; Sun, 26 Oct 2008 16:10:14 +0000 (UTC) Received: from hattya by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Ku8Bx-00019L-LC for gentoo-commits@lists.gentoo.org; Sun, 26 Oct 2008 16:10:13 +0000 From: "Akinori Hattori (hattya)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hattya@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: easyedit-1.4.6.ebuild ChangeLog X-VCS-Directories: app-editors/easyedit X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori Content-Type: text/plain; charset=utf8 Message-Id: Sender: Akinori Hattori Date: Sun, 26 Oct 2008 16:10:13 +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: f02a46af-9607-487d-94d2-171eea144d95 X-Archives-Hash: 4a368c7832301392f9fd44c9ea437e82 hattya 08/10/26 16:10:13 Modified: easyedit-1.4.6.ebuild ChangeLog Log: fixes bug #239867 and bug #243558. (Portage version: 2.1.4.5) Revision Changes Path 1.20 app-editors/easyedit/easyedit-1.4.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.6.ebuild?rev=3D1.20&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.6.ebuild?rev=3D1.20&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.6.ebuild?r1=3D1.19&r2=3D1.20 Index: easyedit-1.4.6.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/easyedit/easyedit-1.4.6.ebu= ild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- easyedit-1.4.6.ebuild 26 Jan 2008 15:48:14 -0000 1.19 +++ easyedit-1.4.6.ebuild 26 Oct 2008 16:10:13 -0000 1.20 @@ -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/app-editors/easyedit/easyedit-1.4.6.e= build,v 1.19 2008/01/26 15:48:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.e= build,v 1.20 2008/10/26 16:10:13 hattya Exp $ + +inherit toolchain-funcs =20 IUSE=3D"" =20 @@ -16,9 +18,21 @@ =20 DEPEND=3D">=3Dsys-libs/ncurses-5.0" =20 +src_unpack() { + + unpack ${A} + cd "${S}" + + sed -i \ + -e "s/\tcc /\t\\\\\$(CC) /" \ + -e "/other_cflag/s/ *-s//" \ + create.make + +} + src_compile() { =20 - emake -j1 || die + emake -j1 CC=3D"$(tc-getCC)" || die =20 } =20 1.16 app-editors/easyedit/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?r1=3D1.15&r2=3D1.16 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/easyedit/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 26 Jan 2008 15:48:14 -0000 1.15 +++ ChangeLog 26 Oct 2008 16:10:13 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/easyedit # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.15= 2008/01/26 15:48:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.16= 2008/10/26 16:10:13 hattya Exp $ + + 26 Oct 2008; Akinori Hattori easyedit-1.4.6.ebuild= : + fixes bug #239867 and bug #243558. =20 26 Jan 2008; Fabian Groffen easyedit-1.4.6.ebuild= : Dropped ppc-macos keyword, see you in prefix