From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22B731584AD for ; Thu, 24 Apr 2025 18:13:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0BA0A343089 for ; Thu, 24 Apr 2025 18:13:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C38651104B7; Thu, 24 Apr 2025 18:13:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B90B71104B7 for ; Thu, 24 Apr 2025 18:13:10 +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 44DCE34305D for ; Thu, 24 Apr 2025 18:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A42CF25EF for ; Thu, 24 Apr 2025 18:13:08 +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: <1745518323.aed5eb1f43b8bf909661cfcb5c6a6742cd519a8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtar/libtar-1.2.20-r5.ebuild X-VCS-Directories: dev-libs/libtar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aed5eb1f43b8bf909661cfcb5c6a6742cd519a8f X-VCS-Branch: master Date: Thu, 24 Apr 2025 18:13:08 +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: 5c6c731f-60df-4193-aaf0-c91033f86d98 X-Archives-Hash: 8d047fb0639870502fcaae10fa33026e commit: aed5eb1f43b8bf909661cfcb5c6a6742cd519a8f Author: Alexey Sokolov asokolov org> AuthorDate: Mon Apr 14 23:22:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 24 18:12:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed5eb1f dev-libs/libtar: drop 1.2.20-r5 Signed-off-by: Alexey Sokolov asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/41599 Closes: https://github.com/gentoo/gentoo/pull/41599 Signed-off-by: Sam James gentoo.org> dev-libs/libtar/libtar-1.2.20-r5.ebuild | 63 --------------------------------- 1 file changed, 63 deletions(-) diff --git a/dev-libs/libtar/libtar-1.2.20-r5.ebuild b/dev-libs/libtar/libtar-1.2.20-r5.ebuild deleted file mode 100644 index 8798ce4950ee..000000000000 --- a/dev-libs/libtar/libtar-1.2.20-r5.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="C library for manipulating tar archives" -HOMEPAGE="https://repo.or.cz/w/libtar.git/" -SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="zlib" -# There is no test and 'check' target errors out due to mixing of automake & -# non-automake makefiles. -# https://bugs.gentoo.org/526436 -RESTRICT="test" - -RDEPEND=" - zlib? ( sys-libs/zlib:= ) - !zlib? ( app-arch/gzip )" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.2.11-free.patch - "${FILESDIR}"/${PN}-1.2.11-impl-dec.patch - "${FILESDIR}"/CVE-2013-4420.patch - "${FILESDIR}"/${P}-fd-leaks.patch - "${FILESDIR}"/${P}-tar_open-memleak.patch - "${FILESDIR}"/${P}-bin-memleaks.patch -) - -src_prepare() { - default - - sed -e '/INSTALL_PROGRAM/s:-s::' \ - -i {doc,lib{,tar}}/Makefile.in || die - - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-encap - --disable-epkg-install - $(use_with zlib) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - dodoc ChangeLog-1.0.x - newdoc compat/README README.compat - newdoc compat/TODO TODO.compat - newdoc listhash/TODO TODO.listhash - - find "${ED}" -name '*.la' -delete || die -}