From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0786A15808F for ; Wed, 16 Mar 2022 04:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E3B7E0821; Wed, 16 Mar 2022 04:46:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD7A5E0821 for ; Wed, 16 Mar 2022 04:46:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26F45343638 for ; Wed, 16 Mar 2022 04:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD39326 for ; Wed, 16 Mar 2022 04:46:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1647405252.72e55b3113697c0aa4914742d33635003c9e3c5e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libthreadar/Manifest dev-libs/libthreadar/libthreadar-1.4.0.ebuild X-VCS-Directories: dev-libs/libthreadar/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 72e55b3113697c0aa4914742d33635003c9e3c5e X-VCS-Branch: master Date: Wed, 16 Mar 2022 04:46:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10174247-f366-473e-9ec5-ca2fbe74adc8 X-Archives-Hash: e14f5f886079f559953559a2ca02faa5 commit: 72e55b3113697c0aa4914742d33635003c9e3c5e Author: Viorel Munteanu gmail com> AuthorDate: Tue Mar 15 11:12:20 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 16 04:34:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e55b31 dev-libs/libthreadar: add v1.4.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libthreadar/Manifest | 1 + dev-libs/libthreadar/libthreadar-1.4.0.ebuild | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest index 5e2944e4aa14..c7894885d0f1 100644 --- a/dev-libs/libthreadar/Manifest +++ b/dev-libs/libthreadar/Manifest @@ -1 +1,2 @@ DIST libthreadar-1.3.5.tar.gz 443192 BLAKE2B d8e06c7b58636b51bd2ffd50f51a8a024780e4955693a28085296ccffeef8ad2866ac12e53b3c78b37a650c4b1c54b5fa8dcbacd1002577cdd7b30eccee2ef69 SHA512 c4c34036a7882d1ecdbc025e0d927b6712fb067aaeee8bae5bc740a5259c5f49d651a8ad6323ddf6cdf13fd2e5e7c396f9c134ef3447b3743ae8e64abd646850 +DIST libthreadar-1.4.0.tar.gz 445672 BLAKE2B ce4165bfa507f27ea071dab067e1cda61e0812fd106ab80f0ef04a53ac68ce866a3d7c5ce6a26d6e9fc2c2085de7b8636492711a15a7103cc16b773d0a87aebe SHA512 3665817cf6327d4d24792d8cc2bd0a458bda1651b471e3440c1f63c22f397cfb4c8d81482f937e13f67f5ff1414662b1f69d9c311362a0a7a9249e8bc0236751 diff --git a/dev-libs/libthreadar/libthreadar-1.4.0.ebuild b/dev-libs/libthreadar/libthreadar-1.4.0.ebuild new file mode 100644 index 000000000000..7ad10216fc22 --- /dev/null +++ b/dev-libs/libthreadar/libthreadar-1.4.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021-2022 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="mirror://sourceforge/libthreadar/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +src_prepare() { + default + + # this is an example binary that is not installed + # the original Makefile tries to compile it statically, + # no longer supported + sed -i -e '/^test_barrier_LDFLAGS/d' doc/examples/Makefile.am || die + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install + + einstalldocs + + find "${ED}" -name '*.la' -delete || die +}