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 3851D13832E for ; Sat, 6 Aug 2016 17:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD40C21C012; Sat, 6 Aug 2016 17:27:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4319021C012 for ; Sat, 6 Aug 2016 17:27:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D544340B57 for ; Sat, 6 Aug 2016 17:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E69F2424 for ; Sat, 6 Aug 2016 17:26:59 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1470504339.a24f369fbf3fe2212cbf9f222ba7659af7691c5f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-sayura/Manifest app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild app-i18n/fcitx-sayura/metadata.xml X-VCS-Directories: app-i18n/fcitx-sayura/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a24f369fbf3fe2212cbf9f222ba7659af7691c5f X-VCS-Branch: master Date: Sat, 6 Aug 2016 17:26:59 +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: 6a753477-c5de-4e6e-9f65-a2fd9e577c34 X-Archives-Hash: 57473ca535ea5bd915baaa05bc08f359 commit: a24f369fbf3fe2212cbf9f222ba7659af7691c5f Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Aug 5 11:21:43 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 6 17:25:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24f369f app-i18n/fcitx-sayura: Initial addition. app-i18n/fcitx-sayura/Manifest | 1 + app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild | 34 +++++++++++++++++++++++++ app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild | 34 +++++++++++++++++++++++++ app-i18n/fcitx-sayura/metadata.xml | 12 +++++++++ 4 files changed, 81 insertions(+) diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest new file mode 100644 index 0000000..37d6057 --- /dev/null +++ b/app-i18n/fcitx-sayura/Manifest @@ -0,0 +1 @@ +DIST fcitx-sayura-0.1.1.tar.xz 18756 SHA256 36b5d79fed0cefaff7832c82473404e96d68cc8560b1d626884604b0aad7bea6 SHA512 1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3 WHIRLPOOL ddcec7ba970868795df0ccf4eb3ebacb9a9ec29f6f05762fb5253ca6cc59fab78459fc11cb715bcc53856e5093378fb99f572ccd615fe84bbe053574efa1b69f diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild new file mode 100644 index 0000000..eff66b0 --- /dev/null +++ b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit cmake-utils + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura" +fi + +DESCRIPTION="Sinhala Sayura input method for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" +if [[ "${PV}" == "9999" ]]; then + SRC_URI="" +else + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" +fi + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.8 + virtual/libiconv + virtual/libintl" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=() diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild new file mode 100644 index 0000000..4ad9219 --- /dev/null +++ b/app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit cmake-utils + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura" +fi + +DESCRIPTION="Sinhala Sayura input method for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" +if [[ "${PV}" == "9999" ]]; then + SRC_URI="" +else + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" +fi + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.8 + virtual/libiconv + virtual/libintl" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=() diff --git a/app-i18n/fcitx-sayura/metadata.xml b/app-i18n/fcitx-sayura/metadata.xml new file mode 100644 index 0000000..49f2185 --- /dev/null +++ b/app-i18n/fcitx-sayura/metadata.xml @@ -0,0 +1,12 @@ + + + + + arfrever.fta@gmail.com + Arfrever Frehtes Taifersar Arahesis + + + cjk@gentoo.org + Cjk + +