From 1f4b0706db0eea592b5fd9087d20f9d6a4e59349 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 1 Apr 2020 11:46:36 +0200 Subject: [PATCH] app-text/unicode: New ebuild Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay + + + + alarig@swordarmor.fr + Alarig Le Lay + + diff --git a/app-text/unicode/unicode-2.7.ebuild b/app-text/unicode/unicode-2.7.ebuild new file mode 100644 index 0000000..05df92f --- /dev/null +++ b/app-text/unicode/unicode-2.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +inherit distutils-r1 + +DESCRIPTION="display unicode character properties" +HOMEPAGE="https://tracker.debian.org/pkg/unicode" +SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-i18n/unicode-data" +RDEPEND="${DEPEND}" +BDEPEND="" + +DOCS=(README{,-paracode} debian/changelog) + +src_install() { + doman unicode.1 + distutils-r1_src_install +}