summaryrefslogtreecommitdiff
path: root/app-i18n/ibus-typing-booster
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-i18n/ibus-typing-booster
reinit the tree, so we can have metadata
Diffstat (limited to 'app-i18n/ibus-typing-booster')
-rw-r--r--app-i18n/ibus-typing-booster/Manifest3
-rw-r--r--app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild35
-rw-r--r--app-i18n/ibus-typing-booster/metadata.xml11
3 files changed, 49 insertions, 0 deletions
diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
new file mode 100644
index 000000000000..af82624abde5
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -0,0 +1,3 @@
+DIST ibus-typing-booster-1.5.32.tar.gz 5114796 SHA256 fc85e6913bd249c5fa94f4451f6ddc58031e2e0381563d9e26584f7b85a70e4f SHA512 0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e WHIRLPOOL 9623cc693dccab953f8bbfdca5a91d25345a7446bf2c9e5da9a1a08b7401d69a480670fe3da89a3bd034be7f6e45588893e6092c0f7f842cc1788bf67c650b1e
+EBUILD ibus-typing-booster-1.5.32.ebuild 892 SHA256 3cae448b4df5363ea5d3d0e71feda1f598b200e71f1e9be97174340322ef3175 SHA512 337d8a78c9fb87cfe46fbe5e043722c52c2d2b7cc62039220f444f9a26936b726fad670910f69e52c66b7f771ff95872bd01d091fe281f4a27287cd4e6495182 WHIRLPOOL 01ccc9cda9a02c092fc90efdef37e233e2baa983443e6f4502f6e1f990b91559944694c4702aa53381db5d3d9a72c1af2b43a3f9bbf9469126d7d5eb76aa5097
+MISC metadata.xml 331 SHA256 cdbd2d18acf535c0e7d91b71bb412c06a469012ecfc994e775b953666faf847f SHA512 e0524c2ebad138f51a5d79d639e809196029a83f46dc331c2bd21d94417d5adf8d059f15694b484f4fcb107dff2aba7d3ad4c87a19accaccf75429bfa2c92b63 WHIRLPOOL d5a0cf7d3a7420b3b3881de50eeee5c6445d1e9cef50cf991a230d6ac73a490e8001275e435f2df85c9b7510041d0543a64e5b39b337f7e317eeb98091f1be86
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
new file mode 100644
index 000000000000..94e882bf44d5
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Completion input method for IBus"
+HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
+SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="${PYTHON_DEPS}
+ app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+ dev-libs/m17n-lib
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pyenchant[${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+ || (
+ >=dev-db/m17n-db-1.7
+ dev-db/m17n-contrib
+ )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
diff --git a/app-i18n/ibus-typing-booster/metadata.xml b/app-i18n/ibus-typing-booster/metadata.xml
new file mode 100644
index 000000000000..bd6b0e5b1eb3
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <longdescription lang="en">
+ A completion input method for IBus.
+ </longdescription>
+</pkgmetadata>