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 03F0D15838C for ; Thu, 25 Jan 2024 08:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 266C62BC013; Thu, 25 Jan 2024 08:22:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0E77A2BC013 for ; Thu, 25 Jan 2024 08:22:03 +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 5017B3433F4 for ; Thu, 25 Jan 2024 08:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E218DBE7 for ; Thu, 25 Jan 2024 08:22:00 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1706170910.4d7811596a65b5acd477d9f663332acecfa87fe9.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libatomic_ops/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libatomic_ops/Manifest dev-libs/libatomic_ops/libatomic_ops-7.8.0.ebuild X-VCS-Directories: dev-libs/libatomic_ops/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4d7811596a65b5acd477d9f663332acecfa87fe9 X-VCS-Branch: master Date: Thu, 25 Jan 2024 08:22:00 +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: 6fcf3c81-6e3f-4a9f-ab04-00eecb6405b7 X-Archives-Hash: 1aa316583430635a1f05dafc44a5a4d9 commit: 4d7811596a65b5acd477d9f663332acecfa87fe9 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jan 25 08:21:29 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 25 08:21:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d781159 dev-libs/libatomic_ops: dropped obsolete 7.8.0 Bug: https://bugs.gentoo.org/922156 Signed-off-by: Miroslav Šulc gentoo.org> dev-libs/libatomic_ops/Manifest | 1 - dev-libs/libatomic_ops/libatomic_ops-7.8.0.ebuild | 25 ----------------------- 2 files changed, 26 deletions(-) diff --git a/dev-libs/libatomic_ops/Manifest b/dev-libs/libatomic_ops/Manifest index f0d7150ae719..4de74f9694cb 100644 --- a/dev-libs/libatomic_ops/Manifest +++ b/dev-libs/libatomic_ops/Manifest @@ -1,2 +1 @@ -DIST libatomic_ops-7.8.0.tar.gz 526300 BLAKE2B 3b2545c8eac8d1fcc75f5431a3f1ce1f3976c6a3e0af94779b90c9f36f0b833c66e74e596072901fbb49465d6d2b24ecf4d232c91bdc3dddc51df042ee69f49e SHA512 b0d2b3c6f8672d599e05087688e7793a3c648c1728f48b27bffecc95b70afd5921ed36ec016985b2e22b82de7b7013bf5ebbb8b434a736d3fd680310b7af903d DIST libatomic_ops-7.8.2.tar.gz 524637 BLAKE2B 1faaedc52106b9d240085beb364a257de28ba5dba4141d2b6a7660a93c59ed7b4e1371ea4a8212b32a11805a15992c7b5ba4e748b2d194e8cc06fe20d91d5e14 SHA512 0559087c99b941990f189ea4ed5b3b371faf086bc1d517da6b878ba609c200eef24358768fd4361900101cdb474e28cea8408eb0b0222d23ef3154ce77f6acc0 diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.8.0.ebuild b/dev-libs/libatomic_ops/libatomic_ops-7.8.0.ebuild deleted file mode 100644 index 24db3ba02174..000000000000 --- a/dev-libs/libatomic_ops/libatomic_ops-7.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-minimal - -DESCRIPTION="Implementation for atomic memory update operations" -HOMEPAGE="https://github.com/ivmai/libatomic_ops" -SRC_URI="https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/${P}.tar.gz" - -# See doc/LICENSING.txt -LICENSE="MIT boehm-gc GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf --enable-shared -} - -multilib_src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}