summaryrefslogtreecommitdiff
path: root/dev-libs/libutf8proc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/libutf8proc
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-libs/libutf8proc')
-rw-r--r--dev-libs/libutf8proc/Manifest2
-rw-r--r--dev-libs/libutf8proc/libutf8proc-2.11.3.ebuild66
-rw-r--r--dev-libs/libutf8proc/metadata.xml11
3 files changed, 0 insertions, 79 deletions
diff --git a/dev-libs/libutf8proc/Manifest b/dev-libs/libutf8proc/Manifest
deleted file mode 100644
index adc8ae3b98da..000000000000
--- a/dev-libs/libutf8proc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libutf8proc-2.11.3.tar.gz 199424 BLAKE2B 1916b0308e3d2554777a08cc71f75650d22d1f6f6df5ab72304e8d1634c354d802c157b6c211dc535baba61f2deb05b36b08158ac392f48061cb5dd3b6aebd80 SHA512 dffca0cd40f451564219b6cdeb90d6f077c989ca2b38c1973dab70c6a4a9c9d55096ec4406ccafab436b0cee3701811cf4e1c1cfda7f07fb359ce4471fad59b4
-DIST libutf8proc-EastAsianWidth-17.0.0.xz 72628 BLAKE2B fc58d2ffbe4966fe167248e0703ed1e36f06c0e5338da0c2d800d0813b47800e5971c929fc29999acb6cedff74a0b038a30a3560166248874005911bb4fa92ce SHA512 7bee0fd890f8d0dc3cd64ad74be47173b8057ce1710990fbed585ff96ffd782b0443ffa7561d62ea22d84ffcbd68e58fa28cb3f60db37467f4a6847ca40729da
diff --git a/dev-libs/libutf8proc/libutf8proc-2.11.3.ebuild b/dev-libs/libutf8proc/libutf8proc-2.11.3.ebuild
deleted file mode 100644
index 4a231da9e1a4..000000000000
--- a/dev-libs/libutf8proc/libutf8proc-2.11.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit toolchain-funcs
-
-EAW="${PN}-EastAsianWidth-17.0.0"
-
-DESCRIPTION="A clean C Library for processing UTF-8 Unicode data"
-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/${EAW}.xz )"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-IUSE="cjk static-libs test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( =app-i18n/unicode-data-17.0* )"
-S="${WORKDIR}/${P#lib}"
-
-QA_PKGCONFIG_VERSION="3.2.3"
-
-src_prepare() {
- if use cjk; then
- einfo "Modifying East Asian Ambiguous (A) as wide ..."
- cp "${WORKDIR}"/${EAW} ${PN#lib}_data.c || die
-
- sed -i \
- -e "/return .*_CATEGORY_CO/s/ ||.*/;/" \
- -e "/if (ambiguous/,/}/d" \
- -e "/0xe000/d" \
- test/charwidth.c
- fi
-
- sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile
- default
-}
-
-src_compile() {
- emake \
- AR="$(tc-getAR)" \
- CC="$(tc-getCC)" \
- prefix="${EPREFIX}/usr"
-}
-
-src_test() {
- cp "${BROOT}"/usr/share/unicode-data/{DerivedCoreProperties,{Normalization,auxiliary/GraphemeBreak}Test}.txt data || die
-
- local name
- for name in Uppercase Lowercase; do
- sed -n "/# Derived Property: ${name}/,/# Total code points:/p" data/DerivedCoreProperties.txt >data/${name}.txt
- done
-
- emake CC="$(tc-getCC)" check
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- prefix="${EPREFIX}/usr" \
- install
- use static-libs || find "${ED}" -name '*.a' -delete || die
-}
diff --git a/dev-libs/libutf8proc/metadata.xml b/dev-libs/libutf8proc/metadata.xml
deleted file mode 100644
index 78d1f13937f3..000000000000
--- a/dev-libs/libutf8proc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hattya@gentoo.org</email>
- <name>Akinori Hattori</name>
- </maintainer>
- <upstream>
- <remote-id type="github">JuliaStrings/utf8proc</remote-id>
- </upstream>
-</pkgmetadata>