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 1OVIkY-00018P-GT for garchives@archives.gentoo.org; Sun, 04 Jul 2010 06:32:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31373E0986; Sun, 4 Jul 2010 06:32:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E77C7E0986 for ; Sun, 4 Jul 2010 06:32:20 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 136D71B40DE for ; Sun, 4 Jul 2010 06:32:19 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2269) id 5D3512CE14; Sun, 4 Jul 2010 06:32:18 +0000 (UTC) From: "Thomas Beierlein (tomjbe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomjbe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/spice: spice-3.5.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: spice-3.5.5-r1.ebuild ChangeLog X-VCS-Directories: sci-electronics/spice X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein Content-Type: text/plain; charset=utf8 Message-Id: <20100704063218.5D3512CE14@corvid.gentoo.org> Date: Sun, 4 Jul 2010 06:32:18 +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: 71d4eedc-ac0d-4210-80be-f31cd3651258 X-Archives-Hash: 7efc197ae40d7b913a8d0474625e2132 tomjbe 10/07/04 06:32:18 Modified: spice-3.5.5-r1.ebuild ChangeLog Log: fix for default editor (see bug #294766) (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.2 sci-electronics/spice/spice-3.5.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/spice-3.5.5-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/spice-3.5.5-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/spice-3.5.5-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: spice-3.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/sci-electronics/spice/spice-3.5.5-r1.eb= uild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- spice-3.5.5-r1.ebuild 7 Jun 2009 05:43:47 -0000 1.1 +++ spice-3.5.5-r1.ebuild 4 Jul 2010 06:32:18 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5-r1.= ebuild,v 1.1 2009/06/07 05:43:47 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/spice-3.5.5-r1.= ebuild,v 1.2 2010/07/04 06:32:18 tomjbe Exp $ =20 inherit eutils flag-o-matic multilib =20 @@ -16,7 +16,8 @@ KEYWORDS=3D"amd64 ~ppc x86" =20 RDEPEND=3D"sys-libs/ncurses - x11-libs/libXaw" + x11-libs/libXaw + app-editors/gentoo-editor" =20 DEPEND=3D"${RDEPEND} x11-proto/xproto" @@ -32,9 +33,8 @@ # Avoid re-creating WORKDIR due to stupid mtime touch .. =20 - [ -z $EDITOR ] || EDITOR=3D"vim" sed -i -e "s:termcap:ncurses:g" \ - -e "s:joe:${EDITOR}:g" \ + -e "s:joe:/usr/libexec/gentoo-editor:g" \ -e "s:-O2 -s:${CFLAGS}:g" \ -e "s:-lncurses -lm -s:-lncurses -lm ${LDFLAGS}:" \ -e "s:SPICE_DIR)/lib:SPICE_DIR)/$(get_libdir)/spice:g" \ @@ -53,13 +53,13 @@ src_install() { # install binaries dobin obj/bin/{spice3,nutmeg,sconvert,multidec,proc2mod} || die "failed= to copy binaries" - newbin obj/bin/help spice.help - dosym /usr/bin/spice3 /usr/bin/spice + newbin obj/bin/help spice.help || die + dosym /usr/bin/spice3 /usr/bin/spice || die # install runtime stuff rm -f lib/make* - dodir /usr/$(get_libdir)/spice - cp -R lib/* "${D}"/usr/$(get_libdir)/spice/ + dodir /usr/$(get_libdir)/spice || die + cp -R lib/* "${D}"/usr/$(get_libdir)/spice/ || die "failed to copy libr= aries" # install docs - doman man/man1/*.1 - dodoc readme readme.Linux notes/spice2 + doman man/man1/*.1 || die + dodoc readme readme.Linux notes/spice2 || die } 1.12 sci-electronics/spice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/ChangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/ChangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/sp= ice/ChangeLog?r1=3D1.11&r2=3D1.12 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/sci-electronics/spice/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Jun 2009 05:43:47 -0000 1.11 +++ ChangeLog 4 Jul 2010 06:32:18 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/spice -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.1= 1 2009/06/07 05:43:47 calchan Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/spice/ChangeLog,v 1.1= 2 2010/07/04 06:32:18 tomjbe Exp $ + + 04 Jul 2010; Thomas Beierlein spice-3.5.5-r1.ebuil= d: + fix for default editor (see bug #294766) =20 *spice-3.5.5-r1 (07 Jun 2009) =20