public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Tue, 23 Apr 2019 20:25:08 +0000 (UTC)	[thread overview]
Message-ID: <1556051098.0df3b80bfae73b380f35503187f090ecbdffb1ce.asturm@gentoo> (raw)

commit:     0df3b80bfae73b380f35503187f090ecbdffb1ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 17:40:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:24:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df3b80b

sci-visualization/labplot: Drop 2.5.0-r1

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-visualization/labplot/Manifest                |  1 -
 sci-visualization/labplot/labplot-2.5.0-r1.ebuild | 70 -----------------------
 2 files changed, 71 deletions(-)

diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
index 3ca755dac2b..97ecc1c1fb3 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1,2 +1 @@
-DIST labplot-2.5.0.tar.xz 11831656 BLAKE2B b6c122509874f1f7a554814b7ac9889b416d36f750ff831773aed313f9eff23abc0809f40f6f591051b287bd1a875af455f5d500ce54130c4d8ddfe5fcfa0870 SHA512 a4b285917e30b0ac00cb8c8ad6827ba3884d95fccc0511a0a317bb2d637e48e6579929c45cfb8bba737bb5a01472a2baa9d812a688730ac4fa40b23cc6625eba
 DIST labplot-2.6.0.tar.xz 12360732 BLAKE2B f6259de30deb0adb4ddd47f0401fe8753a277aa01ade27c220ec832eb7f6c3e568c765085d2567529799777c9fe2442da777bd4089e5f488cc1aefb25a61d5a8 SHA512 6ebc96b3cfb25ebd62a6631d8cca0d9574f84548c04271eb8a10ff3ef9ebbdd0bf842b9b6129a995953412c5e6f902440dc91dbaa01d97fc220d7f6b19dc46af

diff --git a/sci-visualization/labplot/labplot-2.5.0-r1.ebuild b/sci-visualization/labplot/labplot-2.5.0-r1.ebuild
deleted file mode 100644
index be9f065e8b5..00000000000
--- a/sci-visualization/labplot/labplot-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
-HOMEPAGE="https://www.kde.org/applications/education/labplot/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="cantor fftw fits hdf5 libcerf netcdf"
-
-COMMON_DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep syntax-highlighting)
-	$(add_qt_dep qtconcurrent)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtserialport)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwidgets)
-	>=sci-libs/gsl-1.15:=
-	cantor? ( $(add_kdeapps_dep cantor) )
-	fftw? ( sci-libs/fftw:3.0= )
-	fits? ( sci-libs/cfitsio:= )
-	hdf5? ( sci-libs/hdf5:= )
-	libcerf? ( sci-libs/libcerf )
-	netcdf? ( sci-libs/netcdf:= )
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/bison
-	sys-devel/gettext
-	x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-	!sci-visualization/labplot:4
-"
-
-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_TESTS=$(usex test)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2019-04-23 20:25 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23 20:25 Andreas Sturmlechner [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-18 16:15 Andrew Ammerlaan
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-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=1556051098.0df3b80bfae73b380f35503187f090ecbdffb1ce.asturm@gentoo \
    --to=asturm@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