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 1LgdbX-00045O-6G for garchives@archives.gentoo.org; Mon, 09 Mar 2009 11:25:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E8A4E045E; Mon, 9 Mar 2009 11:25:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 25C5EE045E for ; Mon, 9 Mar 2009 11:25:06 +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 C455C64D17 for ; Mon, 9 Mar 2009 11:25:05 +0000 (UTC) Received: from hattya by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LgdbV-0006go-B3 for gentoo-commits@lists.gentoo.org; Mon, 09 Mar 2009 11:25:05 +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.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: easyedit-1.4.7.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: Mon, 09 Mar 2009 11:25:05 +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: d8dfcebc-0560-48f8-b311-7bfd4da49227 X-Archives-Hash: 0ec44a37c55e421dffb9a0723acd3156 hattya 09/03/09 11:25:05 Modified: easyedit-1.4.7.ebuild ChangeLog Log: set default target to curses. (Portage version: 2.1.6.7/cvs/Linux i686) Revision Changes Path 1.2 app-editors/easyedit/easyedit-1.4.7.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.7.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.7.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/easyedit-1.4.7.ebuild?r1=3D1.1&r2=3D1.2 Index: easyedit-1.4.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/app-editors/easyedit/easyedit-1.4.7.ebu= ild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- easyedit-1.4.7.ebuild 1 Mar 2009 16:44:20 -0000 1.1 +++ easyedit-1.4.7.ebuild 9 Mar 2009 11:25:05 -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/app-editors/easyedit/easyedit-1.4.7.e= build,v 1.1 2009/03/01 16:44:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.e= build,v 1.2 2009/03/09 11:25:05 hattya Exp $ =20 inherit toolchain-funcs =20 @@ -18,20 +18,30 @@ RDEPEND=3D"${DEPEND}" =20 src_unpack() { + unpack ${A} cd "${S}" =20 - sed -i -e "s/\tcc /\t\\\\\$(CC) /" -e "/other_cflag/s/ *-s//" create.ma= ke - emake localmake - sed -i -e 's/-DNCURSES//' make.local + sed -i \ + -e "s/\tcc /\t\\\\\$(CC) /" \ + -e "/other_cflag/s/ *-s//" \ + create.make + } =20 src_compile() { - emake -f make.local CC=3D"$(tc-getCC)" curses || die + + emake localmake + sed -i -e '/^all/s/ee/curses/' make.local + + emake -f make.local CC=3D"$(tc-getCC)" || die + } =20 src_install() { + dobin ee doman ee.1 dodoc README.ee Changes ee.i18n.guide ee.msg + } 1.19 app-editors/easyedit/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyed= it/ChangeLog?r1=3D1.18&r2=3D1.19 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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 1 Mar 2009 16:53:20 -0000 1.18 +++ ChangeLog 9 Mar 2009 11:25:05 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/easyedit # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.18= 2009/03/01 16:53:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.19= 2009/03/09 11:25:05 hattya Exp $ + + 09 Mar 2009; Akinori Hattori easyedit-1.4.7.ebuild= : + set default target to curses. =20 01 Mar 2009; Patrick Lauer Manifest: Oops, Manifest fix