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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBF0715801B for ; Sat, 8 Apr 2023 19:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6ED7E084F; Sat, 8 Apr 2023 19:57:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id A6EC3E084F for ; Sat, 8 Apr 2023 19:57:08 +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 D2409341110 for ; Sat, 8 Apr 2023 19:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2667EA4B for ; Sat, 8 Apr 2023 19:57:06 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1680983822.e6c8328204fd92a47b87c061452bdcb3b74f63ff.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/bzip3/Manifest app-arch/bzip3/bzip3-1.2.3.ebuild X-VCS-Directories: app-arch/bzip3/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e6c8328204fd92a47b87c061452bdcb3b74f63ff X-VCS-Branch: master Date: Sat, 8 Apr 2023 19:57:06 +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: c664ca30-8014-489a-bc70-d3540c956b2c X-Archives-Hash: 9f77511964f9ecd6a510c771d06e4d97 commit: e6c8328204fd92a47b87c061452bdcb3b74f63ff Author: Maciej Barć gentoo org> AuthorDate: Sat Apr 8 19:25:20 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Apr 8 19:57:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c83282 app-arch/bzip3: drop old 1.2.3 Signed-off-by: Maciej Barć gentoo.org> app-arch/bzip3/Manifest | 1 - app-arch/bzip3/bzip3-1.2.3.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest index b0685e485b22..b55f973442ca 100644 --- a/app-arch/bzip3/Manifest +++ b/app-arch/bzip3/Manifest @@ -1,2 +1 @@ -DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907 SHA512 cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2 SHA512 3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4 diff --git a/app-arch/bzip3/bzip3-1.2.3.ebuild b/app-arch/bzip3/bzip3-1.2.3.ebuild deleted file mode 100644 index 33aa6e59599d..000000000000 --- a/app-arch/bzip3/bzip3-1.2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="A better and stronger spiritual successor to BZip2" -HOMEPAGE="https://github.com/kspalaiologos/bzip3" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git" -else - SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~loong ~x86" -fi - -LICENSE="LGPL-3+" -SLOT="0" - -src_configure() { - # ./configure script will default to Clang if it is found on the system, - # force the use of CC selected by the user with CC=$(tc-getCC) - econf CC=$(tc-getCC) -} - -src_install() { - default - - find "${ED}" -type f -name '*.la' -delete || die -}