From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/cubelib/
Date: Fri, 10 Jun 2022 14:08:01 +0000 (UTC) [thread overview]
Message-ID: <1654833484.bda76e1d6f46c72f00e4a573797e4caee28980a5.andrewammerlaan@gentoo> (raw)
commit: bda76e1d6f46c72f00e4a573797e4caee28980a5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jun 8 09:25:25 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 03:58:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bda76e1d
dev-libs/cubelib: new package, add 4.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-libs/cubelib/Manifest | 1 +
dev-libs/cubelib/cubelib-4.7.ebuild | 38 +++++++++++++++++++++++++++++++++++++
dev-libs/cubelib/metadata.xml | 8 ++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-libs/cubelib/Manifest b/dev-libs/cubelib/Manifest
new file mode 100644
index 000000000..863b809cb
--- /dev/null
+++ b/dev-libs/cubelib/Manifest
@@ -0,0 +1 @@
+DIST cubelib-4.7.tar.gz 6163552 BLAKE2B e07e78011501fe19240f22133cf9a9202176ca21410412be19674d43e8177ce7683cb19414eacacf6a56f261602414db55ba65abc8948846c1dbbc0737636fc9 SHA512 cf328b3300170ba832bda13374f7e8e59a920308fc1604f03eb5f172ab6dd6d3ccd0b6517eb68bf58b07a08174dded0f80fe7f37ca63727ce397e095801864f1
diff --git a/dev-libs/cubelib/cubelib-4.7.ebuild b/dev-libs/cubelib/cubelib-4.7.ebuild
new file mode 100644
index 000000000..56f15aa3b
--- /dev/null
+++ b/dev-libs/cubelib/cubelib-4.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="General purpose C++ library and tools"
+HOMEPAGE="https://www.scalasca.org/scalasca/software/cube-4.x"
+SRC_URI="https://apps.fz-juelich.de/scalasca/releases/cube/${PV}/dist/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-cpp/gtest"
+
+src_prepare() {
+ rm -r vendor/googletest || die
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myconf=(
+ --disable-platform-mic
+ )
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ mv "${ED}/usr/share/doc/cubelib/example" "${ED}/usr/share/doc/${PF}/" || die
+ rm -r "${ED}/usr/share/doc/cubelib" || die
+ dodoc OPEN_ISSUES README
+ docompress -x "${ED}/usr/share/doc/${PF}/example"
+ find "${ED}" -name '*.a' -delete || die
+}
diff --git a/dev-libs/cubelib/metadata.xml b/dev-libs/cubelib/metadata.xml
new file mode 100644
index 000000000..6c0bdfd68
--- /dev/null
+++ b/dev-libs/cubelib/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">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2022-06-10 14:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 14:08 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-13 10:49 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/cubelib/ Andrew Ammerlaan
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=1654833484.bda76e1d6f46c72f00e4a573797e4caee28980a5.andrewammerlaan@gentoo \
--to=andrewammerlaan@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