From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/opencilk-bin/ Date: Fri, 24 Jun 2022 10:46:12 +0000 (UTC) [thread overview] Message-ID: <1656067421.f32a14bd4da5a0002b356b4017752a6a84929751.flow@gentoo> (raw) commit: f32a14bd4da5a0002b356b4017752a6a84929751 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 10:43:38 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 10:43:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f32a14bd dev-lang/opencilk-bin: new package, add 1.1, migrated from ::flow Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-lang/opencilk-bin/Manifest | 1 + dev-lang/opencilk-bin/metadata.xml | 8 +++++++ dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild | 34 +++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-lang/opencilk-bin/Manifest b/dev-lang/opencilk-bin/Manifest new file mode 100644 index 000000000..d116e75d5 --- /dev/null +++ b/dev-lang/opencilk-bin/Manifest @@ -0,0 +1 @@ +DIST OpenCilk-1.1-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz 785074089 BLAKE2B 1fa59979e025619ac19df8442705e8c44b5ee33dd2fed8d6531bc430909fb0b71685aa614a86532a50609b3d5a2d78719dd6720b3073cff0615c0fadf04bd5e7 SHA512 112f6a7033dfd010b7da01dad3221e54f8b46eeaede5d0afa95df07734c25fd063c9a651c3596d5cf15d214804d6cd381e05f26cb8b335a810daab985bf8c368 diff --git a/dev-lang/opencilk-bin/metadata.xml b/dev-lang/opencilk-bin/metadata.xml new file mode 100644 index 000000000..87a759d41 --- /dev/null +++ b/dev-lang/opencilk-bin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Florian Schmaus</name> + <email>flow@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild new file mode 100644 index 000000000..dd81382ea --- /dev/null +++ b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The OpenCilk concurrency platform for parallel programming" +HOMEPAGE="https://opencilk.org/" + +SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/OpenCilk-${PV}-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz" + +# Since opencilk-project is a fork of LLVM 12, this lists the licenses +# of LLVM 12, while opencilk-project states that it us under "MIT with +# the OpenCilk Addendum", which basically states that you can +# distributed it under the LLVM licences. I am also not sure if OpenCilk +# is able to change the license of LLVM (which source code they use), +# hence this needs more investigation and we only list t he LLVM 12 +# licenses, because those definetly are correct. +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + dev-libs/libxml2 + sys-libs/ncurses:= + sys-libs/zlib +" + +S="${WORKDIR}" + +src_install() { + local target="opt/${P}" + dodir "${target}" + mv OpenCilk-12.0.0-Linux/* "${ED}/${target}" || die +}
WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/opencilk-bin/ Date: Fri, 24 Jun 2022 10:46:13 +0000 (UTC) [thread overview] Message-ID: <1656067421.f32a14bd4da5a0002b356b4017752a6a84929751.flow@gentoo> (raw) Message-ID: <20220624104613.iXyYVSLJQFOZ43FtMpHRLDuvJVyTujTH8-gO8Y5tegA@z> (raw) commit: f32a14bd4da5a0002b356b4017752a6a84929751 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 10:43:38 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 10:43:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f32a14bd dev-lang/opencilk-bin: new package, add 1.1, migrated from ::flow Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-lang/opencilk-bin/Manifest | 1 + dev-lang/opencilk-bin/metadata.xml | 8 +++++++ dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild | 34 +++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-lang/opencilk-bin/Manifest b/dev-lang/opencilk-bin/Manifest new file mode 100644 index 000000000..d116e75d5 --- /dev/null +++ b/dev-lang/opencilk-bin/Manifest @@ -0,0 +1 @@ +DIST OpenCilk-1.1-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz 785074089 BLAKE2B 1fa59979e025619ac19df8442705e8c44b5ee33dd2fed8d6531bc430909fb0b71685aa614a86532a50609b3d5a2d78719dd6720b3073cff0615c0fadf04bd5e7 SHA512 112f6a7033dfd010b7da01dad3221e54f8b46eeaede5d0afa95df07734c25fd063c9a651c3596d5cf15d214804d6cd381e05f26cb8b335a810daab985bf8c368 diff --git a/dev-lang/opencilk-bin/metadata.xml b/dev-lang/opencilk-bin/metadata.xml new file mode 100644 index 000000000..87a759d41 --- /dev/null +++ b/dev-lang/opencilk-bin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Florian Schmaus</name> + <email>flow@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild new file mode 100644 index 000000000..dd81382ea --- /dev/null +++ b/dev-lang/opencilk-bin/opencilk-bin-1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The OpenCilk concurrency platform for parallel programming" +HOMEPAGE="https://opencilk.org/" + +SRC_URI="https://github.com/OpenCilk/opencilk-project/releases/download/opencilk%2Fv${PV}/OpenCilk-${PV}-LLVM-12.0.0-Ubuntu-20.04-x86_64.tar.gz" + +# Since opencilk-project is a fork of LLVM 12, this lists the licenses +# of LLVM 12, while opencilk-project states that it us under "MIT with +# the OpenCilk Addendum", which basically states that you can +# distributed it under the LLVM licences. I am also not sure if OpenCilk +# is able to change the license of LLVM (which source code they use), +# hence this needs more investigation and we only list t he LLVM 12 +# licenses, because those definetly are correct. +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + dev-libs/libxml2 + sys-libs/ncurses:= + sys-libs/zlib +" + +S="${WORKDIR}" + +src_install() { + local target="opt/${P}" + dodir "${target}" + mv OpenCilk-12.0.0-Linux/* "${ED}/${target}" || die +}
next reply other threads:[~2022-06-24 10:46 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-24 10:46 Florian Schmaus [this message] 2022-06-24 10:46 ` [gentoo-commits] repo/proj/guru:master commit in: dev-lang/opencilk-bin/ Florian Schmaus -- strict thread matches above, loose matches on Subject: below -- 2022-06-24 18:36 Florian Schmaus 2022-06-24 18:36 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus 2024-04-10 7:19 [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2024-04-10 7:19 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
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=1656067421.f32a14bd4da5a0002b356b4017752a6a84929751.flow@gentoo \ --to=flow@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: linkBe 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