Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog libfm-0.1.15_pre20110216.ebuild
Date: Sun, 27 Feb 2011 22:54:27
Message-Id: 20110227225416.0707420054@flycatcher.gentoo.org
1 hwoarang 11/02/27 22:54:16
2
3 Modified: libfm-9999.ebuild ChangeLog
4 libfm-0.1.15_pre20110216.ebuild
5 Log:
6 Fix tests. Bug #356029. Thanks to Diego Elio Pettenò <flameeyes@g.o>
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 x11-libs/libfm/libfm-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.12&r2=1.13
16
17 Index: libfm-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- libfm-9999.ebuild 20 Feb 2011 11:54:36 -0000 1.12
24 +++ libfm-9999.ebuild 27 Feb 2011 22:54:15 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.12 2011/02/20 11:54:36 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.13 2011/02/27 22:54:15 hwoarang Exp $
30
31 EAPI=2
32
33 @@ -48,6 +48,17 @@
34 gtkdocize --copy || die
35 fi
36 intltoolize --force --copy --automake || die
37 + #disable unused translations. Bug #356029
38 + data/ui/app-chooser.ui
39 + data/ui/ask-rename.ui
40 + data/ui/exec-file.ui
41 + data/ui/file-prop.ui
42 + data/ui/preferred-apps.ui
43 + data/ui/progress.ui
44 + for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
45 + progress;do
46 + echo "data/ui/"${trans}.ui >> po/POTFILES.in
47 + done
48 eautoreconf
49 }
50
51
52
53
54 1.34 x11-libs/libfm/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.34&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.34&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.33&r2=1.34
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
63 retrieving revision 1.33
64 retrieving revision 1.34
65 diff -u -r1.33 -r1.34
66 --- ChangeLog 20 Feb 2011 11:54:36 -0000 1.33
67 +++ ChangeLog 27 Feb 2011 22:54:15 -0000 1.34
68 @@ -1,6 +1,10 @@
69 # ChangeLog for x11-libs/libfm
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.33 2011/02/20 11:54:36 hwoarang Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.34 2011/02/27 22:54:15 hwoarang Exp $
73 +
74 + 27 Feb 2011; Markos Chandras <hwoarang@g.o>
75 + libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild:
76 + Fix tests. Bug #356029. Thanks to Diego Elio Pettenò <flameeyes@g.o>
77
78 20 Feb 2011; Markos Chandras <hwoarang@g.o>
79 libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild:
80
81
82
83 1.4 x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild?rev=1.4&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild?rev=1.4&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild?r1=1.3&r2=1.4
88
89 Index: libfm-0.1.15_pre20110216.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v
92 retrieving revision 1.3
93 retrieving revision 1.4
94 diff -u -r1.3 -r1.4
95 --- libfm-0.1.15_pre20110216.ebuild 20 Feb 2011 11:54:36 -0000 1.3
96 +++ libfm-0.1.15_pre20110216.ebuild 27 Feb 2011 22:54:15 -0000 1.4
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2011 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.3 2011/02/20 11:54:36 hwoarang Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.4 2011/02/27 22:54:15 hwoarang Exp $
102
103 EAPI=2
104
105 @@ -48,6 +48,17 @@
106 gtkdocize --copy || die
107 fi
108 intltoolize --force --copy --automake || die
109 + #disable unused translations. Bug #356029
110 + data/ui/app-chooser.ui
111 + data/ui/ask-rename.ui
112 + data/ui/exec-file.ui
113 + data/ui/file-prop.ui
114 + data/ui/preferred-apps.ui
115 + data/ui/progress.ui
116 + for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
117 + progress;do
118 + echo "data/ui/"${trans}.ui >> po/POTFILES.in
119 + done
120 eautoreconf
121 }