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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3720138239 for ; Tue, 13 Apr 2021 15:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0249E0C7D; Tue, 13 Apr 2021 15:59:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 965DCE0C7D for ; Tue, 13 Apr 2021 15:59:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B6BD335D8A for ; Tue, 13 Apr 2021 15:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFBA4646 for ; Tue, 13 Apr 2021 15:59:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618329530.ec743ec9bd3fb29375403ba2392516e33d0842cf.sam@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.3.2.ebuild X-VCS-Directories: dev-libs/libthreadar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec743ec9bd3fb29375403ba2392516e33d0842cf X-VCS-Branch: master Date: Tue, 13 Apr 2021 15:59:05 +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: ea8c3993-e412-4e10-95f0-201c09478e40 X-Archives-Hash: bdcde1213c33e3ed80f62bc7dce38f00 commit: ec743ec9bd3fb29375403ba2392516e33d0842cf Author: Viorel Munteanu gmail com> AuthorDate: Tue Apr 13 08:46:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 13 15:58:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec743ec9 dev-libs/libthreadar: bump to version 1.3.2 Minor release, bugfixes Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Viorel Munteanu gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/libthreadar/Manifest | 1 + dev-libs/libthreadar/libthreadar-1.3.2.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest index d1653e20142..31be7e76347 100644 --- a/dev-libs/libthreadar/Manifest +++ b/dev-libs/libthreadar/Manifest @@ -1 +1,2 @@ DIST libthreadar-1.3.1.tar.gz 441062 BLAKE2B 48ab120290f93c5585c1d1d9992f80836a27bf88bf250c74bff12cad7f87dd192a706ef75fe5b8815ceb2108c20d71dd932432bf37bf6ee3f01af4c3bf935647 SHA512 6eefe4d2262a170ed04e6e9e7efaae2945b68012cfed2e4606f0d6089050f3e4059d4dca2141ae862c158f5161c5ebaaa35c3eeb431fab10263787e5b74deddf +DIST libthreadar-1.3.2.tar.gz 442260 BLAKE2B 2a743fbcd8ae0b462910b7ccde34a3fcb90239df9bf608c9d249dd9bf100315ade3b2151339ae55b1121709446c23044c3fd7bb420efb009ae8d5fe0a21a496a SHA512 6edc3a1a6eb41a3b9ada35327d712fcf3562875dbddd0bd2f3f016492cb0f10fe669ed1ac3a65573d88261b4de50201b2abe8dcbffa0abc5cc257d7a8c3c4df2 diff --git a/dev-libs/libthreadar/libthreadar-1.3.2.ebuild b/dev-libs/libthreadar/libthreadar-1.3.2.ebuild new file mode 100644 index 00000000000..7ba08a0fde3 --- /dev/null +++ b/dev-libs/libthreadar/libthreadar-1.3.2.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 ~ppc ~sparc ~x86" + +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 +}