From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AB91139694 for ; Wed, 5 Jul 2017 13:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81488E0BE9; Wed, 5 Jul 2017 13:58:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A802E0BE9 for ; Wed, 5 Jul 2017 13:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC0A0341828 for ; Wed, 5 Jul 2017 13:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5962517 for ; Wed, 5 Jul 2017 13:58:35 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1499262783.d73968d444fb74f3ba54b28e880927f54ce62004.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libkkc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libkkc/Manifest app-i18n/libkkc/libkkc-0.3.5.ebuild app-i18n/libkkc/metadata.xml X-VCS-Directories: app-i18n/libkkc/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: d73968d444fb74f3ba54b28e880927f54ce62004 X-VCS-Branch: master Date: Wed, 5 Jul 2017 13:58:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 684f62bf-90bd-4c2d-8275-5e8c5551167c X-Archives-Hash: cbc9f59f693e115947c7b314e9a7c36e commit: d73968d444fb74f3ba54b28e880927f54ce62004 Author: Akinori Hattori gentoo org> AuthorDate: Wed Jul 5 13:53:03 2017 +0000 Commit: Akinori Hattori gentoo 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 @@ + + + + + cjk@gentoo.org + Cjk + + + ueno/libkkc + +