diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-24 00:54:26 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-24 00:56:45 +0900 |
commit | f587937984834f6a8a79dabcc60703c4b400182a (patch) | |
tree | f3f6562605fc99dafd8c28e3c8dbd5dcca908ae2 /app-i18n/ibus-typing-booster | |
parent | sys-process/parallel: remove old (diff) | |
download | gentoo-f587937984834f6a8a79dabcc60703c4b400182a.tar.gz gentoo-f587937984834f6a8a79dabcc60703c4b400182a.tar.bz2 gentoo-f587937984834f6a8a79dabcc60703c4b400182a.zip |
app-i18n/ibus-typing-booster: initial import
Gentoo-Bug: 612046
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-typing-booster')
-rw-r--r-- | app-i18n/ibus-typing-booster/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.32.ebuild | 35 | ||||
-rw-r--r-- | app-i18n/ibus-typing-booster/metadata.xml | 11 |
3 files changed, 47 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..58c4fd17ab50 --- /dev/null +++ b/app-i18n/ibus-typing-booster/Manifest @@ -0,0 +1 @@ +DIST ibus-typing-booster-1.5.32.tar.gz 5114796 SHA256 fc85e6913bd249c5fa94f4451f6ddc58031e2e0381563d9e26584f7b85a70e4f SHA512 0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e WHIRLPOOL 9623cc693dccab953f8bbfdca5a91d25345a7446bf2c9e5da9a1a08b7401d69a480670fe3da89a3bd034be7f6e45588893e6092c0f7f842cc1788bf67c650b1e 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> |