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 1JdRNQ-0001cs-3X for garchives@archives.gentoo.org; Sun, 23 Mar 2008 14:40:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33247E0897; Sun, 23 Mar 2008 14:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEC5FE0897 for ; Sun, 23 Mar 2008 14:40:46 +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 7065B6790E for ; Sun, 23 Mar 2008 14:40:46 +0000 (UTC) Received: from coldwind by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JdRNN-0003qD-Fd for gentoo-commits@lists.gentoo.org; Sun, 23 Mar 2008 14:40:45 +0000 From: "Santiago M. Mola (coldwind)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, coldwind@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.0.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: treeline-1.0.2.ebuild ChangeLog X-VCS-Directories: x11-misc/treeline X-VCS-Committer: coldwind X-VCS-Committer-Name: Santiago M. Mola Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Santiago M. Mola" Date: Sun, 23 Mar 2008 14:40:45 +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: 998fe6dc-c85e-4ddf-9fd8-699d388f6e5b X-Archives-Hash: 68f895004a52452a67d4d6fb40453fb4 coldwind 08/03/23 14:40:45 Modified: treeline-1.0.2.ebuild ChangeLog Log: amd64 stable and fix quoting. (Portage version: 2.1.4.4) Revision Changes Path 1.4 x11-misc/treeline/treeline-1.0.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= treeline-1.0.2.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= treeline-1.0.2.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= treeline-1.0.2.ebuild?r1=3D1.3&r2=3D1.4 Index: treeline-1.0.2.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-misc/treeline/treeline-1.0.2.ebuild= ,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- treeline-1.0.2.ebuild 16 Jul 2007 13:34:09 -0000 1.3 +++ treeline-1.0.2.ebuild 23 Mar 2008 14:40:44 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.0.2.ebui= ld,v 1.3 2007/07/16 13:34:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.0.2.ebui= ld,v 1.4 2008/03/23 14:40:44 coldwind Exp $ =20 inherit python =20 @@ -11,7 +11,7 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 ppc x86" +KEYWORDS=3D"amd64 ppc x86" IUSE=3D"spell" =20 DEPEND=3D"spell? ( || ( app-text/aspell app-text/ispell ) ) @@ -19,19 +19,19 @@ virtual/python dev-python/PyQt =3Dx11-libs/qt-3*" =20 -S=3D"${WORKDIR}"/TreeLine +S=3D${WORKDIR}/TreeLine =20 # Before you go editing below read bugs 177652 and 177645 # or you'll end up breaking it. =20 src_compile() { printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \ - /usr/share/treeline > ${S}/treeline + /usr/share/treeline > "${S}"/treeline sed -i -e "s#\(helpFilePath =3D \)None#\1'/usr/share/treeline'#g" \ -e "s#\(iconPath =3D \)None#\1'/usr/share/treeline/icons'#g" \ - ${S}/source/treeline.py || die + "${S}"/source/treeline.py || die sed -i -e 's,translations,/usr/share/treeline/translations,' \ - ${S}/source/treeline.py || die + "${S}"/source/treeline.py || die } =20 src_install() { 1.34 x11-misc/treeline/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= ChangeLog?rev=3D1.34&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= ChangeLog?rev=3D1.34&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/= ChangeLog?r1=3D1.33&r2=3D1.34 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-misc/treeline/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 16 Jul 2007 13:34:09 -0000 1.33 +++ ChangeLog 23 Mar 2008 14:40:44 -0000 1.34 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/treeline -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.33 20= 07/07/16 13:34:09 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.34 20= 08/03/23 14:40:44 coldwind Exp $ + + 23 Mar 2008; Santiago M. Mola treeline-1.0.2.ebu= ild: + amd64 stable and fix quoting. =20 16 Jul 2007; Ra=C3=BAl Porcel treeline-1.0.2.ebui= ld: x86 stable wrt #185280 --=20 gentoo-commits@lists.gentoo.org mailing list