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 8B363158064 for ; Sun, 5 May 2024 18:57:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D28EE2C86; Sun, 5 May 2024 18:56:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 223A1E2C86 for ; Sun, 5 May 2024 18:56:56 +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 6BD17343155 for ; Sun, 5 May 2024 18:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3E21A3C for ; Sun, 5 May 2024 18:56:51 +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: <1714935368.bcaf3e5ce1284800c048ca5e3de570ea5c6325e6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/concurrencykit/Manifest dev-libs/concurrencykit/concurrencykit-0.7.1-r1.ebuild X-VCS-Directories: dev-libs/concurrencykit/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: bcaf3e5ce1284800c048ca5e3de570ea5c6325e6 X-VCS-Branch: master Date: Sun, 5 May 2024 18:56:51 +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: 51baf404-3169-4fee-a28e-826621fc5d1a X-Archives-Hash: 8eeb390806f1a44a281024611fa26eca commit: bcaf3e5ce1284800c048ca5e3de570ea5c6325e6 Author: Conrad Kostecki gentoo org> AuthorDate: Sun May 5 18:47:28 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun May 5 18:56:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf3e5c dev-libs/concurrencykit: drop 0.7.1-r1 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/concurrencykit/Manifest | 1 - .../concurrencykit/concurrencykit-0.7.1-r1.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest index f1b5cd703112..9da8e6140338 100644 --- a/dev-libs/concurrencykit/Manifest +++ b/dev-libs/concurrencykit/Manifest @@ -1,2 +1 @@ -DIST concurrencykit-0.7.1.tar.gz 252802 BLAKE2B 907db3b244544a9c46db7432f2c3d07c20652882067157974ce54c71c27f21fdc87d41e068efc71f88392a94895e0de1a8f3ae90605b4267606cfa7d29c7dc35 SHA512 48768e7adf05b818f2951b246c90185071d6c3f874218349183d96b7887830f9505f9fa58576e9933862486e8543097df0ee667518009a3946d1edc19fc253f7 DIST concurrencykit-0.7.2.tar.gz 257817 BLAKE2B e9b58c2e5fc7f39d03a3800117bc215f933cd5b542c293e07934597788e2d33e33cf6d02bbaa54d829b57e2dcaabcf79220398bef3a903a1d39c70bb5553ccb2 SHA512 c3a93a8bbdab2c81ccbfe8f38a17677b912bc157c231c960330cb130e93c35e3aab6b2fd1695d0ea28dbe3e12297851f1b96ef1ee21ca4e4c0065c91b83f51c3 diff --git a/dev-libs/concurrencykit/concurrencykit-0.7.1-r1.ebuild b/dev-libs/concurrencykit/concurrencykit-0.7.1-r1.ebuild deleted file mode 100644 index de592f0bf47a..000000000000 --- a/dev-libs/concurrencykit/concurrencykit-0.7.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -MY_PN="ck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library with concurrency related algorithms and data structures in C" -HOMEPAGE="http://concurrencykit.org" -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="Apache-2.0 BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -# The 'libck.so' has a name collision. -# See bug #616762 for more information. -RDEPEND="!sys-cluster/charm" - -src_configure() { - # https://github.com/concurrencykit/ck/issues/200 - append-cflags -fno-strict-aliasing - - tc-export AR CC LD - - local myeconfargs=( - "--disable-static" - ) - - GZIP="" econf ${myeconfargs[@]} -}