public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2011-10-29 20:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-29 20:30 UTC (permalink / raw
  To: gentoo-commits

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
  
  (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=1.3&view=markup
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
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

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
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-vcs-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-vcs-plugin-0.1.4.ebuild,v 1.3 2011/10/29 20:30:00 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
 
 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2
+	http://dev.gentoo.org/~ssuominen/${P}-ru.po.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -35,3 +36,8 @@
 
 	DOCS=( AUTHORS ChangeLog NEWS README )
 }
+
+src_prepare() {
+	mv -vf "${WORKDIR}"/${P}-ru.po po/ru.po || die
+	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=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
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/ChangeLog,v 1.14 2011/03/20 13:25:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.15 2011/10/29 20:30:00 ssuominen Exp $
+
+  29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.4.ebuild:
+  Import missing ru.po from git wrt #379051 by Dmitri Bogomolov
 
 *thunar-vcs-plugin-0.1.4 (20 Mar 2011)
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2012-03-21  6:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-21  6:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/21 06:26:51

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  Use gentoo mirrors.
  
  (Portage version: 2.2.0_alpha92/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.3&r2=1.4

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunar-vcs-plugin-0.1.4.ebuild	29 Oct 2011 20:30:00 -0000	1.3
+++ thunar-vcs-plugin-0.1.4.ebuild	21 Mar 2012 06:26:51 -0000	1.4
@@ -1,14 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.4 2012/03/21 06:26:51 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
 
 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2
-	http://dev.gentoo.org/~ssuominen/${P}-ru.po.bz2"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+	mirror://gentoo/${P}-ru.po.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.16                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Oct 2011 20:30:00 -0000	1.15
+++ ChangeLog	21 Mar 2012 06:26:51 -0000	1.16
@@ -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/ChangeLog,v 1.15 2011/10/29 20:30:00 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.16 2012/03/21 06:26:51 ssuominen Exp $
+
+  21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.4.ebuild:
+  Use gentoo mirrors.
 
   29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.4.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2012-05-04  7:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04  7:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/04 07:41:30

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  Use virtual/pkgconfig.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.4&r2=1.5

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-vcs-plugin-0.1.4.ebuild	21 Mar 2012 06:26:51 -0000	1.4
+++ thunar-vcs-plugin-0.1.4.ebuild	4 May 2012 07:41:30 -0000	1.5
@@ -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/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.4 2012/03/21 06:26:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.5 2012/05/04 07:41:30 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -15,17 +15,19 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug +git +subversion"
 
-RDEPEND=">=dev-libs/glib-2.18:2
+RDEPEND=">=dev-libs/glib-2.18
 	>=x11-libs/gtk+-2.14:2
 	>=xfce-base/exo-0.6
 	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/thunar-1.2
 	git? ( dev-vcs/git )
-	subversion? ( >=dev-libs/apr-0.9.7
-		>=dev-vcs/subversion-1.5 )"
+	subversion? (
+		>=dev-libs/apr-0.9.7
+		>=dev-vcs/subversion-1.5
+		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(



1.17                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Mar 2012 06:26:51 -0000	1.16
+++ ChangeLog	4 May 2012 07:41:30 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.16 2012/03/21 06:26:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.17 2012/05/04 07:41:30 ssuominen Exp $
+
+  04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.4.ebuild:
+  Use virtual/pkgconfig.
 
   21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.4.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2012-11-28 12:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-28 12:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/28 12:18:36

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  EAPI5
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.6                  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=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.5&r2=1.6

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunar-vcs-plugin-0.1.4.ebuild	4 May 2012 07:41:30 -0000	1.5
+++ thunar-vcs-plugin-0.1.4.ebuild	28 Nov 2012 12:18:36 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.5 2012/05/04 07:41:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.6 2012/11/28 12:18:36 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit xfconf
 
 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"



1.18                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 May 2012 07:41:30 -0000	1.17
+++ ChangeLog	28 Nov 2012 12:18:36 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.17 2012/05/04 07:41:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.18 2012/11/28 12:18:36 ssuominen Exp $
+
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.4.ebuild:
+  EAPI5
 
   04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.4.ebuild:





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2013-04-11 10:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-11 10:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/11 10:11:41

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  Import 4 missing translation files from git. Thanks to Agostino Sarubbo for noticing.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.7                  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=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.6&r2=1.7

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-vcs-plugin-0.1.4.ebuild	28 Nov 2012 12:18:36 -0000	1.6
+++ thunar-vcs-plugin-0.1.4.ebuild	11 Apr 2013 10:11:41 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.6 2012/11/28 12:18:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.7 2013/04/11 10:11:41 ssuominen Exp $
 
 EAPI=5
 inherit xfconf
@@ -8,7 +8,11 @@
 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2
-	mirror://gentoo/${P}-ru.po.bz2"
+	http://dev.gentoo.org/~ssuominen/${P}-el.po.bz2
+	http://dev.gentoo.org/~ssuominen/${P}-eu.po.bz2
+	mirror://gentoo/${P}-ru.po.bz2
+	http://dev.gentoo.org/~ssuominen/${P}-ug.po.bz2
+	http://dev.gentoo.org/~ssuominen/${P}-uk.po.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -40,6 +44,11 @@
 }
 
 src_prepare() {
-	mv -vf "${WORKDIR}"/${P}-ru.po po/ru.po || die
+	# This won't be required for next release anymore, thanks to the following commit:
+	# http://git.xfce.org/thunar-plugins/thunar-vcs-plugin/commit/?id=e87584f7b87627a322f6e41025e5e52d65ebb4d8
+	local lang
+	for lang in el eu ru ug uk; do
+		mv "${WORKDIR}"/${P}-${lang}.po po/${lang}.po || die
+	done
 	xfconf_src_prepare
 }



1.19                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	28 Nov 2012 12:18:36 -0000	1.18
+++ ChangeLog	11 Apr 2013 10:11:41 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.18 2012/11/28 12:18:36 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.19 2013/04/11 10:11:41 ssuominen Exp $
+
+  11 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.4.ebuild:
+  Import 4 missing translation files from git. Thanks to Agostino Sarubbo for
+  noticing.
 
   28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.4.ebuild:





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2013-04-11 17:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 17:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 17:56:09

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  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=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.7&r2=1.8

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-vcs-plugin-0.1.4.ebuild	11 Apr 2013 10:11:41 -0000	1.7
+++ thunar-vcs-plugin-0.1.4.ebuild	11 Apr 2013 17:56:09 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.7 2013/04/11 10:11:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.8 2013/04/11 17:56:09 ago Exp $
 
 EAPI=5
 inherit xfconf
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug +git +subversion"
 
 RDEPEND=">=dev-libs/glib-2.18



1.20                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	11 Apr 2013 10:11:41 -0000	1.19
+++ ChangeLog	11 Apr 2013 17:56:09 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.19 2013/04/11 10:11:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.20 2013/04/11 17:56:09 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> thunar-vcs-plugin-0.1.4.ebuild:
+  Stable for amd64, wrt bug #465286
 
   11 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.4.ebuild:
@@ -28,4 +31,3 @@
   20 Mar 2011; Christoph Mende <angelos@gentoo.org>
   +thunar-vcs-plugin-0.1.4.ebuild, +metadata.xml:
   Re-import, current version is compatible with Thunar-1.2
-





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog
@ 2013-04-11 18:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 18:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 18:06:50

  Modified:             thunar-vcs-plugin-0.1.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  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=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild?r1=1.8&r2=1.9

Index: thunar-vcs-plugin-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- thunar-vcs-plugin-0.1.4.ebuild	11 Apr 2013 17:56:09 -0000	1.8
+++ thunar-vcs-plugin-0.1.4.ebuild	11 Apr 2013 18:06:50 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.8 2013/04/11 17:56:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.9 2013/04/11 18:06:50 ago Exp $
 
 EAPI=5
 inherit xfconf
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug +git +subversion"
 
 RDEPEND=">=dev-libs/glib-2.18



1.21                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	11 Apr 2013 17:56:09 -0000	1.20
+++ ChangeLog	11 Apr 2013 18:06:50 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.20 2013/04/11 17:56:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.21 2013/04/11 18:06:50 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> thunar-vcs-plugin-0.1.4.ebuild:
+  Stable for x86, wrt bug #465286
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> thunar-vcs-plugin-0.1.4.ebuild:
   Stable for amd64, wrt bug #465286





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-11 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 10:11 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: thunar-vcs-plugin-0.1.4.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 18:06 Agostino Sarubbo (ago)
2013-04-11 17:56 Agostino Sarubbo (ago)
2012-11-28 12:18 Samuli Suominen (ssuominen)
2012-05-04  7:41 Samuli Suominen (ssuominen)
2012-03-21  6:26 Samuli Suominen (ssuominen)
2011-10-29 20:30 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox