From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/wxparaver/
Date: Wed, 8 Jun 2022 17:46:30 +0000 (UTC) [thread overview]
Message-ID: <1654623802.77022499c50b0f9688fb9f3b71880137036c3b84.flow@gentoo> (raw)
commit: 77022499c50b0f9688fb9f3b71880137036c3b84
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 7 17:43:00 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 17:43:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77022499
sys-cluster/wxparaver: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sys-cluster/wxparaver/Manifest | 3 +-
...raver-4.10.0.ebuild => wxparaver-4.10.1.ebuild} | 7 +-
sys-cluster/wxparaver/wxparaver-4.9.0-r1.ebuild | 100 ---------------------
3 files changed, 4 insertions(+), 106 deletions(-)
diff --git a/sys-cluster/wxparaver/Manifest b/sys-cluster/wxparaver/Manifest
index 000019fd0..2782704bc 100644
--- a/sys-cluster/wxparaver/Manifest
+++ b/sys-cluster/wxparaver/Manifest
@@ -1,2 +1 @@
-DIST wxparaver-4.10.0.tar.gz 1066884 BLAKE2B 030fb769c94e7c15c337df2d06d135a1d2e9d37593907eab6f8df82d3532b67827d2f6728a2db539c2eec8cd57ebe444271527250ebfb80db6d79a4ba33ba716 SHA512 d8ff40c7423321da34e078b25c7777c30a5ae76618f16ff715caa308a5e44cdd702c99a902bc761999323575a47d497b94ab23d8943461a093f49dc2451365ab
-DIST wxparaver-4.9.0.tar.gz 1045366 BLAKE2B 297e49160ce23591257002763025359a4269a3691b094b90d8a8f8fa648998cbbca068853a1e22ed878f68e786b5e8145c14c0bb2c95e4e05fecc01fa79e48a2 SHA512 b0b2cf4383549fc48f34cd3c754c6614798512ab712fa7c728ce20c4536768227625ea5b6b641746fc1780dd354a6da7cfecc48e8f19ecc9cdb9eddcb93c501d
+DIST wxparaver-4.10.1.gh.tar.gz 1076792 BLAKE2B 153b632c8c21ab18f10953f6b70d012dae455de533d37b5b3a6378a36132968be6f7497ba967a41cc3dfb0d3c874b3b0fb12602b5cdf2190b5a487f98e16d1cc SHA512 38362a31c335beb030a3240ef3716364d446c937b6c6a8659611f907c6fa7b8d55d39eedc5763e31ddd666c358a25d6a5fa780fdc40baa415f1d5aaf68893316
diff --git a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild b/sys-cluster/wxparaver/wxparaver-4.10.1.ebuild
similarity index 92%
rename from sys-cluster/wxparaver/wxparaver-4.10.0.ebuild
rename to sys-cluster/wxparaver/wxparaver-4.10.1.ebuild
index ba925bcef..fff87ba54 100644
--- a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild
+++ b/sys-cluster/wxparaver/wxparaver-4.10.1.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-COMMIT="f357545a2fdfc7674394f2e6192022a4c2139f63"
DOCS_AUTODOC=0
DOCS_BUILDER="sphinx"
DOCS_DIR="docs/wxparaver_help_contents/sphinx/2.paraver_toolset/source"
@@ -17,8 +16,8 @@ HOMEPAGE="
http://tools.bsc.es/paraver
https://github.com/bsc-performance-tools/wxparaver
"
-SRC_URI="https://github.com/bsc-performance-tools/wxparaver/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
+SRC_URI="https://github.com/bsc-performance-tools/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+#S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -27,7 +26,7 @@ IUSE="extrae ompss openmp"
RDEPEND="
dev-libs/boost:=
- dev-libs/openssl
+ dev-libs/openssl:=
sys-cluster/paraver-kernel
x11-libs/wxGTK:${WX_GTK_VER}
diff --git a/sys-cluster/wxparaver/wxparaver-4.9.0-r1.ebuild b/sys-cluster/wxparaver/wxparaver-4.9.0-r1.ebuild
deleted file mode 100644
index 7cd953a9a..000000000
--- a/sys-cluster/wxparaver/wxparaver-4.9.0-r1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_AUTODOC=0
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs/wxparaver_help_contents/sphinx/2.paraver_toolset/source"
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-WX_GTK_VER="3.0-gtk3"
-
-inherit autotools python-any-r1 docs wxwidgets
-
-DESCRIPTION="paraver gui"
-HOMEPAGE="
- http://tools.bsc.es/paraver
- https://github.com/bsc-performance-tools/wxparaver
-"
-SRC_URI="https://github.com/bsc-performance-tools/wxparaver/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="extrae ompss openmp"
-
-RDEPEND="
- dev-libs/boost:=
- dev-libs/openssl
- sys-cluster/paraver-kernel
- x11-libs/wxGTK:${WX_GTK_VER}
-
- extrae? ( sys-cluster/extrae )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="app-admin/chrpath"
-
-DOCS=( README NEWS AUTHORS ChangeLog )
-
-src_unpack() {
- default
- gzip -d "${S}/docs/wxparaver_help_contents/install/man/paraver-toolset.1.gz" || die
-}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- setup-wxwidgets
-
- local myconf=(
- --disable-old-pcfparser
- --with-boost="${EPREFIX}/usr"
- --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)"
- --with-debug-level=none
- --with-openssl="${EPREFIX}/usr"
- --with-paraver="${EPREFIX}/usr"
-
- $(use_enable ompss)
- $(use_enable openmp)
- )
-
- if use extrae; then
- myconf+=( "--with-extrae=${EPREFIX}/usr" )
- else
- myconf+=( "--without-extrae" )
- fi
-
- econf "${myconf[@]}" || die
-}
-
-src_compile() {
- default
- docs_compile
-}
-
-src_install() {
- # only a part of the docs can be built from source
- if use doc; then
- # remove a part of the prebuilt docs
- rm -r "${S}/docs/wxparaver_help_contents/install/html/2.paraver_toolset" || die
- # replace them with the newly built docs
- mv "${S}/_build/html" "${S}/docs/wxparaver_help_contents/install/html/2.paraver_toolset" || die
- # ideally this is the manpage just built from sphinx but I'm not sure it really is
- doman "${S}/docs/wxparaver_help_contents/sphinx/2.paraver_toolset/build/man/paraver-toolset.1"
- else
- # install the prebuilt manpage
- doman "${S}/docs/wxparaver_help_contents/install/man/paraver-toolset.1"
- fi
- # override eclass variable
- unset HTML_DOCS
- HTML_DOCS=( docs/wxparaver_help_contents/install/html/. )
-
- default
-
- rm -r "${ED}/usr/share/doc/wxparaver_help_contents" || die
- chrpath -d "${ED}/usr/bin/wxparaver.bin" || die
-# find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2022-06-08 17:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 17:46 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-29 0:22 [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/wxparaver/ Ronny Gutbrod
2021-09-08 15:20 Arthur Zamarin
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=1654623802.77022499c50b0f9688fb9f3b71880137036c3b84.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: 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