summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-01-31 10:48:31 +0000
committerBen de Groot <yngwin@gentoo.org>2013-01-31 10:48:31 +0000
commitd586edc5bfdb37310102faa0262fb1016e7d5b3f (patch)
treeff036774e6828019a360835aaa6c58c828aa6dcd /app-i18n/kcm-fcitx
parentRestore dropped kernel .config checks (diff)
downloadgentoo-2-d586edc5bfdb37310102faa0262fb1016e7d5b3f.tar.gz
gentoo-2-d586edc5bfdb37310102faa0262fb1016e7d5b3f.tar.bz2
gentoo-2-d586edc5bfdb37310102faa0262fb1016e7d5b3f.zip
Initial commit
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/kcm-fcitx')
-rw-r--r--app-i18n/kcm-fcitx/ChangeLog9
-rw-r--r--app-i18n/kcm-fcitx/Manifest3
-rw-r--r--app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild21
-rw-r--r--app-i18n/kcm-fcitx/metadata.xml5
4 files changed, 38 insertions, 0 deletions
diff --git a/app-i18n/kcm-fcitx/ChangeLog b/app-i18n/kcm-fcitx/ChangeLog
new file mode 100644
index 000000000000..3abd0d3668a3
--- /dev/null
+++ b/app-i18n/kcm-fcitx/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-i18n/kcm-fcitx
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v 1.1 2013/01/31 10:48:31 yngwin Exp $
+
+*kcm-fcitx-0.4.2 (31 Jan 2013)
+
+ 31 Jan 2013; Ben de Groot <yngwin@gentoo.org> +kcm-fcitx-0.4.2.ebuild,
+ +metadata.xml:
+ Initial commit
diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest
new file mode 100644
index 000000000000..ad36c97d8e85
--- /dev/null
+++ b/app-i18n/kcm-fcitx/Manifest
@@ -0,0 +1,3 @@
+DIST kcm-fcitx-0.4.2.tar.xz 63796 SHA256 f681c1a4172b74a63c36094f860eff4ea778422e1062b00fd03509eda745ed66 SHA512 51ccc5b03f076e73cda7852b1bb1598e56114fe1a7733f3eb0a731c0249cbaa2ac7f4c27115929d236cc94a3f131fc790933cddff624387d050fecf3e170842e WHIRLPOOL 6c0f3e4d345c7570ee519878c141ba2f708c85e0dc8a171058af291e6a02b48cdd3965335b9eb766f9a149b31d5fccc0334f8bb7352eb978625367af064e6b17
+EBUILD kcm-fcitx-0.4.2.ebuild 459 SHA256 546ca1074bba0c340dab603898e491cf1c65eb48992d83de13410374d0bd84af SHA512 b6b79476a16bc7b84c083a7124491fb2c94008f24c0fbe9acf344feae17adc3a0fd32e38f725af33ea142af8f333c36a86a0503954102e904dde832101636812 WHIRLPOOL ba57344a7e4a6aaeb59a79e667a54b62800e9790ff798b319a8e21cdd96cde1a9c6bae00776a4e6d64dc42a05ef92d491c3638fda6c8633ee33774d8fa9d2939
+MISC metadata.xml 158 SHA256 18d71c580f82a389887f4970802b5f40e0a2e4c6019117e64268e008dfb81fc8 SHA512 6198c41a4d69a5ca0029aa9a593cc0ea553dc957fc0bdcd7bcd3bd1af7f84c5feaaf785160b60b8ed75282987818a6367f6092523cacd45f0c35494036043550 WHIRLPOOL 478bed9e1c3fbbcb13f17ffeebc2b9da5f3c48368e8a95c2802a88dbef4773f992fa254e4dc460248d5669021fe4e37b37be522d186da9d97321a58437679662
diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild
new file mode 100644
index 000000000000..91a8852e9f8d
--- /dev/null
+++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild,v 1.1 2013/01/31 10:48:31 yngwin Exp $
+
+EAPI=5
+inherit kde4-base
+
+DESCRIPTION="KDE configuration module for Fcitx"
+HOMEPAGE="http://fcitx-im.org/"
+SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.7[qt4]
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
diff --git a/app-i18n/kcm-fcitx/metadata.xml b/app-i18n/kcm-fcitx/metadata.xml
new file mode 100644
index 000000000000..cb36a2fd8c76
--- /dev/null
+++ b/app-i18n/kcm-fcitx/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>cjk</herd>
+</pkgmetadata>