commit:     c59595e4c0304aad35f1823890943fdd3582d9b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 16:45:15 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 30 21:10:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59595e4

sci-electronics/osqoop: treeclean

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

 profiles/package.mask                              |  5 ----
 sci-electronics/osqoop/Manifest                    |  1 -
 ....2.0_pre20170131-cmake-add_library-static.patch | 11 --------
 sci-electronics/osqoop/metadata.xml                |  8 ------
 .../osqoop/osqoop-1.2.0_pre20170131-r1.ebuild      | 32 ----------------------
 5 files changed, 57 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e2d4fdd15750..be858e9a3874 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -249,11 +249,6 @@ sci-chemistry/modeller
 # Removal  on 2025-05-31
 media-video/ffdiaporama
 
-# Andreas Sturmlechner <[email protected]> (2025-05-03)
-# Dead upstream since 2011, relies on downstream patching even for Qt5.
-# No one else packages this. Bugs #644482, #953769; removal on 2025-05-31
-sci-electronics/osqoop
-
 # Marc Schiffbauer <[email protected]> (2025-05-02)
 # Ancient version in tree, upstream discontinued to develop
 # a server for taskwarrior a long time ago

diff --git a/sci-electronics/osqoop/Manifest b/sci-electronics/osqoop/Manifest
deleted file mode 100644
index 7fe16c53b777..000000000000
--- a/sci-electronics/osqoop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST osqoop-1.2.0_pre20170131.tar.gz 426915 BLAKE2B 
18b1e6df5b76f7a9691c991a431cc1147c67c771cd7a44757bfd6f458f8c8edc6ce707a9adb1c5ed8d674b289c9d228745045929b09771fcf14d440f0431c79f
 SHA512 
e2ced1195c2dda0164761b5f4a928db2bcdff566d3cc05a11460ff570dbd2b7696a30545dd1252930b9544794879d9c89cf7ddf784ddfdbd5e2a0754478f7d60

diff --git 
a/sci-electronics/osqoop/files/osqoop-1.2.0_pre20170131-cmake-add_library-static.patch
 
b/sci-electronics/osqoop/files/osqoop-1.2.0_pre20170131-cmake-add_library-static.patch
deleted file mode 100644
index 8b315cf0c0f1..000000000000
--- 
a/sci-electronics/osqoop/files/osqoop-1.2.0_pre20170131-cmake-add_library-static.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/processing/lib/CMakeLists.txt    2017-02-12 19:13:31.000000000 +0100
-+++ b/processing/lib/CMakeLists.txt    2021-02-28 11:30:50.812028355 +0100
-@@ -4,7 +4,7 @@
-       FeedForwardNeuralNetwork.cpp
- )
- include_directories (${CMAKE_BINARY_DIR}/processing/lib)
--add_library(processing ${processing_SRCS})
-+add_library(processing STATIC ${processing_SRCS})
- target_link_libraries(processing Qt5::Core)
- if (CMAKE_COMPILER_IS_GNUCC)
-       set_target_properties(processing PROPERTIES COMPILE_FLAGS "-fPIC")

diff --git a/sci-electronics/osqoop/metadata.xml 
b/sci-electronics/osqoop/metadata.xml
deleted file mode 100644
index 25ca9d853448..000000000000
--- a/sci-electronics/osqoop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">sandsmark/osqoop</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-electronics/osqoop/osqoop-1.2.0_pre20170131-r1.ebuild 
b/sci-electronics/osqoop/osqoop-1.2.0_pre20170131-r1.ebuild
deleted file mode 100644
index c80ba5178707..000000000000
--- a/sci-electronics/osqoop/osqoop-1.2.0_pre20170131-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=b5bd459dd5c2a180a9a3e5a706ed5039159d7286
-inherit cmake
-
-DESCRIPTION="Multi-platform open source software oscilloscope based on Qt"
-HOMEPAGE="https://github.com/stephanemagnenat/osqoop 
https://github.com/sandsmark/osqoop";
-# sandsmark/osqoop: PR-branch on top of last commit in stephanemagnenat/osqoop 
(17-01-31)
-SRC_URI="https://github.com/sandsmark/osqoop/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtprintsupport:5
-       dev-qt/qtwidgets:5
-       sci-libs/fftw:3.0
-       virtual/libusb:0
-       x11-libs/libXtst"
-DEPEND="${RDEPEND}"
-
-# downstream fix for BUILD_SHARED_LIBS=ON default
-PATCHES=(
-       "${FILESDIR}"/${P}-cmake-add_library-static.patch
-)

Reply via email to