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 1Ry5R4-0007Eg-HJ for garchives@archives.gentoo.org; Thu, 16 Feb 2012 17:48:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA62E0E28; Thu, 16 Feb 2012 17:47:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E5079E0E28 for ; Thu, 16 Feb 2012 17:47:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557381B4019 for ; Thu, 16 Feb 2012 17:47:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 2DC1F2004B; Thu, 16 Feb 2012 17:47:47 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.4.5.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-bin-3.4.5.2.ebuild ChangeLog X-VCS-Directories: app-office/libreoffice-bin X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20120216174747.2DC1F2004B@flycatcher.gentoo.org> Date: Thu, 16 Feb 2012 17:47:47 +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: 004bb1f5-2bae-460c-9e06-6809c697ef30 X-Archives-Hash: 6da13129222ffd9c512fd640be3dc47f scarabeus 12/02/16 17:47:47 Modified: libreoffice-bin-3.4.5.2.ebuild ChangeLog Log: Use proper path for the patch, it is in filesdir, not in temp. =20 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64) Revision Changes Path 1.3 app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.e= build file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/libreoffice-bin-3.4.5.2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/libreoffice-bin-3.4.5.2.ebuild?rev=3D1.3&content-type=3Dtext/pla= in diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/libreoffice-bin-3.4.5.2.ebuild?r1=3D1.2&r2=3D1.3 Index: libreoffice-bin-3.4.5.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/app-office/libreoffice-bin/libreoffice-= bin-3.4.5.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libreoffice-bin-3.4.5.2.ebuild 16 Feb 2012 08:55:36 -0000 1.2 +++ libreoffice-bin-3.4.5.2.ebuild 16 Feb 2012 17:47:47 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffic= e-bin-3.4.5.2.ebuild,v 1.2 2012/02/16 08:55:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffic= e-bin-3.4.5.2.ebuild,v 1.3 2012/02/16 17:47:47 scarabeus Exp $ =20 EAPI=3D4 =20 @@ -146,7 +146,7 @@ cp -aR "${S}"/usr/* "${ED}"/usr/ =20 # prevent revdep-rebuild from attempting to rebuild all the time - insinto /etc/revdep-rebuild && doins "${T}/50-${PN}" + insinto /etc/revdep-rebuild && doins "${FILESDIR}/50-${PN}" =20 } =20 1.48 app-office/libreoffice-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/ChangeLog?rev=3D1.48&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/ChangeLog?rev=3D1.48&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreof= fice-bin/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-office/libreoffice-bin/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 16 Feb 2012 08:55:36 -0000 1.47 +++ ChangeLog 16 Feb 2012 17:47:47 -0000 1.48 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,= v 1.47 2012/02/16 08:55:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,= v 1.48 2012/02/16 17:47:47 scarabeus Exp $ + + 16 Feb 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal + libreoffice-bin-3.4.5.2.ebuild: + Use proper path for the patch, it is in filesdir, not in temp. =20 16 Feb 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal libreoffice-bin-3.4.5.2.ebuild: