From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/
Date: Wed, 31 Mar 2021 07:40:36 +0000 (UTC) [thread overview]
Message-ID: <1617176418.ea6c52fee202e2337d2e8ee7261706a91c59e1b5.juippis@gentoo> (raw)
commit: ea6c52fee202e2337d2e8ee7261706a91c59e1b5
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Mar 30 15:17:55 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 07:40:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6c52fe
dev-libs/libthreadar: add libthreadar-1.3.1
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/libthreadar/Manifest | 1 +
dev-libs/libthreadar/libthreadar-1.3.1.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest
index 9ef1dbdac68..3e357664d80 100644
--- a/dev-libs/libthreadar/Manifest
+++ b/dev-libs/libthreadar/Manifest
@@ -1 +1,2 @@
DIST libthreadar-1.3.0.tar.gz 440695 BLAKE2B f4f08d27f6be640e44c9a3abb564c2f1b8faf5b10ec26931a77d6de9769b456e577902c8de378d6fc420e930f20a59081e6916e2b4aeb4f083e70a1565570112 SHA512 54257ebefa0473f78510a5add0241f1282e1f135037edeecc76edd0982b6cc279592ae86e1df263327e1e090b7905ab65847ccdc2afdd366c7bac5c3097abd9e
+DIST libthreadar-1.3.1.tar.gz 441062 BLAKE2B 48ab120290f93c5585c1d1d9992f80836a27bf88bf250c74bff12cad7f87dd192a706ef75fe5b8815ceb2108c20d71dd932432bf37bf6ee3f01af4c3bf935647 SHA512 6eefe4d2262a170ed04e6e9e7efaae2945b68012cfed2e4606f0d6089050f3e4059d4dca2141ae862c158f5161c5ebaaa35c3eeb431fab10263787e5b74deddf
diff --git a/dev-libs/libthreadar/libthreadar-1.3.1.ebuild b/dev-libs/libthreadar/libthreadar-1.3.1.ebuild
new file mode 100644
index 00000000000..96913366116
--- /dev/null
+++ b/dev-libs/libthreadar/libthreadar-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Threading library used by dar archiver"
+HOMEPAGE="https://sourceforge.net/projects/libthreadar/"
+SRC_URI="mirror://sourceforge/libthreadar/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
+src_configure() {
+ # Copy this comment from app-backup/dar as it applies here too
+ #
+ # configure.ac is totally funked up regarding the AC_ARG_ENABLE
+ # logic.
+ # For example "--enable-dar-static" causes configure to DISABLE
+ # static builds of dar.
+ # Do _not_ use $(use_enable) until you have verified that the
+ # logic has been fixed by upstream.
+
+ econf --disable-static
+}
+
+src_install() {
+ emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install
+
+ einstalldocs
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2021-03-31 7:40 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 7:40 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-22 5:16 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/ 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-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=1617176418.ea6c52fee202e2337d2e8ee7261706a91c59e1b5.juippis@gentoo \
--to=juippis@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