diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-16 23:20:12 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-16 23:20:12 +0900 |
commit | acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e (patch) | |
tree | 9ea240f220e398e39d40895c12167d47cea729fb /app-i18n/ibus-table-others | |
parent | app-i18n/ibus-table-latin: update SRC_URI (diff) | |
download | gentoo-acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e.tar.gz gentoo-acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e.tar.bz2 gentoo-acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e.zip |
app-i18n/ibus-table-others: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-table-others')
-rw-r--r-- | app-i18n/ibus-table-others/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 17 | ||||
-rw-r--r-- | app-i18n/ibus-table-others/metadata.xml | 27 |
3 files changed, 45 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest new file mode 100644 index 000000000000..29a6c40202ea --- /dev/null +++ b/app-i18n/ibus-table-others/Manifest @@ -0,0 +1 @@ +DIST ibus-table-others-1.3.9.tar.gz 627253 SHA256 63b14a809636a32a5d000a5dd44670a60eca3a872ff1c22d72617d2f6d52e008 SHA512 4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019 WHIRLPOOL 5419e7d6e1f1b82b59289e096942046d492c99b0657fea881fc7270f458b736fa6ba6beb0580a94393a4be3dced53668287f94ec43f62fc5366d217c190ca5f8 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild new file mode 100644 index 000000000000..636e5dce4891 --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Various tables for IBus-Table" +HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" +SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-i18n/ibus-table" +DEPEND="${RDEPEND} + virtual/pkgconfig" diff --git a/app-i18n/ibus-table-others/metadata.xml b/app-i18n/ibus-table-others/metadata.xml new file mode 100644 index 000000000000..1c7ec141883e --- /dev/null +++ b/app-i18n/ibus-table-others/metadata.xml @@ -0,0 +1,27 @@ +<?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"> + ibus-table-others provides the following tables for IBus-Table: + + * CNS11643 + * Compose + * Emoji + * IPA-X-SAMPA + * LaTex + * Mathwriter + * RussianTraditional + * Thai + * Translit + * Ua-Translit + * Viqr + * Yawerty + </longdescription> + <upstream> + <remote-id type="github">moebiuscurve/ibus-table-others</remote-id> + </upstream> +</pkgmetadata> |