dev-libs/concurrencykit: new package needed by app-benchmarks/sysbench
authorTomáš Mózes <hydrapolic@gmail.com>
Thu, 26 Jan 2017 07:04:26 +0000 (07:04 +0000)
committerGöktürk Yüksek <gokturk@gentoo.org>
Sun, 29 Jan 2017 04:26:04 +0000 (23:26 -0500)
dev-libs/concurrencykit/Manifest [new file with mode: 0644]
dev-libs/concurrencykit/concurrencykit-0.5.2.ebuild [new file with mode: 0644]
dev-libs/concurrencykit/metadata.xml [new file with mode: 0644]

diff --git a/dev-libs/concurrencykit/Manifest b/dev-libs/concurrencykit/Manifest
new file mode 100644 (file)
index 0000000..a4c60c0
--- /dev/null
@@ -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 (file)
index 0000000..f79e523
--- /dev/null
@@ -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 (file)
index 0000000..5acb2fa
--- /dev/null
@@ -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>