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/files/, sci-visualization/labplot/
Date: Sat,  8 Apr 2017 17:59:47 +0000 (UTC)	[thread overview]
Message-ID: <1491674378.458eacdfdd01178605c3b711daa2e1a9638f5363.asturm@gentoo> (raw)

commit:     458eacdfdd01178605c3b711daa2e1a9638f5363
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:57:51 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:59:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458eacdf

sci-visualization/labplot: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-visualization/labplot/Manifest                 |  1 -
 .../labplot/files/labplot-2.3.0-deps.patch         | 49 --------------
 .../labplot/files/labplot-2.3.0-desktop.patch      | 24 -------
 .../labplot/files/labplot-2.3.0-options.patch      | 77 ----------------------
 sci-visualization/labplot/labplot-2.3.0.ebuild     | 76 ---------------------
 5 files changed, 227 deletions(-)

diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
index a2b212d933c..4d44278f530 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1,2 +1 @@
-DIST labplot-2.3.0-kf5.tar.xz 4531156 SHA256 a5a7d706de5f978430b359ada42f9227a2619f5fa9608d56af16c760b7626f33 SHA512 0f8053bfccbfb6756db14c2d35f69b18bc83395c15cc01cbe61e5877065ad587e1563e7f161dfbac7c75b8b30aa04ee112e0c1962b52544e33ca936bd17b1444 WHIRLPOOL febd50c0a36612a1f93d8190eb9907ede4c29513652cc1a99cfc196c464eb7a7d6bc8692e13a98a9ce31e963a15396385dd9d7b015fe65bd995e2b85e9a09f94
 DIST labplot-2.4.0-kf5.tar.xz 6038072 SHA256 86198247ff0d274c85607cdb07a0c4ef19149e4f4bf6c9d2e6e8249134e26bb2 SHA512 5d29dd7d63d484359e73c8d82d8dbc25a069e1f33829cf75c2a2009ebae2027353ecf578b51806b5f35ae17ec472f5cbfdb4caed2637dc1ecc9229d33033d21b WHIRLPOOL 8d5af85ae52bbe1526d00888c1a18922a0f27c3dbf4ff992736e6672008ca61f54f8df93a1c0185bf4fcdcebe4543e58aa7260eafaf40ba8abf87b39ab84bad4

diff --git a/sci-visualization/labplot/files/labplot-2.3.0-deps.patch b/sci-visualization/labplot/files/labplot-2.3.0-deps.patch
deleted file mode 100644
index dbedac7f5be..00000000000
--- a/sci-visualization/labplot/files/labplot-2.3.0-deps.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 41c3e23837adb8df641024901d3aee9dea2ded9d Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun, 6 Nov 2016 00:37:36 +0100
-Subject: [PATCH 1/2] Add missing dependencies
-
-REVIEW: 129344
----
- CMakeLists.txt | 25 +++++++++++++++++++++++--
- 1 file changed, 23 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9dc90f7..4db135f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -4,8 +4,29 @@ cmake_minimum_required(VERSION 2.8.12)
- find_package(ECM 1.3.0 REQUIRED NO_MODULE)
- set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
- 
--find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg Concurrent)
--find_package(KF5 REQUIRED COMPONENTS I18n KDELibs4Support)
-+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS
-+	Concurrent
-+	Gui
-+	PrintSupport
-+	Svg
-+	Widgets
-+)
-+find_package(KF5 REQUIRED COMPONENTS
-+	Archive
-+	Completion
-+	Config
-+	ConfigWidgets
-+	CoreAddons
-+	DocTools
-+	I18n
-+	IconThemes
-+	KDELibs4Support
-+	KIO
-+	NewStuff
-+	TextWidgets
-+	WidgetsAddons
-+	XmlGui
-+)
- 
- include(FeatureSummary)
- include(ECMInstallIcons)
--- 
-2.7.3
-

diff --git a/sci-visualization/labplot/files/labplot-2.3.0-desktop.patch b/sci-visualization/labplot/files/labplot-2.3.0-desktop.patch
deleted file mode 100644
index 8722b171446..00000000000
--- a/sci-visualization/labplot/files/labplot-2.3.0-desktop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit a66226a538ae23f61eaf4b3c00efa8321504fe00
-Author: Wolfgang Bauer <wbauer@tmo.at>
-Date:   Thu Jul 28 15:20:05 2016 +0200
-
-    Fix .desktop file's Exec line
-    
-    The KF5 port uses QCommandLineParser which doesn't know the '-caption'
-    parameter.
-    The desktop file needs to use '-qwindowtitle' instead.
-    
-    REVIEW: 128532
-
-diff --git a/src/labplot2.desktop b/src/labplot2.desktop
-index 38fe9bb..8ce836c 100755
---- a/src/labplot2.desktop
-+++ b/src/labplot2.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Type=Application
--Exec=labplot2 -caption %c %i %f
-+Exec=labplot2 -qwindowtitle %c %i %f
- Icon=labplot2
- Name=LabPlot2
- Name[ast]=LabPlot2

diff --git a/sci-visualization/labplot/files/labplot-2.3.0-options.patch b/sci-visualization/labplot/files/labplot-2.3.0-options.patch
deleted file mode 100644
index f4f9a4c9d2d..00000000000
--- a/sci-visualization/labplot/files/labplot-2.3.0-options.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 2756fff72169df6cd4eec3d9bf96e9673574c2d0 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun, 6 Nov 2016 01:00:13 +0100
-Subject: [PATCH 2/2] Make options optional
-
-REVIEW: 129344
----
- CMakeLists.txt | 30 ++++++++++++++++++------------
- 1 file changed, 18 insertions(+), 12 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4db135f..8055bee 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -48,6 +48,11 @@ add_definitions(-fvisibility=default)
- cmake_policy(SET CMP0002 OLD)
- #cmake_policy(SET CMP0063 NEW)
- 
-+### Options ######################################
-+option(ENABLE_CANTOR "Build with Cantor support" ON)
-+option(ENABLE_FFTW "Build with FFTW support" ON)
-+option(ENABLE_NETCDF "Build with NetCDF support" ON)
-+
- ### FFTW ######################################
- FIND_LIBRARY(FFTW_LIBRARIES fftw3
- 	PATHS
-@@ -58,12 +63,12 @@ FIND_PATH (FFTW_INCLUDE_DIR fftw3.h
- 	/usr/include
- 	/usr/local/include
- )
--IF (FFTW_LIBRARIES AND FFTW_INCLUDE_DIR)
-+IF(ENABLE_FFTW AND FFTW_LIBRARIES AND FFTW_INCLUDE_DIR)
- 	SET (FFTW_FOUND TRUE)
--ELSE (FFTW_LIBRARIES AND FFTW_INCLUDE_DIR)
-+ELSE()
- 	SET (FFTW_FOUND FALSE)
- 	SET (FFTW_LIBRARIES "")
--ENDIF (FFTW_LIBRARIES AND FFTW_INCLUDE_DIR)
-+ENDIF()
- 
- IF (FFTW_FOUND)
- 	MESSAGE (STATUS "Found FFTW 3 Library: ${FFTW_INCLUDE_DIR} ${FFTW_LIBRARIES}")
-@@ -120,12 +125,12 @@ FIND_PATH (CANTOR_INCLUDE_DIR worksheetaccess.h
- 	/usr/include/cantor
- 	/usr/local/include/cantor
- )
--IF (CANTOR_LIBS AND CANTOR_INCLUDE_DIR)
-+IF(ENABLE_CANTOR AND CANTOR_LIBS AND CANTOR_INCLUDE_DIR)
- 	SET (CANTOR_LIBS_FOUND TRUE)
--ELSE (CANTOR_LIBS AND CANTOR_INCLUDE_DIR)
-+ELSE()
- 	SET (CANTOR_LIBS_FOUND FALSE)
- 	SET (CANTOR_LIBS "")
--ENDIF (CANTOR_LIBS AND CANTOR_INCLUDE_DIR)
-+ENDIF()
- IF (CANTOR_LIBS_FOUND)
- 	MESSAGE (STATUS "Found CantorLibs ${CANTOR_INCLUDE_DIR} ${CANTOR_LIBS}")
- 	add_definitions (-DHAVE_CANTOR_LIBS)
-@@ -150,12 +155,12 @@ FIND_PATH (NETCDF_INCLUDE_DIR netcdf.h
- 	/usr/include/
- 	/usr/local/include/
- )
--IF (NETCDF_LIBRARY AND NETCDF_INCLUDE_DIR)
-+IF(ENABLE_NETCDF AND NETCDF_LIBRARY AND NETCDF_INCLUDE_DIR)
- 	SET (NETCDF_FOUND TRUE)
--ELSE (NETCDF_LIBRARY AND NETCDF_INCLUDE_DIR)
-+ELSE()
- 	SET (NETCDF_FOUND FALSE)
- 	SET (NETCDF_LIBRARY "")
--ENDIF (NETCDF_LIBRARY AND NETCDF_INCLUDE_DIR)
-+ENDIF()
- IF (NETCDF_FOUND)
- 	MESSAGE (STATUS "Found Network Common Data Format (NetCDF) Library: ${NETCDF_INCLUDE_DIR} ${NETCDF_LIBRARY}")
- 	add_definitions (-DHAVE_NETCDF)
--- 
-2.7.3
-

diff --git a/sci-visualization/labplot/labplot-2.3.0.ebuild b/sci-visualization/labplot/labplot-2.3.0.ebuild
deleted file mode 100644
index 341d559b90a..00000000000
--- a/sci-visualization/labplot/labplot-2.3.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="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}-kf5.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="cantor fftw hdf5 netcdf"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
-
-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_qt_dep qtconcurrent)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwidgets)
-	>=sci-libs/gsl-1.15:=
-	cantor? ( $(add_kdeapps_dep cantor) )
-	fftw? ( sci-libs/fftw:3.0= )
-	hdf5? ( sci-libs/hdf5:= )
-	netcdf? ( sci-libs/netcdf:= )
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-	x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-	!sci-visualization/labplot:4
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-deps.patch"
-	"${FILESDIR}/${P}-options.patch"
-	"${FILESDIR}/${P}-desktop.patch"
-)
-
-src_prepare() {
-	if ! use handbook && [[ ${KDE_BUILD_TYPE} != live ]]; then
-		cmake_comment_add_subdirectory doc-translations
-	fi
-
-	kde5_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_CANTOR=$(usex cantor)
-		-DENABLE_FFTW=$(usex fftw)
-		$(cmake-utils_use_find_package hdf5 HDF5)
-		-DENABLE_NETCDF=$(usex netcdf)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2017-04-08 17:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08 17:59 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 14:25 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/files/, sci-visualization/labplot/ Andreas Sturmlechner
2023-04-18 18:22 Andreas Sturmlechner
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=1491674378.458eacdfdd01178605c3b711daa2e1a9638f5363.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