public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/
Date: Thu,  3 Jun 2021 21:47:22 +0000 (UTC)	[thread overview]
Message-ID: <1622756833.6109e4e2d7c33e4155fb8aab8cb2dab877013e38.conikost@gentoo> (raw)

commit:     6109e4e2d7c33e4155fb8aab8cb2dab877013e38
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 21:44:43 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 21:47:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6109e4e2

dev-libs/concurrencykit: bump to version 0.7.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/concurrencykit/Manifest                   |  1 +
 .../concurrencykit/concurrencykit-0.7.1.ebuild     | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
index c0d171d83c1..30c95878f4c 100644
--- a/dev-libs/concurrencykit/Manifest
+++ b/dev-libs/concurrencykit/Manifest
@@ -1 +1,2 @@
 DIST concurrencykit-0.7.0.tar.gz 245574 BLAKE2B 14c386eb35c76297933d2935cdfc1cb0d21071d4fe1784eeb27595c2e75a8edc5add349df6795d03372b30711cda4deeb7957bdcfd7e62ba89b254fb41ba6a55 SHA512 509fe5bc1575a6fd646d30fbcd74204ba4683092f154dc1fb55ed6fc17e734e17759bacfc3f42344db4c243ca6b239f7d207cf2ebc609e2a37d7ddfd1bdcc3a1
+DIST concurrencykit-0.7.1.tar.gz 252802 BLAKE2B 907db3b244544a9c46db7432f2c3d07c20652882067157974ce54c71c27f21fdc87d41e068efc71f88392a94895e0de1a8f3ae90605b4267606cfa7d29c7dc35 SHA512 48768e7adf05b818f2951b246c90185071d6c3f874218349183d96b7887830f9505f9fa58576e9933862486e8543097df0ee667518009a3946d1edc19fc253f7

diff --git a/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild b/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild
new file mode 100644
index 00000000000..489b1bab3ea
--- /dev/null
+++ b/dev-libs/concurrencykit/concurrencykit-0.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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 #616762 for more information.
+RDEPEND="!sys-cluster/charm"
+
+src_configure() {
+	tc-export AR CC LD
+	$(usex x86 'export PROFILE=x86' '')
+
+	local myeconfargs=(
+		"--disable-static"
+	)
+
+	GZIP="" econf ${myeconfargs[@]}
+}


             reply	other threads:[~2021-06-03 21:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 21:47 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 16:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/ Jakov Smolić
2024-05-05 18:56 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2022-11-05 20:03 Conrad Kostecki
2021-07-23 19:50 Conrad Kostecki
2021-07-01 21:45 Conrad Kostecki
2021-07-01 21:45 Conrad Kostecki
2021-01-03 23:17 Conrad Kostecki
2020-12-23 20:00 Sam James
2020-11-29 15:37 Conrad Kostecki
2020-11-24 13:04 Conrad Kostecki
2020-11-24  7:45 Agostino Sarubbo
2020-11-21 23:40 Conrad Kostecki
2020-05-09  7:40 Agostino Sarubbo
2020-02-03  6:38 Joonas Niilola
2017-05-07 12:43 Michał Górny
2017-04-17  8:02 Agostino Sarubbo
2017-04-07 16:05 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-07 20:46 Göktürk Yüksek
2017-01-29  4:40 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622756833.6109e4e2d7c33e4155fb8aab8cb2dab877013e38.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox