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 3BC23158090 for ; Mon, 23 May 2022 19:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75A6EE0922; Mon, 23 May 2022 19:36:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF3CE0922 for ; Mon, 23 May 2022 19:36:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A85834135E for ; Mon, 23 May 2022 19:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C785034E for ; Mon, 23 May 2022 19:36:14 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1653334561.1e68c03370df685f28cb9b62e34bf5ec1bcc9830.conikost@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.5.ebuild X-VCS-Directories: dev-libs/libthreadar/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1e68c03370df685f28cb9b62e34bf5ec1bcc9830 X-VCS-Branch: master Date: Mon, 23 May 2022 19:36:14 +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: 7942f989-1ec9-4ce0-81e0-834a7f1f8fc0 X-Archives-Hash: 113891ad12570cb984e71214879a5c28 commit: 1e68c03370df685f28cb9b62e34bf5ec1bcc9830 Author: Viorel Munteanu gmail com> AuthorDate: Sat May 21 15:31:29 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 23 19:36:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e68c033 dev-libs/libthreadar: drop 1.3.5 Signed-off-by: Viorel Munteanu gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/libthreadar/Manifest | 1 - dev-libs/libthreadar/libthreadar-1.3.5.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-libs/libthreadar/Manifest b/dev-libs/libthreadar/Manifest index c7894885d0f1..55f6d02f827d 100644 --- a/dev-libs/libthreadar/Manifest +++ b/dev-libs/libthreadar/Manifest @@ -1,2 +1 @@ -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.3.5.ebuild b/dev-libs/libthreadar/libthreadar-1.3.5.ebuild deleted file mode 100644 index 36a691d5afa0..000000000000 --- a/dev-libs/libthreadar/libthreadar-1.3.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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_install() { - emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install - - einstalldocs - - find "${ED}" -name '*.la' -delete || die -}