summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-01-31 13:30:54 +0000
committerBen de Groot <yngwin@gentoo.org>2013-01-31 13:30:54 +0000
commit35b24ca2e9ad4cba00abe18bdd9cf38e1f14747f (patch)
treedaebd43387bceae85a53020b5331e0a0499e6377 /app-i18n
parentdev-libs/libexplain: Handle docs correctly (diff)
downloadgentoo-2-35b24ca2e9ad4cba00abe18bdd9cf38e1f14747f.tar.gz
gentoo-2-35b24ca2e9ad4cba00abe18bdd9cf38e1f14747f.tar.bz2
gentoo-2-35b24ca2e9ad4cba00abe18bdd9cf38e1f14747f.zip
Initial commit. Ebuild based on the one by Wang Jiajun in gentoo-zh overlay.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-chewing/ChangeLog9
-rw-r--r--app-i18n/fcitx-chewing/Manifest3
-rw-r--r--app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild20
-rw-r--r--app-i18n/fcitx-chewing/metadata.xml5
4 files changed, 37 insertions, 0 deletions
diff --git a/app-i18n/fcitx-chewing/ChangeLog b/app-i18n/fcitx-chewing/ChangeLog
new file mode 100644
index 000000000000..ce9d6014d329
--- /dev/null
+++ b/app-i18n/fcitx-chewing/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-i18n/fcitx-chewing
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-chewing/ChangeLog,v 1.1 2013/01/31 13:30:54 yngwin Exp $
+
+*fcitx-chewing-0.2.0 (31 Jan 2013)
+
+ 31 Jan 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-chewing-0.2.0.ebuild,
+ +metadata.xml:
+ Initial commit. Ebuild based on the one by Wang Jiajun in gentoo-zh overlay.
diff --git a/app-i18n/fcitx-chewing/Manifest b/app-i18n/fcitx-chewing/Manifest
new file mode 100644
index 000000000000..6a54f0f111fa
--- /dev/null
+++ b/app-i18n/fcitx-chewing/Manifest
@@ -0,0 +1,3 @@
+DIST fcitx-chewing-0.2.0.tar.xz 13968 SHA256 cf03b84004f1839a6f6e10dadf53edfbf8b6dcbb9d70579cde913b6b5e0a8dec SHA512 af8f2fb6fb5fb017522ac81fa9b14907d9537dace21ef594951f1dd717e276319666480aecaa55d0696c2ba80f74d51f7573aea9799d96a37bfa8305b8e04e54 WHIRLPOOL 6508407069d353c05b3167b413f5ab90f839afa6e77282ce79504ae23d831e150747a1c949e5fa8f0c021ba7b44b95087295336ad17d049bfbd41b87555aca5f
+EBUILD fcitx-chewing-0.2.0.ebuild 425 SHA256 7ff810a7e5fce50822339f774329eeff652879678c30981eb8fda044e3fc57ab SHA512 0f4332a536d20b7a9bdda9f15c27ec30f66f9a03a748d782004c274359dea9090f38f42b4699a62067699eaad00a22be7199952f4d41a77951a3e6c775051990 WHIRLPOOL 571ab714fd8a2e0d46278c1a94806705bc879db6aa778f78e8d7cb71fc5fe12d0a34fe8654c484aaada7549d86f042f7e7540b1cf790f231e3906279ea09308d
+MISC metadata.xml 158 SHA256 18d71c580f82a389887f4970802b5f40e0a2e4c6019117e64268e008dfb81fc8 SHA512 6198c41a4d69a5ca0029aa9a593cc0ea553dc957fc0bdcd7bcd3bd1af7f84c5feaaf785160b60b8ed75282987818a6367f6092523cacd45f0c35494036043550 WHIRLPOOL 478bed9e1c3fbbcb13f17ffeebc2b9da5f3c48368e8a95c2802a88dbef4773f992fa254e4dc460248d5669021fe4e37b37be522d186da9d97321a58437679662
diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild
new file mode 100644
index 000000000000..232fb9a86dc4
--- /dev/null
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild,v 1.1 2013/01/31 13:30:54 yngwin Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Chewing module for Fcitx"
+HOMEPAGE="http://fcitx-im.org/"
+SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.7
+ dev-libs/libchewing"
+DEPEND="${RDEPEND}
+ virtual/libintl"
diff --git a/app-i18n/fcitx-chewing/metadata.xml b/app-i18n/fcitx-chewing/metadata.xml
new file mode 100644
index 000000000000..cb36a2fd8c76
--- /dev/null
+++ b/app-i18n/fcitx-chewing/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>