Gentoo Archives: gentoo-commits

From: "Mu Qiao (qiaomuf)" <qiaomuf@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: ChangeLog fcitx-configtool-0.2.0.ebuild
Date: Fri, 02 Sep 2011 00:55:38
Message-Id: 20110902005527.922822004C@flycatcher.gentoo.org
1 qiaomuf 11/09/02 00:55:27
2
3 Modified: Tag: 1 ChangeLog No tag
4 fcitx-configtool-0.2.0.ebuild
5 Log:
6 Add slot dependency for libunique
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 No
12
13
14 No
15
16
17 1.4 app-i18n/fcitx-configtool/ChangeLog
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?rev=1.4&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?rev=1.4&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?r1=1.3&r2=1.4
22
23 Index: ChangeLog
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
26 retrieving revision 1.3
27 retrieving revision 1.4
28 diff -u -r1.3 -r1.4
29 --- ChangeLog 18 Dec 2010 10:58:47 -0000 1.3
30 +++ ChangeLog 2 Sep 2011 00:55:27 -0000 1.4
31 @@ -1,6 +1,9 @@
32 # ChangeLog for app-i18n/fcitx-configtool
33 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
34 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.3 2010/12/18 10:58:47 qiaomuf Exp $
35 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
36 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.4 2011/09/02 00:55:27 qiaomuf Exp $
37 +
38 + 02 Sep 2011; Mu Qiao <qiaomuf@g.o> fcitx-configtool-0.2.0.ebuild:
39 + Add slot dependency for libunique
40
41 *fcitx-configtool-0.2.0 (18 Dec 2010)
42
43
44
45
46 No
47
48
49 No
50
51
52 1.2 app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild?r1=1.1&r2=1.2
57
58 Index: fcitx-configtool-0.2.0.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- fcitx-configtool-0.2.0.ebuild 18 Dec 2010 10:58:47 -0000 1.1
65 +++ fcitx-configtool-0.2.0.ebuild 2 Sep 2011 00:55:27 -0000 1.2
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2010 Gentoo Foundation
68 +# Copyright 1999-2011 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v 1.1 2010/12/18 10:58:47 qiaomuf Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v 1.2 2011/09/02 00:55:27 qiaomuf Exp $
72
73 EAPI="2"
74
75 @@ -19,7 +19,7 @@
76 x11-libs/gtk+:2"
77 DEPEND="${RDEPEND}
78 >=app-i18n/fcitx-4.0.1
79 - dev-libs/libunique
80 + dev-libs/libunique:1
81 dev-util/intltool
82 dev-util/pkgconfig
83 sys-devel/gettext"