add finished neovim && libutf8proc ebuild

This commit is contained in:
fabolous005 2024-12-26 14:57:23 +01:00
parent d8bbd7bc24
commit 1306d4f9fb

View File

@ -8,14 +8,11 @@ inherit ruby-single toolchain-funcs git-r3
DESCRIPTION="A clean C Library for processing UTF-8 Unicode data" DESCRIPTION="A clean C Library for processing UTF-8 Unicode data"
HOMEPAGE="https://github.com/JuliaStrings/utf8proc" HOMEPAGE="https://github.com/JuliaStrings/utf8proc"
# SRC_URI="https://github.com/JuliaStrings/${PN#lib}/releases/download/v${PV}/${P#lib}.tar.gz -> ${P}.tar.gz
# cjk? ( https://dev.gentoo.org/~hattya/distfiles/${PN}-EastAsianWidth-15.1.0.xz )"
EGIT_REPO_URI="https://github.com/JuliaStrings/utf8proc.git" EGIT_REPO_URI="https://github.com/JuliaStrings/utf8proc.git"
LICENSE="MIT" LICENSE="MIT"
SLOT="0/${PV}" SLOT="0/${PV}"
# KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="static-libs test" IUSE="static-libs test"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
@ -23,7 +20,6 @@ BDEPEND="test? (
=app-i18n/unicode-data-15.1* =app-i18n/unicode-data-15.1*
${RUBY_DEPS} ${RUBY_DEPS}
)" )"
S="${WORKDIR}/${P#lib}"
# QA_PKGCONFIG_VERSION="3.0.0" # QA_PKGCONFIG_VERSION="3.0.0"