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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50D40158232 for ; Tue, 10 Dec 2024 22:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9694CE0844; Tue, 10 Dec 2024 22:17:48 +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 7C707E0844 for ; Tue, 10 Dec 2024 22:17:48 +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 5E13D343132 for ; Tue, 10 Dec 2024 22:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE1B81173 for ; Tue, 10 Dec 2024 22:17:45 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1733869059.81e130c7c7cc1f99a6bf8dee438bac0d55c395df.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libbraiding/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libbraiding/Manifest sci-libs/libbraiding/libbraiding-1.2.ebuild X-VCS-Directories: sci-libs/libbraiding/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 81e130c7c7cc1f99a6bf8dee438bac0d55c395df X-VCS-Branch: master Date: Tue, 10 Dec 2024 22:17:45 +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: 8b1288a1-268a-477a-ba30-db24c406d83b X-Archives-Hash: 179795fd57b004cad55014ab573e2707 commit: 81e130c7c7cc1f99a6bf8dee438bac0d55c395df Author: Michael Orlitzky gentoo org> AuthorDate: Tue Dec 10 22:14:24 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Dec 10 22:17:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e130c7 sci-libs/libbraiding: drop 1.2 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/libbraiding/Manifest | 1 - sci-libs/libbraiding/libbraiding-1.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest index e55e5ab18788..a93c14d198dc 100644 --- a/sci-libs/libbraiding/Manifest +++ b/sci-libs/libbraiding/Manifest @@ -1,2 +1 @@ -DIST libbraiding-1.2.tar.gz 380852 BLAKE2B 8d88861879e7566fa88f3a269c20efa4f37a692da6fd32736b695628a414cec0e03a01cb7a0cfcf20bd233fd21c15b070d9df3e0ee4951c9511949962b012f61 SHA512 f3dcfa77d5313ecfa91c0b9a61988eb2048dd27ed77f46a5c34fc57adb9eee53b250946a7158918b3198559bd016c723dba98465036d01c482b5c6000ab59d8a DIST libbraiding-1.3.tar.gz 389034 BLAKE2B edc4fbe0a06afec3ddb9c3fa2d63f388ec16bb355100ecf1bb104f72ebf1975d92abc973e8ba118f5cafe998ea4587dc9f456a7a45d076cdae429d607c335a9b SHA512 da8c24183eeaf21a79cd7f723b0082e29e3185594b7cf6695e58de9677a64838da361220b35dd140c920d64dbf5cbf1f1c6f4129709c57efc5d624b766ccd69f diff --git a/sci-libs/libbraiding/libbraiding-1.2.ebuild b/sci-libs/libbraiding/libbraiding-1.2.ebuild deleted file mode 100644 index cd88acc244ae..000000000000 --- a/sci-libs/libbraiding/libbraiding-1.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Expose the functionality of cbraid as a shared library" -HOMEPAGE="https://github.com/miguelmarco/libbraiding" - -SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${P}.tar.gz" - -# A few source headers still say GPLv2, but I believe that to be an -# oversight: https://github.com/jeanluct/cbraid/issues/4 -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}