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 1RKFXe-0002P3-AR for garchives@archives.gentoo.org; Sat, 29 Oct 2011 20:30:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7144321C028; Sat, 29 Oct 2011 20:30:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2B04921C028 for ; Sat, 29 Oct 2011 20:30:02 +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 5742B1B4004 for ; Sat, 29 Oct 2011 20:30:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 2AE0F2004B; Sat, 29 Oct 2011 20:30:00 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: thunar-vcs-plugin-0.1.4.ebuild ChangeLog X-VCS-Directories: xfce-extra/thunar-vcs-plugin X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20111029203000.2AE0F2004B@flycatcher.gentoo.org> Date: Sat, 29 Oct 2011 20:30:00 +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: X-Archives-Hash: 81bdfba6d7433529b2832298d8a19547 ssuominen 11/10/29 20:30:00 Modified: thunar-vcs-plugin-0.1.4.ebuild ChangeLog Log: Import missing ru.po from git wrt #379051 by Dmitri Bogomolov =20 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64) Revision Changes Path 1.3 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4= .ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=3D1.3&content-type=3Dtext/p= lain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=3D1.2&r2=3D1.3 Index: thunar-vcs-plugin-0.1.4.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/xfce-extra/thunar-vcs-plugin/thunar-vcs= -plugin-0.1.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- thunar-vcs-plugin-0.1.4.ebuild 19 May 2011 21:41:22 -0000 1.2 +++ thunar-vcs-plugin-0.1.4.ebuild 29 Oct 2011 20:30:00 -0000 1.3 @@ -1,13 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-v= cs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-v= cs-plugin-0.1.4.ebuild,v 1.3 2011/10/29 20:30:00 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf =20 DESCRIPTION=3D"adds Subversion and GIT actions to the context menu of th= unar" HOMEPAGE=3D"http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-p= lugin" -SRC_URI=3D"mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2" +SRC_URI=3D"mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2 + http://dev.gentoo.org/~ssuominen/${P}-ru.po.bz2" =20 LICENSE=3D"GPL-2" SLOT=3D"0" @@ -35,3 +36,8 @@ =20 DOCS=3D( AUTHORS ChangeLog NEWS README ) } + +src_prepare() { + mv -vf "${WORKDIR}"/${P}-ru.po po/ru.po ||=C2=A0die + xfconf_src_prepare +} 1.15 xfce-extra/thunar-vcs-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/ChangeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/ChangeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-= vcs-plugin/ChangeLog?r1=3D1.14&r2=3D1.15 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/xfce-extra/thunar-vcs-plugin/ChangeLog,= v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 20 Mar 2011 13:25:50 -0000 1.14 +++ ChangeLog 29 Oct 2011 20:30:00 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-vcs-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLo= g,v 1.14 2011/03/20 13:25:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLo= g,v 1.15 2011/10/29 20:30:00 ssuominen Exp $ + + 29 Oct 2011; Samuli Suominen + thunar-vcs-plugin-0.1.4.ebuild: + Import missing ru.po from git wrt #379051 by Dmitri Bogomolov =20 *thunar-vcs-plugin-0.1.4 (20 Mar 2011) =20