diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-23 15:37:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-18 19:21:37 +0200 |
commit | af0ec7505e2e68b5b8eebba89289d229c4a6901f (patch) | |
tree | ad1311a26e6ec4e6efdf7fc84446f9c7e93a116e /net-wireless/spectools | |
parent | app-editors/ghostwriter: Drop 1.8.0 (diff) | |
download | gentoo-af0ec7505e2e68b5b8eebba89289d229c4a6901f.tar.gz gentoo-af0ec7505e2e68b5b8eebba89289d229c4a6901f.tar.bz2 gentoo-af0ec7505e2e68b5b8eebba89289d229c4a6901f.zip |
net-wireless/spectools: Drop 2011.08.1-r2 and 2011.08.1_p20140618-r1
Bug: https://bugs.gentoo.org/609098
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-wireless/spectools')
-rw-r--r-- | net-wireless/spectools/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/spectools/spectools-2011.08.1-r2.ebuild | 70 | ||||
-rw-r--r-- | net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild | 82 |
3 files changed, 0 insertions, 154 deletions
diff --git a/net-wireless/spectools/Manifest b/net-wireless/spectools/Manifest index 49c940972c23..b11e1ec2c594 100644 --- a/net-wireless/spectools/Manifest +++ b/net-wireless/spectools/Manifest @@ -1,3 +1 @@ -DIST spectools-2011-08-R1.tar.gz 196001 BLAKE2B b1c1ba19090aaaf753ff161cafc80682ea2e42d40596613592f888e03df1cc8998291cd4c45cc784275d57a13c8a0e80eb2644ad166fc46453803718cacf2fbd SHA512 92c80b34049055cec6d677db165fb2d06d75fbff9f04d41ab81fa57900f639936e6a9a01f06165aea863b35760964016f0984f17816859d054bc9d14353e847b -DIST spectools-2011-08-R1_p20140618.tar.xz 143644 BLAKE2B f3c106c380bb5545d05987a8e859cd5f5bc0cc3b51d5093b33c229ec9b02aa8359989f8b5f7c009d0975b0eb1b393bcc55d2ff09ea4335b79e4d50208c0abf34 SHA512 bf39953dc94815af1b670f079f7660d46cc8449adb379d0fc2755de5785c936730114aa66127f9cbd86f9a08b506382f5ec56f863d50d7d39f2597ba9b122330 DIST spectools-2016-01-R1.tar.xz 120732 BLAKE2B ad937d7fc737729314ebce3c2615981ee33abee052778c7acebb15d7d33667062fce01515a8b41e18a15f3ca6214d0a818c79efe3b85929f67b18f1a06a78536 SHA512 59da488e08114018cd756d45f48541a26f643a3618bfbaec0e72c434c80e6cbc8b4f930476206c66af84ee574807e011489f884e96c7291c626b1b4e69619fad diff --git a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild deleted file mode 100644 index 68f222743b44..000000000000 --- a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit udev toolchain-funcs - -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 - ESVN_REPO_URI="https://www.kismetwireless.net/code/svn/tools/${PN}" - inherit subversion - KEYWORDS="" -else - SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.gz" - KEYWORDS="amd64 arm ~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="ncurses gtk" - -RDEPEND="virtual/libusb:0 - ncurses? ( sys-libs/ncurses ) - gtk? ( x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -# Upstream has still not migrated to the libusb-1 line. -# Maemo: Add hildon and bbus - -# 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 spectool_raw - - if use ncurses; then - emake spectool_curses - fi - - if use gtk; then - emake spectool_gtk - fi - - #if use maemo; then - # emake spectool_hildon usbcontrol \ - # || die "emake spectool_hildon usbcontrol failed" - #fi -} - -src_install() { - dobin spectool_net 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 -} diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild deleted file mode 100644 index 06dea1eb6b58..000000000000 --- a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils flag-o-matic toolchain-funcs udev - -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/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~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 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -# Upstream has still not migrated to the libusb-1 line. -# Maemo: Add hildon and bbus - -src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - 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 -} |