From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Wed, 18 May 2022 16:15:12 +0000 (UTC) [thread overview]
Message-ID: <1652890457.8e0120f11e7c062eb2a720e7e0b8d61c4ace4327.andrewammerlaan@gentoo> (raw)
commit: 8e0120f11e7c062eb2a720e7e0b8d61c4ace4327
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 16:14:17 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 18 16:14:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0120f1
sci-visualization/labplot: drop 2.8.2
Closes: https://bugs.gentoo.org/811552
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-visualization/labplot/Manifest | 1 -
sci-visualization/labplot/labplot-2.8.2.ebuild | 88 --------------------------
2 files changed, 89 deletions(-)
diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
index ff4d0cb264f1..8fff691a49ea 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1,2 +1 @@
-DIST labplot-2.8.2.tar.xz 13235168 BLAKE2B 251d7f6293ea90a1a16a33f38f3b3657051545cff4b0acc3d3009a02387c4cadb61dad31b72466f0d197b1cccac6e9095687fcc694853c2a6ef41fa1a954c6a7 SHA512 fc550ccb00c5d9966b42f3a367daaebfa94909b65f0a146e4cd75f9a4ed50d00a917fa4c5fd6b6694bf2223d75a564db49697106ea663b0e17def4ce501b09e1
DIST labplot-2.9.0.tar.xz 21413512 BLAKE2B ab3c579eb64ee4b9b558db63210b1d2210210e1ee2df7fd986d75ebbacab96c4cd05a8fc4698859373e011bd47c55a1abc73d0e8107dd3e3f1b60ce87e1f14d4 SHA512 d06e373e463d9cf3df81eec367167350572975366785b6c88bdab947288fbc21a9eb8e706cb1a831967b8bf0a8039f2f919e14ae7cfb40b21e66f862e38c5d45
diff --git a/sci-visualization/labplot/labplot-2.8.2.ebuild b/sci-visualization/labplot/labplot-2.8.2.ebuild
deleted file mode 100644
index 7872a5add1e5..000000000000
--- a/sci-visualization/labplot/labplot-2.8.2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
-HOMEPAGE="https://labplot.kde.org/ https://apps.kde.org/en/labplot2"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="cantor fftw fits hdf5 libcerf netcdf root serial telemetry test"
-
-# not packaged: dev-qt/qtmqtt, bug 683994
-BDEPEND="
- sys-devel/bison
- sys-devel/gettext
-"
-DEPEND="
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/syntax-highlighting-${KFMIN}:5
- >=sci-libs/gsl-1.15:=
- cantor? (
- >=kde-apps/cantor-19.12.0:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- )
- fftw? ( sci-libs/fftw:3.0= )
- fits? ( sci-libs/cfitsio:= )
- hdf5? ( sci-libs/hdf5:= )
- libcerf? ( sci-libs/libcerf )
- netcdf? ( sci-libs/netcdf:= )
- test? ( >=kde-frameworks/kparts-${KFMIN}:5 )
- root? (
- app-arch/lz4
- sys-libs/zlib
- )
- serial? ( >=dev-qt/qtserialport-${QTMIN}:5 )
- telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_CANTOR=$(usex cantor)
- -DENABLE_FFTW=$(usex fftw)
- -DENABLE_FITS=$(usex fits)
- -DENABLE_HDF5=$(usex hdf5)
- -DENABLE_LIBCERF=$(usex libcerf)
- -DENABLE_NETCDF=$(usex netcdf)
- -DENABLE_ROOT=$(usex root)
- -DENABLE_QTSERIALPORT=$(usex serial)
- $(cmake_use_find_package telemetry KUserFeedback)
- -DENABLE_TESTS=$(usex test)
- -DENABLE_MQTT=OFF
- )
-
- ecm_src_configure
-}
next reply other threads:[~2022-05-18 16:15 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 16:15 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 17:29 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ Andreas Sturmlechner
2024-12-20 17:29 Andreas Sturmlechner
2024-09-10 18:53 Andreas Sturmlechner
2024-08-31 17:26 Andreas Sturmlechner
2024-08-31 17:26 Andreas Sturmlechner
2024-08-31 17:26 Andreas Sturmlechner
2024-07-13 14:44 Andreas Sturmlechner
2024-07-13 14:25 Andreas Sturmlechner
2024-01-08 12:28 Sam James
2023-07-12 13:14 Andrew Ammerlaan
2023-01-30 15:25 Ben Kohler
2022-05-09 18:51 Andrew Ammerlaan
2022-05-09 17:19 Andrew Ammerlaan
2022-03-05 23:10 Andreas K. Hüttel
2022-01-09 19:26 Andreas Sturmlechner
2021-09-05 9:06 Andreas Sturmlechner
2021-05-20 22:13 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2020-11-29 23:19 Andreas Sturmlechner
2020-11-05 20:25 Andreas Sturmlechner
2020-10-31 9:23 Andreas Sturmlechner
2019-12-23 0:25 Andreas Sturmlechner
2019-11-20 16:38 Andreas Sturmlechner
2019-11-13 13:45 Andreas Sturmlechner
2019-07-20 19:30 Andreas Sturmlechner
2019-05-13 0:18 Andreas Sturmlechner
2019-04-23 20:25 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-02-15 23:28 Andreas Sturmlechner
2018-10-21 14:58 Andreas Sturmlechner
2018-10-21 14:58 Andreas Sturmlechner
2018-10-13 18:52 Andreas Sturmlechner
2018-09-08 13:29 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-09-03 18:03 Andreas Sturmlechner
2018-04-21 14:01 Andreas Sturmlechner
2018-04-13 9:02 Andreas Sturmlechner
2017-04-08 17:59 Andreas Sturmlechner
2016-12-30 0:26 Andreas Sturmlechner
2016-11-06 18:11 David Seifert
2016-11-06 18:11 David Seifert
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=1652890457.8e0120f11e7c062eb2a720e7e0b8d61c4ace4327.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