From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdispatch/
Date: Fri, 12 Mar 2021 12:31:03 +0000 (UTC) [thread overview]
Message-ID: <1615552260.f3d8e3a5d65ec0094c0e50c9297548ecdbe1d2f6.slashbeast@gentoo> (raw)
commit: f3d8e3a5d65ec0094c0e50c9297548ecdbe1d2f6
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 09:55:42 2021 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 12:31:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d8e3a5
dev-libs/libdispatch: new package.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-libs/libdispatch/Manifest | 1 +
dev-libs/libdispatch/libdispatch-5.3.3.ebuild | 45 +++++++++++++++++++++++++++
dev-libs/libdispatch/metadata.xml | 11 +++++++
3 files changed, 57 insertions(+)
diff --git a/dev-libs/libdispatch/Manifest b/dev-libs/libdispatch/Manifest
new file mode 100644
index 00000000000..aa3b6b67cbe
--- /dev/null
+++ b/dev-libs/libdispatch/Manifest
@@ -0,0 +1 @@
+DIST libdispatch-5.3.3.tar.gz 591794 BLAKE2B 982b99227a1292d999639e7b16c1382a38dd6799a0ea1b83dd66333d5b6388be809127565fafc7f171dab9d8aa388cf67316d7eb6fa2ae2e1b8ccf660b32f0ab SHA512 b76071e8fac19ef5aed8cb3998b903a17a4f2b9e6b992d22d394212f4d48c4a547fb7a8cf16e4ce2ef17d6b58e253c2d52c6b176c3a874132410215b73332909
diff --git a/dev-libs/libdispatch/libdispatch-5.3.3.ebuild b/dev-libs/libdispatch/libdispatch-5.3.3.ebuild
new file mode 100644
index 00000000000..d469c43530f
--- /dev/null
+++ b/dev-libs/libdispatch/libdispatch-5.3.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_PN="swift-corelibs-${PN}"
+MY_PV="swift-${PV}-RELEASE"
+
+DESCRIPTION="A library for concurrent code execution on multicore hardware"
+HOMEPAGE="https://github.com/apple/swift-corelibs-libdispatch"
+SRC_URI="https://github.com/apple/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+ sys-devel/clang
+ sys-devel/llvm
+"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+src_configure () {
+ if ! tc-is-clang ; then
+ have_switched_compiler=yes
+ AR=llvm-ar
+ CC=${CHOST}-clang
+ CXX=${CHOST}-clang++
+ NM=llvm-nm
+ RANLIB=llvm-ranlib
+
+ strip-unsupported-flags
+ fi
+
+ export HOST_CC="$(tc-getBUILD_CC)"
+ export HOST_CXX="$(tc-getBUILD_CXX)"
+ tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG
+
+ cmake_src_configure
+}
diff --git a/dev-libs/libdispatch/metadata.xml b/dev-libs/libdispatch/metadata.xml
new file mode 100644
index 00000000000..7629980c0ab
--- /dev/null
+++ b/dev-libs/libdispatch/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slashbeast@gentoo.org</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">apple/swift-corelibs-libdispatch</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-03-12 12:31 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 12:31 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-06 23:47 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdispatch/ Georgy Yakovlev
2022-01-06 23:47 Georgy Yakovlev
2022-01-07 17:01 Georgy Yakovlev
2022-01-21 12:40 Sam James
2022-01-21 12:40 Sam James
2022-01-24 3:42 Sam James
2022-02-06 13:42 Piotr Karbowski
2022-02-07 6:32 Sam James
2022-03-12 10:15 Arthur Zamarin
2022-06-26 12:36 Piotr Karbowski
2022-11-06 3:59 Sam James
2022-11-06 3:59 Sam James
2022-11-06 8:05 Agostino Sarubbo
2022-11-14 21:32 Piotr Karbowski
2022-11-14 21:32 Piotr Karbowski
2023-03-06 12:51 Arthur Zamarin
2023-03-06 13:04 Arthur Zamarin
2023-03-07 11:42 Sam James
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-04-03 20:16 Georgy Yakovlev
2023-04-18 21:24 Piotr Karbowski
2023-05-02 15:28 Arthur Zamarin
2023-05-02 17:35 Sam James
2023-05-03 3:53 Sam James
2023-05-21 0:50 Sam James
2023-05-21 13:49 Arthur Zamarin
2023-05-27 11:27 Arthur Zamarin
2024-01-02 6:06 WANG Xuerui
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=1615552260.f3d8e3a5d65ec0094c0e50c9297548ecdbe1d2f6.slashbeast@gentoo \
--to=slashbeast@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