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: Sun,  5 May 2024 18:56:51 +0000 (UTC)	[thread overview]
Message-ID: <1714935368.bcaf3e5ce1284800c048ca5e3de570ea5c6325e6.conikost@gentoo> (raw)

commit:     bcaf3e5ce1284800c048ca5e3de570ea5c6325e6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 18:47:28 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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[@]}
-}


             reply	other threads:[~2024-05-05 18:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-05 18:56 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-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-06-03 21:47 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=1714935368.bcaf3e5ce1284800c048ca5e3de570ea5c6325e6.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