summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-02-03 08:03:35 +0000
committerBen de Groot <yngwin@gentoo.org>2015-02-03 08:03:35 +0000
commit2666987a6035955e2918eac80047d7b94c05b44f (patch)
tree970127fa95e6b2d0fa19f03c2cd8dd1b9f1191e5 /app-i18n
parentAdd ~arm keyword (diff)
downloadgentoo-2-2666987a6035955e2918eac80047d7b94c05b44f.tar.gz
gentoo-2-2666987a6035955e2918eac80047d7b94c05b44f.tar.bz2
gentoo-2-2666987a6035955e2918eac80047d7b94c05b44f.zip
version bump; update dependencies
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-qt5/ChangeLog9
-rw-r--r--app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/app-i18n/fcitx-qt5/ChangeLog b/app-i18n/fcitx-qt5/ChangeLog
index ab98bae95026..9bd42ecd97af 100644
--- a/app-i18n/fcitx-qt5/ChangeLog
+++ b/app-i18n/fcitx-qt5/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/fcitx-qt5
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog,v 1.1 2014/11/02 09:03:54 yngwin Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-qt5/ChangeLog,v 1.2 2015/02/03 08:03:35 yngwin Exp $
+
+*fcitx-qt5-1.0.0 (03 Feb 2015)
+
+ 03 Feb 2015; Ben de Groot <yngwin@gentoo.org> +fcitx-qt5-1.0.0.ebuild:
+ version bump; update dependencies
*fcitx-qt5-0.1.2 (02 Nov 2014)
diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild
new file mode 100644
index 000000000000..e88047290cc4
--- /dev/null
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Qt5 input module for Fcitx"
+HOMEPAGE="http://fcitx-im.org/"
+SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+ dev-libs/extra-cmake-modules
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5"
+DEPEND="${RDEPEND}"