From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/
Date: Tue, 08 Apr 2025 17:40:57 +0000 (UTC) [thread overview]
Message-ID: <1744134042.0bf8c8d4789f9b8c8e6e74a3e7f68bc53ffe5603.ceamac@gentoo> (raw)
commit: 0bf8c8d4789f9b8c8e6e74a3e7f68bc53ffe5603
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 8 17:34:36 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Apr 8 17:40:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf8c8d4
dev-libs/libthreadar: add 1.5.2
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-libs/libthreadar/Manifest | 1 +
dev-libs/libthreadar/libthreadar-1.5.2.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest
index 87b4a02c4105..a2678d58ca11 100644
--- a/dev-libs/libthreadar/Manifest
+++ b/dev-libs/libthreadar/Manifest
@@ -1,2 +1,3 @@
DIST libthreadar-1.4.0.tar.gz 445672 BLAKE2B ce4165bfa507f27ea071dab067e1cda61e0812fd106ab80f0ef04a53ac68ce866a3d7c5ce6a26d6e9fc2c2085de7b8636492711a15a7103cc16b773d0a87aebe SHA512 3665817cf6327d4d24792d8cc2bd0a458bda1651b471e3440c1f63c22f397cfb4c8d81482f937e13f67f5ff1414662b1f69d9c311362a0a7a9249e8bc0236751
DIST libthreadar-1.5.0.tar.gz 460637 BLAKE2B 41ac9ae8bea6d9ae695b9c8984c842de8863ebd946ad424027a43e04ace7244e8a9414b28470d509c4567ec60a816835f6ad3a52ec9d2d8906fe09e48c720587 SHA512 b54b8f25be350d9262123413b0850c147a00684605f5394b27afea9b14d282fdfc2bd74abefa67e61f14fc2a28da7fa1eba78266f05a51b1ea5193f99ae51909
+DIST libthreadar-1.5.2.tar.gz 461655 BLAKE2B 7ef7e1e5a9b1217ed686fa016fc6f41dd8d3e7faacc7b2606b235a76e1bf91109f7cea35b650a1a1308f391cb55114dd0a82b0e2e4a85dc9cd9e339b20712c7f SHA512 589c55b9cbe77a39ca4b03b00c4159cffd989ec5fa4a70bfe1c7bfa81a44ba942673bee78e20147f393049c04a083b7df0f296b5a59fe0a7f3fb24a6e559c695
diff --git a/dev-libs/libthreadar/libthreadar-1.5.2.ebuild b/dev-libs/libthreadar/libthreadar-1.5.2.ebuild
new file mode 100644
index 000000000000..0762b98a1446
--- /dev/null
+++ b/dev-libs/libthreadar/libthreadar-1.5.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Threading library used by dar archiver"
+HOMEPAGE="https://sourceforge.net/projects/libthreadar/"
+SRC_URI="https://downloads.sourceforge.net/libthreadar/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+src_prepare() {
+ default
+
+ # don't build examples, they are not installed
+ sed -i -e '/^SUBDIRS =/d' doc/Makefile.am || die
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-build-html
+}
+
+src_install() {
+ emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install
+
+ einstalldocs
+ rm -r "${ED}"/usr/share/doc/${PF}/html || die
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-04-08 17:41 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 17:40 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-28 8:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/ Viorel Munteanu
2025-08-28 8:55 Viorel Munteanu
2025-08-28 8:55 Viorel Munteanu
2025-07-04 12:50 Viorel Munteanu
2025-06-22 6:33 Viorel Munteanu
2025-06-21 14:32 Sam James
2025-06-20 13:24 Arthur Zamarin
2025-06-20 13:24 Arthur Zamarin
2024-12-10 15:22 Sam James
2024-12-08 18:26 Sam James
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-08-22 5:16 Viorel Munteanu
2024-07-22 10:55 Viorel Munteanu
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:42 Sam James
2024-07-21 12:42 Sam James
2024-07-21 12:42 Sam James
2024-06-21 6:17 Viorel Munteanu
2022-11-02 16:17 Viorel Munteanu
2022-05-23 19:36 Conrad Kostecki
2022-04-17 8:07 Jakov Smolić
2022-04-17 8:07 Jakov Smolić
2022-04-16 7:54 Arthur Zamarin
2022-04-16 4:51 Arthur Zamarin
2022-03-16 4:46 Ionen Wolkens
2021-12-09 6:52 Ionen Wolkens
2021-12-07 6:26 Agostino Sarubbo
2021-12-06 8:04 Agostino Sarubbo
2021-12-05 22:04 Sam James
2021-12-05 20:54 Arthur Zamarin
2021-11-10 10:59 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-10-20 1:51 Sam James
2021-05-31 8:20 Sam James
2021-05-24 12:06 Sergei Trofimovich
2021-05-24 0:32 Sam James
2021-05-22 15:10 Sam James
2021-05-22 15:10 Sam James
2021-04-13 15:59 Sam James
2021-04-04 21:21 Sergei Trofimovich
2021-04-01 12:19 Thomas Deutschmann
2021-03-31 7:40 Joonas Niilola
2021-03-31 7:40 Joonas Niilola
2021-03-25 17:52 Sergei Trofimovich
2021-03-12 11:29 Joonas Niilola
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=1744134042.0bf8c8d4789f9b8c8e6e74a3e7f68bc53ffe5603.ceamac@gentoo \
--to=ceamac@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