From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild (limited to 'app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild') diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild new file mode 100644 index 000000000000..cf91063156a4 --- /dev/null +++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit cmake-utils + +if [[ "${PV}" =~ (^|\.)9999$ ]]; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n" +fi + +DESCRIPTION="m17n-provided input methods for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n" +if [[ "${PV}" =~ (^|\.)9999$ ]]; then + SRC_URI="" +else + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" +fi + +LICENSE="LGPL-2.1+" +SLOT="4" +KEYWORDS="" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.9:4 + dev-libs/m17n-lib + virtual/libintl" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=() -- cgit v1.2.3