Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/
Date: Sun, 29 Nov 2020 15:38:01
Message-Id: 1606664256.a767730e5676f8b55428d123683dc995716473d8.conikost@gentoo
1 commit: a767730e5676f8b55428d123683dc995716473d8
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 15:37:36 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 15:37:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a767730e
7
8 dev-libs/concurrencykit: drop old version
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-libs/concurrencykit/Manifest | 1 -
14 dev-libs/concurrencykit/concurrencykit-0.6.0.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
18 index 5e7c7107b21..c0d171d83c1 100644
19 --- a/dev-libs/concurrencykit/Manifest
20 +++ b/dev-libs/concurrencykit/Manifest
21 @@ -1,2 +1 @@
22 -DIST concurrencykit-0.6.0.tar.gz 217198 BLAKE2B 5ba85bd111c06e7be7af5679227350efe187836e5cb2afc19bff4a8f0fbcd97e9631fad64397b0426e8020a6a0f103a0fbe3bf8f83810eaa8a3a1b429a3e8383 SHA512 4c75f1194a6ad9d3e51a4bad4802cc522df70870135e6e2db1e303d0df89d57e5dc7a73e924de49fe9641b3dcdc81b1a74a26aa7297cd06b7acb5cbf46c402f0
23 DIST concurrencykit-0.7.0.tar.gz 245574 BLAKE2B 14c386eb35c76297933d2935cdfc1cb0d21071d4fe1784eeb27595c2e75a8edc5add349df6795d03372b30711cda4deeb7957bdcfd7e62ba89b254fb41ba6a55 SHA512 509fe5bc1575a6fd646d30fbcd74204ba4683092f154dc1fb55ed6fc17e734e17759bacfc3f42344db4c243ca6b239f7d207cf2ebc609e2a37d7ddfd1bdcc3a1
24
25 diff --git a/dev-libs/concurrencykit/concurrencykit-0.6.0.ebuild b/dev-libs/concurrencykit/concurrencykit-0.6.0.ebuild
26 deleted file mode 100644
27 index 75b0b9bf0c7..00000000000
28 --- a/dev-libs/concurrencykit/concurrencykit-0.6.0.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -MY_PN="ck"
37 -MY_P="${MY_PN}-${PV}"
38 -
39 -DESCRIPTION="A library with concurrency related algorithms and data structures in C"
40 -HOMEPAGE="http://concurrencykit.org"
41 -SRC_URI="http://concurrencykit.org/releases/${MY_P}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0 BSD-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -# libck.so name collision #616762
48 -# these packages have nothing in common
49 -RDEPEND="!sys-cluster/charm"
50 -
51 -S="${WORKDIR}/${MY_P}"