commit:     d73968d444fb74f3ba54b28e880927f54ce62004
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 13:53:03 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 13:53:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73968d4

app-i18n/libkkc: initial import

Gentoo-Bug: 479440

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libkkc/Manifest            |  1 +
 app-i18n/libkkc/libkkc-0.3.5.ebuild | 46 +++++++++++++++++++++++++++++++++++++
 app-i18n/libkkc/metadata.xml        | 11 +++++++++
 3 files changed, 58 insertions(+)

diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest
new file mode 100644
index 00000000000..a58ddca357f
--- /dev/null
+++ b/app-i18n/libkkc/Manifest
@@ -0,0 +1 @@
+DIST libkkc-0.3.5.tar.gz 1424282 SHA256 
89b07b042dae5726d306aaa1296d1695cb75c4516f4b4879bc3781fe52f62aef SHA512 
f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236
 WHIRLPOOL 
4f759c9b08c4706c2244e253bad6c347dac2ad1a9ceb5a1b5b96161a7222e6fd1f607cc7dd4f49a01757e28742d75f2764d66c10435266e22a973f5e4e70cc72

diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild 
b/app-i18n/libkkc/libkkc-0.3.5.ebuild
new file mode 100644
index 00000000000..62e8f38e514
--- /dev/null
+++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ltprune python-any-r1 vala
+
+DESCRIPTION="Japanese Kana Kanji conversion input method library"
+HOMEPAGE="https://github.com/ueno/libkkc";
+SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection nls static-libs"
+
+RDEPEND="dev-libs/glib:2
+       dev-libs/json-glib
+       dev-libs/libgee:0.8
+       dev-libs/marisa[python(+)]
+       introspection? ( dev-libs/gobject-introspection )
+       nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
+       $(vala_depend)
+       dev-util/intltool
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )"
+
+src_prepare() {
+       vala_src_prepare
+       default
+}
+
+src_configure() {
+       econf \
+               $(use_enable introspection) \
+               $(use_enable nls) \
+               $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+       prune_libtool_files
+}

diff --git a/app-i18n/libkkc/metadata.xml b/app-i18n/libkkc/metadata.xml
new file mode 100644
index 00000000000..4d9edd9a3b5
--- /dev/null
+++ b/app-i18n/libkkc/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>c...@gentoo.org</email>
+    <name>Cjk</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ueno/libkkc</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to