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 7F7CF158041 for ; Thu, 28 Mar 2024 14:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8BDE2A26; Thu, 28 Mar 2024 14:10:12 +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 1D131E2A26 for ; Thu, 28 Mar 2024 14:10:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18099340CC9 for ; Thu, 28 Mar 2024 14:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C97014C3 for ; Thu, 28 Mar 2024 14:10:09 +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: <1711634979.7a9865337d2cecc3ab5b16dfcb2d123bb3e451ff.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.2.ebuild X-VCS-Directories: dev-libs/concurrencykit/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7a9865337d2cecc3ab5b16dfcb2d123bb3e451ff X-VCS-Branch: master Date: Thu, 28 Mar 2024 14:10:09 +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: 1b2dc3da-cbec-47ca-a6d6-abff6c57d749 X-Archives-Hash: 163bfd9e4c16917d5478868cc9693980 commit: 7a9865337d2cecc3ab5b16dfcb2d123bb3e451ff Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 28 14:01:00 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 28 14:09:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a986533 dev-libs/concurrencykit: add 0.7.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/concurrencykit/Manifest | 1 + .../concurrencykit/concurrencykit-0.7.2.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest index c4ba83f50e5e..f1b5cd703112 100644 --- a/dev-libs/concurrencykit/Manifest +++ b/dev-libs/concurrencykit/Manifest @@ -1 +1,2 @@ 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.2.ebuild b/dev-libs/concurrencykit/concurrencykit-0.7.2.ebuild new file mode 100644 index 000000000000..aed9c0f482c0 --- /dev/null +++ b/dev-libs/concurrencykit/concurrencykit-0.7.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 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[@]} +}