From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/workflow/
Date: Tue, 6 Sep 2022 23:25:50 +0000 (UTC) [thread overview]
Message-ID: <1662506746.f5e0a0d48ffe02175884e72c2aa94e3cbe7fa84c.epsilon-0@gentoo> (raw)
commit: f5e0a0d48ffe02175884e72c2aa94e3cbe7fa84c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 6 23:25:46 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 6 23:25:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5e0a0d4
dev-cpp/workflow: add 0.10.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-cpp/workflow/Manifest | 1 +
dev-cpp/workflow/workflow-0.10.3.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-cpp/workflow/Manifest b/dev-cpp/workflow/Manifest
index b853273fc..6f8c2e3b8 100644
--- a/dev-cpp/workflow/Manifest
+++ b/dev-cpp/workflow/Manifest
@@ -1 +1,2 @@
DIST workflow-0.10.2.tar.gz 389218 BLAKE2B d02d9df7cb9fbcaa9280cc4ec5dfa16a2226fab15515ffa4beb45572e44024f405c5d3fa02aba994aecb8659c9e623bcf45c5cd6a44d9b38f9234ab65fc8764c SHA512 19e35a7179f4323e401bed21a203e465b35cb45dee9b78e4ecaa1ece2569758e06e2d2550fdba99ca268943254f2aeed6c3d86d32a02a32975b6dc04fc55c57a
+DIST workflow-0.10.3.tar.gz 394650 BLAKE2B ba246ceb620bc2122e316b5288cf4b8f58203f1c1d61b63e0e2b0a02f1a8b1c7a18b74409bb35bc1a4bacd07635e0ba91a677659ea712f5afc70c5d79f91a49c SHA512 5511f5d0c8b8c040e7316c7629b47648c4a6a1871b63ead33329cfa57d3c1b19e7aad1056487f92e5579d5baa354db3e4c002beb3c7f9b3d922cce4d9881ce36
diff --git a/dev-cpp/workflow/workflow-0.10.3.ebuild b/dev-cpp/workflow/workflow-0.10.3.ebuild
new file mode 100644
index 000000000..35d33b083
--- /dev/null
+++ b/dev-cpp/workflow/workflow-0.10.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ Parallel Computing and Asynchronous Networking Engine"
+HOMEPAGE="https://github.com/sogou/workflow"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sogou/workflow"
+else
+ SRC_URI="https://github.com/sogou/workflow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/openssl:0=
+"
+DEPEND="${RDEPEND}
+ dev-cpp/gtest
+"
+
+PATCHES=(
+ "${FILESDIR}/workflow-0.10.2-enable-tests.patch"
+)
+
+src_prepare() {
+ cmake_src_prepare
+ mkdir docs/cn || die
+ mv docs/*.md docs/cn || die
+}
+
+src_install() {
+ cmake_src_install
+ dodoc -r docs/.
+}
next reply other threads:[~2022-09-06 23:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 23:25 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-24 14:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/workflow/ Aisha Tammy
2022-08-14 14:09 Aisha Tammy
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=1662506746.f5e0a0d48ffe02175884e72c2aa94e3cbe7fa84c.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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