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
-}

Reply via email to