Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
Date: Sat, 29 Oct 2011 20:30:10
Message-Id: 20111029203000.2AE0F2004B@flycatcher.gentoo.org
1 ssuominen 11/10/29 20:30:00
2
3 Modified: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
4 Log:
5 Import missing ru.po from git wrt #379051 by Dmitri Bogomolov
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.2&r2=1.3
15
16 Index: thunar-vcs-plugin-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- thunar-vcs-plugin-0.1.4.ebuild 19 May 2011 21:41:22 -0000 1.2
23 +++ thunar-vcs-plugin-0.1.4.ebuild 29 Oct 2011 20:30:00 -0000 1.3
24 @@ -1,13 +1,14 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.3 2011/10/29 20:30:00 ssuominen Exp $
29
30 EAPI=4
31 inherit xfconf
32
33 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
34 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
35 -SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
36 +SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2
37 + http://dev.gentoo.org/~ssuominen/${P}-ru.po.bz2"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 @@ -35,3 +36,8 @@
42
43 DOCS=( AUTHORS ChangeLog NEWS README )
44 }
45 +
46 +src_prepare() {
47 + mv -vf "${WORKDIR}"/${P}-ru.po po/ru.po || die
48 + xfconf_src_prepare
49 +}
50
51
52
53 1.15 xfce-extra/thunar-vcs-plugin/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.15&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.15&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.14&r2=1.15
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
62 retrieving revision 1.14
63 retrieving revision 1.15
64 diff -u -r1.14 -r1.15
65 --- ChangeLog 20 Mar 2011 13:25:50 -0000 1.14
66 +++ ChangeLog 29 Oct 2011 20:30:00 -0000 1.15
67 @@ -1,6 +1,10 @@
68 # ChangeLog for xfce-extra/thunar-vcs-plugin
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.14 2011/03/20 13:25:50 angelos Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.15 2011/10/29 20:30:00 ssuominen Exp $
72 +
73 + 29 Oct 2011; Samuli Suominen <ssuominen@g.o>
74 + thunar-vcs-plugin-0.1.4.ebuild:
75 + Import missing ru.po from git wrt #379051 by Dmitri Bogomolov
76
77 *thunar-vcs-plugin-0.1.4 (20 Mar 2011)