summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/spectools/Manifest1
-rw-r--r--net-wireless/spectools/files/spectools-2011.08.1_p20140618-tinfo.patch41
-rw-r--r--net-wireless/spectools/metadata.xml19
-rw-r--r--net-wireless/spectools/spectools-2016.01.1-r1.ebuild91
-rw-r--r--net-wireless/spectools/spectools-9999.ebuild91
5 files changed, 0 insertions, 243 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>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- <description>maintainer, has access to all hardware as needed</description>
- </maintainer>
- <maintainer type="person">
- <email>robbat2@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
-}