From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
Date: Sun, 12 Oct 2025 08:09:46 +0000 (UTC) [thread overview]
Message-ID: <1760256573.0eb97c3557b7b7041e940fe306e8e9b8cbcc7d3c.hanno@gentoo> (raw)
commit: 0eb97c3557b7b7041e940fe306e8e9b8cbcc7d3c
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 08:09:30 2025 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 08:09:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb97c35
sys-libs/libhx: add 5.1
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-5.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index 34b19c4fedf3..b2086e4a2fd3 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,2 +1,3 @@
DIST libHX-4.27.tar.xz 366304 BLAKE2B 9f02379630f37a8c4297bee08e8053cfb9774bacbbf62007812e92475c9866236f3059664d4fbdf5a36aee8e02c7b831417410f4097db99602d09e2fb9371731 SHA512 291f92b16548b066e80c90dd16c7359373b3650a1673e142cf18331093f021a54ef2fc69fc42e00f1abab31e25a8cee18ee91226f447bf0ba75ee31ad49ac0a6
DIST libHX-5.0.tar.zst 380941 BLAKE2B 4e26deaa027bedc0cda2edde3f8f18cba47641ec7f62387142dc3280eb585af8eb425694ba3e907e3da086b6f737d2f740909b22f067c5c90fc956ab6cb28e50 SHA512 4398daf2f6788d73b36d571d49d4b564d249d108efed37c026db76a057d597bbac4359bbf231ed74fe3e4e38826f34d706236bf2a2d3c29b214fe216768909b2
+DIST libHX-5.1.tar.zst 381151 BLAKE2B a9572852cbd17c7d8fdadb28d6e5aaa56b04fa9ba8bb966d2fe9f18d40cd55cb50d5cd049089b97e514ef489c15bdad94ef3bd8662db8b5e0173c6b60676e752 SHA512 872a386c80de70782a73b540272f28e611e7aeeea401f0f0dbdbe26f23a4eea4b9c16a02a67dd5669ac35b02767f4512037fc259d685434100a9f220bee7e7dc
diff --git a/sys-libs/libhx/libhx-5.1.ebuild b/sys-libs/libhx/libhx-5.1.ebuild
new file mode 100644
index 000000000000..cb009c5e0667
--- /dev/null
+++ b/sys-libs/libhx/libhx-5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="https://inai.de/projects/libhx/"
+SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.zst"
+
+S="${WORKDIR}/libHX-${PV}"
+LICENSE="GPL-3"
+SLOT="0/43" # soname version
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="$(unpacker_src_uri_depends)"
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt doc/*.rst
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
next reply other threads:[~2025-10-12 8:09 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-12 8:09 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-07 11:08 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/ Hanno Böck
2025-10-07 11:04 Hanno Böck
2025-05-14 18:50 Arthur Zamarin
2025-05-14 18:50 Arthur Zamarin
2025-05-14 18:50 Arthur Zamarin
2025-03-20 21:05 Hanno Böck
2024-07-29 9:19 Hanno Böck
2024-03-22 13:21 Arthur Zamarin
2024-03-22 12:37 Arthur Zamarin
2024-03-22 12:37 Arthur Zamarin
2024-02-25 7:28 Hanno Böck
2024-02-10 8:51 Hanno Böck
2021-01-09 8:40 Hanno Böck
2021-01-08 17:20 Matt Turner
2020-12-27 11:38 Sergei Trofimovich
2020-12-27 4:54 Sam James
2020-11-17 16:56 Matt Turner
2020-11-17 16:56 Matt Turner
2020-11-17 5:39 Matt Turner
2020-11-17 5:37 Matt Turner
2020-11-17 5:37 Matt Turner
2020-09-09 9:07 Hanno Böck
2020-02-15 10:03 David Seifert
2019-04-10 22:31 Matt Turner
2019-04-10 22:31 Matt Turner
2018-11-23 15:42 Lars Wendler
2018-11-23 15:40 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1760256573.0eb97c3557b7b7041e940fe306e8e9b8cbcc7d3c.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox