public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/concurrencykit/
Date: Sun, 29 Jan 2017 04:40:56 +0000 (UTC)	[thread overview]
Message-ID: <1485663964.294cb801f0a9d3a1788e913891337eb4b66f3e36.gokturk@gentoo> (raw)

commit:     294cb801f0a9d3a1788e913891337eb4b66f3e36
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Thu Jan 26 07:04:26 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 04:26:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294cb801

dev-libs/concurrencykit: new package needed by app-benchmarks/sysbench

 dev-libs/concurrencykit/Manifest                    |  1 +
 dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild | 18 ++++++++++++++++++
 dev-libs/concurrencykit/metadata.xml                | 15 +++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
new file mode 100644
index 00000000..a4c60c0
--- /dev/null
+++ b/dev-libs/concurrencykit/Manifest
@@ -0,0 +1 @@
+DIST concurrencykit-0.5.2.tar.gz 212783 SHA256 5cf44b33f9279c653ec9b2b085d628c86336e4da18897be449f074283e5c5b3a SHA512 69b4f8618a52e53f2b7c2e47a9d52773370ae74c89ca1de70c6dc7567b5a46b3f57dafa82d61a89525807672697e1cd75b83c3be56cd5a80c10b819e9d9d07b0 WHIRLPOOL f133a127867332961aa737980120014105d5dd290f10154378654be26ade8c6eb33c3865cb71c61c363b6215d79260c96f18eba1384e36e025edf2bbb1844fed

diff --git a/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild b/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild
new file mode 100644
index 00000000..f79e523
--- /dev/null
+++ b/dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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="http://concurrencykit.org/releases/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-libs/concurrencykit/metadata.xml b/dev-libs/concurrencykit/metadata.xml
new file mode 100644
index 00000000..5acb2fa
--- /dev/null
+++ b/dev-libs/concurrencykit/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>hydrapolic@gmail.com</email>
+		<name>Tomáš Mózes</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">concurrencykit/ck</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-01-29  4:41 UTC|newest]

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

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=1485663964.294cb801f0a9d3a1788e913891337eb4b66f3e36.gokturk@gentoo \
    --to=gokturk@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