public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
Date: Thu, 18 Jun 2020 17:21:58 +0000 (UTC)	[thread overview]
Message-ID: <1592500897.af0ec7505e2e68b5b8eebba89289d229c4a6901f.asturm@gentoo> (raw)

commit:     af0ec7505e2e68b5b8eebba89289d229c4a6901f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 13:37:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 17:21:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0ec750

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 <AT> gentoo.org>

 net-wireless/spectools/Manifest                    |  2 -
 .../spectools/spectools-2011.08.1-r2.ebuild        | 70 ------------------
 .../spectools-2011.08.1_p20140618-r1.ebuild        | 82 ----------------------
 3 files changed, 154 deletions(-)

diff --git a/net-wireless/spectools/Manifest b/net-wireless/spectools/Manifest
index 49c940972c2..b11e1ec2c59 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 68f222743b4..00000000000
--- 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 06dea1eb6b5..00000000000
--- 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
-}


             reply	other threads:[~2020-06-18 17:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 17:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 20:44 [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/ Rick Farina
2020-06-18 17:34 Rick Farina
2018-05-13 19:20 Aaron Bauman
2018-03-10 11:31 Pacho Ramos
2018-02-11 11:12 Michał Górny
2017-03-21 23:26 Matt Turner
2017-03-17 10:26 Agostino Sarubbo
2017-03-16 18:51 Michael Weber
2017-03-13 12:58 Agostino Sarubbo
2016-03-20 21:14 Stephen Klimaszewski
2016-03-20  9:54 David Seifert
2016-03-14 18:59 Richard Farina
2015-12-26 22:46 Michał Górny
2015-11-23  4:01 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592500897.af0ec7505e2e68b5b8eebba89289d229c4a6901f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox