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-qt5: fcitx-qt5-1.0.0.ebuild ChangeLog
Date: Tue, 03 Feb 2015 08:03:41
Message-Id: 20150203080335.D9F7C10F3A@oystercatcher.gentoo.org
1 yngwin 15/02/03 08:03:35
2
3 Modified: ChangeLog
4 Added: fcitx-qt5-1.0.0.ebuild
5 Log:
6 version bump; update dependencies
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
9
10 Revision Changes Path
11 1.2 app-i18n/fcitx-qt5/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 2 Nov 2014 09:03:54 -0000 1.1
24 +++ ChangeLog 3 Feb 2015 08:03:35 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-i18n/fcitx-qt5
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog,v 1.1 2014/11/02 09:03:54 yngwin Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog,v 1.2 2015/02/03 08:03:35 yngwin Exp $
31 +
32 +*fcitx-qt5-1.0.0 (03 Feb 2015)
33 +
34 + 03 Feb 2015; Ben de Groot <yngwin@g.o> +fcitx-qt5-1.0.0.ebuild:
35 + version bump; update dependencies
36
37 *fcitx-qt5-0.1.2 (02 Nov 2014)
38
39
40
41
42 1.1 app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fcitx-qt5-1.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild,v 1.1 2015/02/03 08:03:35 yngwin Exp $
52
53 EAPI=5
54 inherit cmake-utils
55
56 DESCRIPTION="Qt5 input module for Fcitx"
57 HOMEPAGE="http://fcitx-im.org/"
58 SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=app-i18n/fcitx-4.2.8
66 dev-libs/extra-cmake-modules
67 dev-qt/qtcore:5
68 dev-qt/qtdbus:5
69 dev-qt/qtgui:5
70 dev-qt/qtwidgets:5"
71 DEPEND="${RDEPEND}"