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/xfce4-timer-plugin: xfce4-timer-plugin-0.6.2.ebuild ChangeLog
Date: Wed, 16 Nov 2011 16:42:49
Message-Id: 20111116164234.D36872004B@flycatcher.gentoo.org
1 ssuominen 11/11/16 16:42:34
2
3 Modified: xfce4-timer-plugin-0.6.2.ebuild ChangeLog
4 Log:
5 Import missing sk.po from git wrt #386973 by "tyctor"
6
7 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild?r1=1.8&r2=1.9
15
16 Index: xfce4-timer-plugin-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xfce4-timer-plugin-0.6.2.ebuild 2 Nov 2011 14:19:19 -0000 1.8
23 +++ xfce4-timer-plugin-0.6.2.ebuild 16 Nov 2011 16:42:34 -0000 1.9
24 @@ -1,6 +1,6 @@
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/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.8 2011/11/02 14:19:19 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.9 2011/11/16 16:42:34 ssuominen Exp $
29
30 EAPI=4
31 inherit xfconf
32 @@ -10,7 +10,8 @@
33 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2
34 http://dev.gentoo.org/~ssuominen/${P}-ca.po.bz2
35 http://dev.gentoo.org/~ssuominen/${P}-hr.po.bz2
36 - http://dev.gentoo.org/~ssuominen/${P}-nl.po.bz2"
37 + http://dev.gentoo.org/~ssuominen/${P}-nl.po.bz2
38 + http://dev.gentoo.org/~ssuominen/${P}-sk.po.bz2"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -29,8 +30,10 @@
43 }
44
45 src_prepare() {
46 - mv -vf "${WORKDIR}"/${P}-ca.po po/ca.po || die
47 - mv -vf "${WORKDIR}"/${P}-hr.po po/hr.po || die
48 - mv -vf "${WORKDIR}"/${P}-nl.po po/nl.po || die
49 + local po
50 + for po in ca hr nl sk; do
51 + mv -vf "${WORKDIR}"/${P}-${po}.po po/${po}.po || die
52 + done
53 +
54 xfconf_src_prepare
55 }
56
57
58
59 1.12 xfce-extra/xfce4-timer-plugin/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?rev=1.12&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?rev=1.12&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog?r1=1.11&r2=1.12
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v
68 retrieving revision 1.11
69 retrieving revision 1.12
70 diff -u -r1.11 -r1.12
71 --- ChangeLog 2 Nov 2011 14:19:19 -0000 1.11
72 +++ ChangeLog 16 Nov 2011 16:42:34 -0000 1.12
73 @@ -1,6 +1,10 @@
74 # ChangeLog for xfce-extra/xfce4-timer-plugin
75 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.11 2011/11/02 14:19:19 jer Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.12 2011/11/16 16:42:34 ssuominen Exp $
78 +
79 + 16 Nov 2011; Samuli Suominen <ssuominen@g.o>
80 + xfce4-timer-plugin-0.6.2.ebuild:
81 + Import missing sk.po from git wrt #386973 by "tyctor"
82
83 02 Nov 2011; Jeroen Roovers <jer@g.o> xfce4-timer-plugin-0.6.2.ebuild:
84 Stable for HPPA (bug #386963).