Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
Date: Thu, 31 Jan 2013 08:49:08
Message-Id: 20130131084905.AC7CD2171D@flycatcher.gentoo.org
1 yngwin 13/01/31 08:49:05
2
3 Modified: ChangeLog
4 Added: fcitx-configtool-0.4.6.ebuild
5 Log:
6 Version bump, bug #454486. Thanks to Dennis Lan and Wang Jiajun for contributions.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.15 app-i18n/fcitx-configtool/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 29 Oct 2012 06:59:12 -0000 1.14
24 +++ ChangeLog 31 Jan 2013 08:49:05 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-i18n/fcitx-configtool
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.14 2012/10/29 06:59:12 yngwin Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.15 2013/01/31 08:49:05 yngwin Exp $
31 +
32 +*fcitx-configtool-0.4.6 (31 Jan 2013)
33 +
34 + 31 Jan 2013; Ben de Groot <yngwin@g.o> +fcitx-configtool-0.4.6.ebuild:
35 + Version bump, bug #454486. Thanks to Dennis Lan and Wang Jiajun for
36 + contributions.
37
38 29 Oct 2012; Ben de Groot <yngwin@g.o> -fcitx-configtool-0.1.4.ebuild,
39 -fcitx-configtool-0.4.4.ebuild:
40
41
42
43 1.1 app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: fcitx-configtool-0.4.6.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.1 2013/01/31 08:49:05 yngwin Exp $
53
54 EAPI=5
55
56 inherit cmake-utils
57
58 DESCRIPTION="A GTK+ GUI configuration tool for fcitx"
59 HOMEPAGE="https://fcitx.googlecode.com/"
60 SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="gtk +gtk3"
66 REQUIRED_USE="|| ( gtk gtk3 )"
67
68 RDEPEND=">=app-i18n/fcitx-4.2.7
69 dev-libs/glib:2
70 gtk? ( x11-libs/gtk+:2 )
71 gtk3? ( x11-libs/gtk+:3 )"
72 DEPEND="${RDEPEND}
73 app-text/iso-codes
74 dev-libs/libunique:1
75 dev-util/intltool
76 virtual/pkgconfig"
77
78 src_configure() {
79 local mycmakeargs="
80 $(cmake-utils_use_enable gtk GTK2)
81 $(cmake-utils_use_enable gtk3 GTK3)"
82 cmake-utils_src_configure
83 }