commit:     7a356032087c2ecdff52b9fe4862bdbdb1a2bc3e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 20:52:52 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 26 15:25:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a356032

x11-libs/qwtplot3d: treeclean

Closes: https://bugs.gentoo.org/942455 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 x11-libs/qwtplot3d/Manifest                        |  1 -
 .../qwtplot3d-0.2_p20210828-install-headers.patch  | 23 ------------
 x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch   | 28 --------------
 x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch     | 12 ------
 x11-libs/qwtplot3d/metadata.xml                    | 17 ---------
 x11-libs/qwtplot3d/qwtplot3d-0.2_p20210828.ebuild  | 43 ----------------------
 7 files changed, 125 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8fabb7074f28..e0224df19af7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,7 +286,6 @@ dev-db/sqliteman
 # Andreas Sturmlechner <[email protected]> (2025-04-26)
 # Dead upstream, last revdep on x11-libs/qwtplot3d and x11-libs/qwt:5
 # Bugs #948047, #942455; removal on 2025-05-26
-x11-libs/qwtplot3d
 x11-libs/qwt:5
 
 # Michał Górny <[email protected]> (2025-04-22)

diff --git a/x11-libs/qwtplot3d/Manifest b/x11-libs/qwtplot3d/Manifest
deleted file mode 100644
index 5f549270a82e..000000000000
--- a/x11-libs/qwtplot3d/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qwtplot3d-0.2_p20210828.tar.gz 162362 BLAKE2B 
e2382f8b1b6f9f3ac5526a6ae3269f649badf11240e65283c62a88ae620ca81d6f1bad51f39651c1ca1fa8bf63f47978a41386cdec64a374a16eb7bf579d0875
 SHA512 
92ecfd6e91a31921993171f41f4606abbbd675fb869c32c3f1e0665cb13e1d88718bba39493edbc350c8e0a7b66cdfb14fd998d46b3f67b7223a41260347061a

diff --git 
a/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch 
b/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch
deleted file mode 100644
index c32dccaa09d7..000000000000
--- a/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 12657be..c14ca89 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,4 +1,5 @@
- cmake_minimum_required(VERSION 3.16)
-+include(GNUInstallDirs)
- 
- project( QwtPlot3D
-   VERSION 0.3.0
-@@ -104,8 +105,12 @@ set( HEADERS
-   "include/qwt3d_io_gl2ps.h"
-   )
- configure_file( "include/qwt3d_version.h.in" "qwt3d_version.h" @ONLY )
-+list( APPEND HEADERS
-+    "${CMAKE_BINARY_DIR}/qwt3d_version.h"
-+    )
- 
- add_library( qwtplot3d ${SRCS} ${HEADERS} )
-+set_target_properties( qwtplot3d PROPERTIES PUBLIC_HEADER "${HEADERS}" )
- 
- target_link_libraries( qwtplot3d
-   Qt${QT_VERSION_MAJOR}::Core

diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch 
b/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch
deleted file mode 100644
index b0632a380a2a..000000000000
--- a/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- qwtplot3d/doc/Doxyfile.doxygen.orig        2007-11-26 22:30:57.000000000 
+0000
-+++ qwtplot3d/doc/Doxyfile.doxygen     2007-11-26 22:30:03.000000000 +0000
-@@ -116,7 +116,7 @@
- HTML_ALIGN_MEMBERS     = YES
- GENERATE_HTMLHELP      = NO
- CHM_FILE               = qwtplot3d.chm
--HHC_LOCATION           = "c:\Programme\HTML Help Workshop\hhc.exe"
-+#HHC_LOCATION           = "c:\Programme\HTML Help Workshop\hhc.exe"
- GENERATE_CHI           = NO
- BINARY_TOC             = YES
- TOC_EXPAND             = YES
-@@ -181,7 +181,7 @@
- MACRO_EXPANSION        = NO
- EXPAND_ONLY_PREDEF     = NO
- SEARCH_INCLUDES        = YES
--INCLUDE_PATH           = V:/cvs/qwtplot3d/include/
-+INCLUDE_PATH           = ../include
- INCLUDE_FILE_PATTERNS  = *.h
- PREDEFINED             = QWT3D_NOT_FOR_DOXYGEN \
-                          QT_VERSION=0x040000
-@@ -212,7 +212,6 @@
- GRAPHICAL_HIERARCHY    = YES
- DIRECTORY_GRAPH        = YES
- DOT_IMAGE_FORMAT       = png
--DOT_PATH               = V:/graphviz/Graphviz/bin/
- DOTFILE_DIRS           = 
- MAX_DOT_GRAPH_WIDTH    = 974
- MAX_DOT_GRAPH_HEIGHT   = 10000

diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch 
b/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch
deleted file mode 100644
index a76fe831ab91..000000000000
--- a/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur qwtplot3d-orig/include/qwt3d_function.h 
qwtplot3d/include/qwt3d_function.h
---- qwtplot3d-orig/include/qwt3d_function.h    2009-07-25 18:18:58.000000000 
-0400
-+++ qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.000000000 -0400
-@@ -2,6 +2,7 @@
- #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
- 
- #include "qwt3d_gridmapping.h"
-+#include <cstdio>
- 
- namespace Qwt3D
- {
-Only in qwtplot3d/tmp: qwt3d_function.o

diff --git a/x11-libs/qwtplot3d/metadata.xml b/x11-libs/qwtplot3d/metadata.xml
deleted file mode 100644
index 704d6f46f160..000000000000
--- a/x11-libs/qwtplot3d/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-               QwtPlot3D is a graphics extension to the Qt GUI application 
framework.
-               It provides a 3D plotting widget for scientific data and 
mathematical expressions.
-               It compares to the existing Qwt Project.
-       </longdescription>
-       <upstream>
-               <remote-id type="sourceforge">qwtplot3d</remote-id>
-               <remote-id type="github">SciDAVis/qwtplot3d</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2_p20210828.ebuild 
b/x11-libs/qwtplot3d/qwtplot3d-0.2_p20210828.ebuild
deleted file mode 100644
index 09a4bfa5cc32..000000000000
--- a/x11-libs/qwtplot3d/qwtplot3d-0.2_p20210828.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="doc"
-DOCS_CONFIG_NAME="Doxyfile.doxygen"
-
-inherit docs cmake
-
-COMMIT="b2655743d30ed3185f3c0e2626b33a1d29655216"
-
-DESCRIPTION="3D plotting library for Qt5"
-HOMEPAGE="http://qwtplot3d.sourceforge.net/ 
https://github.com/SciDAVis/qwtplot3d/";
-SRC_URI="https://github.com/SciDAVis/qwtplot3d/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="ZLIB"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-IUSE="doc"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtopengl:5
-       dev-qt/qtwidgets:5
-       x11-libs/gl2ps
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-doxygen.patch"
-       "${FILESDIR}/${PN}-gcc44.patch"
-       "${FILESDIR}/${P}-install-headers.patch"
-)
-
-src_compile() {
-       cmake_src_compile
-       docs_compile
-}

Reply via email to