diff --git a/app-text/unicode/Manifest b/app-text/unicode/Manifest new file mode 100644 index 0000000..909f0ae --- /dev/null +++ b/app-text/unicode/Manifest @@ -0,0 +1 @@ +DIST unicode_2.7.orig.tar.gz 20428 BLAKE2B b150f4bdc6249b89089fa75bf55fe96e0a07cc87dadf612f68c0606269d519c5da9c13e93b00778e5721ccf35dd43f181e5064b52decf9c93b4fb3960bb27d77 SHA512 ce072b1a706eb034ecf9dedbac41b42699b79a6de217444ded66efce52d9648e456d15eab8400a0b9adaa0947cac961afecb9bacb3e8422bc8db09a3dc3bd60f diff --git a/app-text/unicode/metadata.xml b/app-text/unicode/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/app-text/unicode/metadata.xml @@ -0,0 +1,8 @@ + + + + + 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 +}