From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/
Date: Thu, 22 Aug 2024 05:16:51 +0000 (UTC) [thread overview]
Message-ID: <1724303800.5c9d78b42e2ec24e0ba8d57d28e5f89b7bdb88c4.ceamac@gentoo> (raw)
commit: 5c9d78b42e2ec24e0ba8d57d28e5f89b7bdb88c4
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 04:59:52 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 05:16:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d78b4
dev-libs/libthreadar: add 1.5.0
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-libs/libthreadar/Manifest | 1 +
dev-libs/libthreadar/libthreadar-1.5.0.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest
index 55f6d02f827d..87b4a02c4105 100644
--- a/dev-libs/libthreadar/Manifest
+++ b/dev-libs/libthreadar/Manifest
@@ -1 +1,2 @@
DIST libthreadar-1.4.0.tar.gz 445672 BLAKE2B ce4165bfa507f27ea071dab067e1cda61e0812fd106ab80f0ef04a53ac68ce866a3d7c5ce6a26d6e9fc2c2085de7b8636492711a15a7103cc16b773d0a87aebe SHA512 3665817cf6327d4d24792d8cc2bd0a458bda1651b471e3440c1f63c22f397cfb4c8d81482f937e13f67f5ff1414662b1f69d9c311362a0a7a9249e8bc0236751
+DIST libthreadar-1.5.0.tar.gz 460637 BLAKE2B 41ac9ae8bea6d9ae695b9c8984c842de8863ebd946ad424027a43e04ace7244e8a9414b28470d509c4567ec60a816835f6ad3a52ec9d2d8906fe09e48c720587 SHA512 b54b8f25be350d9262123413b0850c147a00684605f5394b27afea9b14d282fdfc2bd74abefa67e61f14fc2a28da7fa1eba78266f05a51b1ea5193f99ae51909
diff --git a/dev-libs/libthreadar/libthreadar-1.5.0.ebuild b/dev-libs/libthreadar/libthreadar-1.5.0.ebuild
new file mode 100644
index 000000000000..8f5114cc1805
--- /dev/null
+++ b/dev-libs/libthreadar/libthreadar-1.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2024 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:[~2024-08-22 5:16 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 5:16 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-10 15:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/ Sam James
2024-12-08 18:26 Sam James
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
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=1724303800.5c9d78b42e2ec24e0ba8d57d28e5f89b7bdb88c4.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