commit:     5d6b6bbe8b10d8316d6858804ed77d8db05e6f3b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 08:54:21 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 08:54:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6b6bbe

net-wireless/spectools: treeclean

Closes: https://bugs.gentoo.org/741078
Closes: https://bugs.gentoo.org/874648
Closes: https://bugs.gentoo.org/883303
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-wireless/spectools/Manifest                    |  1 -
 .../spectools-2011.08.1_p20140618-tinfo.patch      | 41 ----------
 net-wireless/spectools/metadata.xml                | 19 -----
 .../spectools/spectools-2016.01.1-r1.ebuild        | 91 ----------------------
 net-wireless/spectools/spectools-9999.ebuild       | 91 ----------------------
 profiles/package.mask                              |  6 --
 6 files changed, 249 deletions(-)

diff --git a/net-wireless/spectools/Manifest b/net-wireless/spectools/Manifest
deleted file mode 100644
index b11e1ec2c594..000000000000
--- a/net-wireless/spectools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spectools-2016-01-R1.tar.xz 120732 BLAKE2B 
ad937d7fc737729314ebce3c2615981ee33abee052778c7acebb15d7d33667062fce01515a8b41e18a15f3ca6214d0a818c79efe3b85929f67b18f1a06a78536
 SHA512 
59da488e08114018cd756d45f48541a26f643a3618bfbaec0e72c434c80e6cbc8b4f930476206c66af84ee574807e011489f884e96c7291c626b1b4e69619fad

diff --git 
a/net-wireless/spectools/files/spectools-2011.08.1_p20140618-tinfo.patch 
b/net-wireless/spectools/files/spectools-2011.08.1_p20140618-tinfo.patch
deleted file mode 100644
index c5ef3480d01c..000000000000
--- a/net-wireless/spectools/files/spectools-2011.08.1_p20140618-tinfo.patch
+++ /dev/null
@@ -1,41 +0,0 @@
- configure.in | 21 +++++++++++----------
- 1 file changed, 11 insertions(+), 10 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index a15258c..af4ae57 100644
---- a/configure.in
-+++ b/configure.in
-@@ -131,22 +131,23 @@ AC_CHECK_LIB([usb], [usb_init], AC_DEFINE(HAVE_LIBUSB, 
1, LibUSB) LIBS="$LIBS -l
- dnl Look for curses/libcurses
- termcontrol="none";
- 
--AC_CHECK_LIB([ncurses], [initscr], 
-+PKG_CHECK_MODULES([NCURSES], [ncurses], [foundhcurses=yesyes 
curseaux="${NCURSES_LIBS}" termcontrol="ncurses"], [
-+      AC_CHECK_LIB([ncurses], [initscr], 
-                        AC_DEFINE(HAVE_LIBNCURSES, 1, NCurses terminal lib) \
-                        foundlcurses=yes curseaux="-lncurses" 
termcontrol="ncurses" )
- 
--if test "$foundlcurses" != "yes"; then
--      AC_CHECK_LIB([curses], [initscr],
-+      if test "$foundlcurses" != "yes"; then
-+              AC_CHECK_LIB([curses], [initscr],
-                        AC_DEFINE(HAVE_LIBCURSES, 1, Curses terminal lib) \
-                        foundlcurses=yes curseaux="-lcurses" 
termcontrol="curses" )
--fi
--
--if test "$termcontrol" = "ncurses"; then
--      AC_CHECK_HEADER([ncurses.h], [foundhcurses=yes])
--elif test "$termcontrol" = "curses"; then
--      AC_CHECK_HEADER([curses.h], [foundhcurses=yes])
--fi
-+      fi
- 
-+      if test "$termcontrol" = "ncurses"; then
-+              AC_CHECK_HEADER([ncurses.h], [foundhcurses=yes])
-+      elif test "$termcontrol" = "curses"; then
-+              AC_CHECK_HEADER([curses.h], [foundhcurses=yes])
-+      fi
-+])
- if test "$foundhcurses$foundlcurses" != "yesyes"; then
-       AC_MSG_WARN(*** Could not find curses library.  Curses grapher will not 
be built.)
- else

diff --git a/net-wireless/spectools/metadata.xml 
b/net-wireless/spectools/metadata.xml
deleted file mode 100644
index 3d6d7f4d06fd..000000000000
--- a/net-wireless/spectools/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>zeroch...@gentoo.org</email>
-               <name>Rick Farina</name>
-               <description>maintainer, has access to all hardware as 
needed</description>
-       </maintainer>
-       <maintainer type="person">
-               <email>robb...@gentoo.org</email>
-               <name>Robin H. Johnson</name>
-               <description>Maintainer, has 1st gen WiSpy hardware for 
testing</description>
-       </maintainer>
-       <use>
-               <flag name="debug">Build the raw output client for spectools. 
(for developers)</flag>
-               <flag name="ncurses">Build the ncurses based client for 
spectools</flag>
-               <flag name="gtk">Build the gtk-2 based client for 
spectools</flag>
-       </use>
-</pkgmetadata>

diff --git a/net-wireless/spectools/spectools-2016.01.1-r1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1-r1.ebuild
deleted file mode 100644
index c925e2952a44..000000000000
--- a/net-wireless/spectools/spectools-2016.01.1-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools udev flag-o-matic
-
-MY_PN=${PN}
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-MY_P="${MY_PN}-${MY_PV}"
-S=${WORKDIR}/${MY_P}
-
-if [[ ${PV} == "9999" ]] ; then
-               EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git";
-               inherit git-r3
-else
-               SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz";
-               KEYWORDS="amd64 arm ~arm64 ~ppc x86"
-fi
-
-DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"
-HOMEPAGE="https://www.kismetwireless.net/spectools/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug +ncurses +gtk"
-
-RDEPEND="
-       virtual/libusb:0
-       ncurses? ( sys-libs/ncurses:0= )
-       gtk? ( x11-libs/gtk+:2
-               x11-libs/cairo
-               x11-libs/gdk-pixbuf:2
-               x11-libs/pango
-               dev-libs/glib:2 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-# Upstream has still not migrated to the libusb-1 line.
-# Maemo: Add hildon and bbus
-
-src_prepare() {
-       eapply "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch
-       mv configure.{in,ac} || die
-       eautoreconf
-       # fix bug 577466 by restoring pre-GCC5 inline semantics
-       append-cflags -std=gnu89
-       default
-}
-
-# Please note that upstream removed the --with-gtk-version option
-# and GTK is now automagical. GTK1 support was also removed.
-src_compile() {
-       emake depend
-
-       emake spectool_net
-
-       use debug && emake spectool_raw
-
-       use ncurses && emake spectool_curses
-
-       use gtk && emake spectool_gtk
-
-       #if use maemo; then
-       #       emake spectool_hildon usbcontrol \
-       #               || die "emake spectool_hildon usbcontrol failed"
-       #fi
-}
-
-src_install() {
-       dobin spectool_net
-       use debug && dobin spectool_raw
-       use ncurses && dobin spectool_curses
-       use gtk && dobin spectool_gtk
-
-       udev_dorules 99-wispy.rules
-       dodoc README
-
-       #if use maemo; then
-       #       dobin spectool_hildon
-       #       dosbin usbcontrol
-       #fi
-}
-
-pkg_postinst() {
-       udev_reload
-}
-
-pkg_postrm() {
-       udev_reload
-}

diff --git a/net-wireless/spectools/spectools-9999.ebuild 
b/net-wireless/spectools/spectools-9999.ebuild
deleted file mode 100644
index 28f1597bb1ca..000000000000
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools udev flag-o-matic
-
-MY_PN=${PN}
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-MY_P="${MY_PN}-${MY_PV}"
-S=${WORKDIR}/${MY_P}
-
-if [[ ${PV} == "9999" ]] ; then
-               EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git";
-               inherit git-r3
-else
-               SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz";
-               KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-fi
-
-DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"
-HOMEPAGE="https://www.kismetwireless.net/spectools/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug +ncurses +gtk"
-
-RDEPEND="
-       virtual/libusb:0
-       ncurses? ( sys-libs/ncurses:0= )
-       gtk? ( x11-libs/gtk+:2
-               x11-libs/cairo
-               x11-libs/gdk-pixbuf:2
-               x11-libs/pango
-               dev-libs/glib:2 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-# Upstream has still not migrated to the libusb-1 line.
-# Maemo: Add hildon and bbus
-
-src_prepare() {
-       eapply "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch
-       mv configure.{in,ac} || die
-       eautoreconf
-       # fix bug 577466 by restoring pre-GCC5 inline semantics
-       append-cflags -std=gnu89
-       default
-}
-
-# Please note that upstream removed the --with-gtk-version option
-# and GTK is now automagical. GTK1 support was also removed.
-src_compile() {
-       emake depend
-
-       emake spectool_net
-
-       use debug && emake spectool_raw
-
-       use ncurses && emake spectool_curses
-
-       use gtk && emake spectool_gtk
-
-       #if use maemo; then
-       #       emake spectool_hildon usbcontrol \
-       #               || die "emake spectool_hildon usbcontrol failed"
-       #fi
-}
-
-src_install() {
-       dobin spectool_net
-       use debug && dobin spectool_raw
-       use ncurses && dobin spectool_curses
-       use gtk && dobin spectool_gtk
-
-       udev_dorules 99-wispy.rules
-       dodoc README
-
-       #if use maemo; then
-       #       dobin spectool_hildon
-       #       dosbin usbcontrol
-       #fi
-}
-
-pkg_postinst() {
-       udev_reload
-}
-
-pkg_postrm() {
-       udev_reload
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 8b3b2cab1aff..35164dc68d1c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,12 +488,6 @@ media-plugins/vdr-remotetimers
 # Removal on 2023-04-17. Bug #862438.
 sci-chemistry/prekin
 
-# David Seifert <s...@gentoo.org> (2023-03-18)
-# Unmaintained in Gentoo, last upstream commit 7 years ago, breaks with
-# modern C under Clang, no revdeps. Bug #741078, #874648, #883303.
-# Removal on 2023-04-17.
-net-wireless/spectools
-
 # Sam James <s...@gentoo.org> (2023-03-16)
 # Breaks building C++ consumers. See bug #901211 and bug #901035.
 # Please upgrade to glib-2.76.0-r1.

Reply via email to