Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: xfce4-dict-0.3.0.ebuild ChangeLog
Date: Sun, 04 May 2008 11:11:08
Message-Id: E1Jsc7V-0001Mf-L9@stork.gentoo.org
1 drac 08/05/04 11:11:05
2
3 Modified: xfce4-dict-0.3.0.ebuild ChangeLog
4 Log:
5 Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xfce4-dict-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfce4-dict-0.3.0.ebuild 27 Apr 2008 02:14:48 -0000 1.1
22 +++ xfce4-dict-0.3.0.ebuild 4 May 2008 11:11:05 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.1 2008/04/27 02:14:48 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.2 2008/05/04 11:11:05 drac Exp $
28
29 inherit xfce44
30
31 @@ -15,4 +15,9 @@
32
33 DOCS="AUTHORS ChangeLog README"
34
35 +src_unpack() {
36 + unpack ${A}
37 + echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip
38 +}
39 +
40 xfce44_goodies_panel_plugin
41
42
43
44 1.12 xfce-extra/xfce4-dict/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 27 Apr 2008 02:14:48 -0000 1.11
57 +++ ChangeLog 4 May 2008 11:11:05 -0000 1.12
58 @@ -1,6 +1,9 @@
59 # ChangeLog for xfce-extra/xfce4-dict
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.11 2008/04/27 02:14:48 drac Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.12 2008/05/04 11:11:05 drac Exp $
63 +
64 + 04 May 2008; Samuli Suominen <drac@g.o> xfce4-dict-0.3.0.ebuild:
65 + Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz.
66
67 *xfce4-dict-0.3.0 (27 Apr 2008)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list