[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/, net-wireless/spectools/files/, profiles/

2023-04-21 Thread David Seifert
commit: 5d6b6bbe8b10d8316d6858804ed77d8db05e6f3b
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 21 08:54:21 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 21 08:54:21 2023 +
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  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-.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..
--- 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..
--- 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..
--- a/net-wireless/spectools/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   maintainer, has access to all hardware as 
needed
-   
-   
-   robb...@gentoo.org
-   Robin H. Johnson
-   Maintainer, has 1st gen WiSpy hardware for 
testing
-   
-   
-   Build the raw output client for spectools. 
(for developers)
-   Build the ncurses based client for 
spectools
-   Build the gtk-2 based client for 
spectools
-   
-

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..
--- 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} == "" ]] ; then
-   EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
-   inherit git-r3
-else
-   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2023-02-22 Thread Rick Farina
commit: 8163a55413ccd333e3df3dd4c57645f8909f8398
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Feb 22 19:09:18 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Feb 22 20:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8163a554

net-wireless/spectools: fix deps

also udev_reload
Closes: https://bugs.gentoo.org/849647
Signed-off-by: Rick Farina  gentoo.org>

 ...-2016.01.1.ebuild => spectools-2016.01.1-r1.ebuild} | 18 +-
 net-wireless/spectools/spectools-.ebuild   | 18 +-
 2 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1-r1.ebuild
similarity index 89%
rename from net-wireless/spectools/spectools-2016.01.1.ebuild
rename to net-wireless/spectools/spectools-2016.01.1-r1.ebuild
index 9f71f354a675..c925e2952a44 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools toolchain-funcs udev flag-o-matic
+inherit autotools udev flag-o-matic
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -31,9 +31,9 @@ RDEPEND="
ncurses? ( sys-libs/ncurses:0= )
gtk? ( x11-libs/gtk+:2
x11-libs/cairo
-   x11-libs/gdk-pixbuf
+   x11-libs/gdk-pixbuf:2
x11-libs/pango
-   dev-libs/glib:= )"
+   dev-libs/glib:2 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 # Upstream has still not migrated to the libusb-1 line.
@@ -81,3 +81,11 @@ src_install() {
#   dosbin usbcontrol
#fi
 }
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index 09a1223f3f4d..28f1597bb1ca 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools toolchain-funcs udev flag-o-matic
+inherit autotools udev flag-o-matic
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -31,9 +31,9 @@ RDEPEND="
ncurses? ( sys-libs/ncurses:0= )
gtk? ( x11-libs/gtk+:2
x11-libs/cairo
-   x11-libs/gdk-pixbuf
+   x11-libs/gdk-pixbuf:2
x11-libs/pango
-   dev-libs/glib:= )"
+   dev-libs/glib:2 )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 # Upstream has still not migrated to the libusb-1 line.
@@ -81,3 +81,11 @@ src_install() {
#   dosbin usbcontrol
#fi
 }
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2020-06-18 Thread Rick Farina
commit: 4da626b864fcba9e2f4a2bf66ffdfa6237508eca
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Jun 18 17:33:57 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Jun 18 17:34:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da626b8

net-wireless/spectools: fixups

clean up for PR #15920

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/spectools/spectools-2016.01.1.ebuild | 13 +++--
 net-wireless/spectools/spectools-.ebuild  | 14 --
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index 97fef673112..afc2d7508c6 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils flag-o-matic toolchain-funcs udev
+inherit autotools eutils toolchain-funcs udev flag-o-matic
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -12,7 +12,7 @@ MY_P="${MY_PN}-${MY_PV}"
 S=${WORKDIR}/${MY_P}
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
+   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;
@@ -37,14 +37,15 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 # Upstream has still not migrated to the libusb-1 line.
+# Maemo: Add hildon and bbus
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch
+   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

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index 4ad586a2983..15ba5751de9 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils toolchain-funcs udev
+inherit autotools eutils toolchain-funcs udev flag-o-matic
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -12,9 +12,8 @@ MY_P="${MY_PN}-${MY_PV}"
 S=${WORKDIR}/${MY_P}
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
+   EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
inherit git-r3
-   KEYWORDS=""
 else
SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
@@ -41,9 +40,12 @@ DEPEND="${RDEPEND}
 # Maemo: Add hildon and bbus
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch
+   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



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2020-06-18 Thread Andreas Sturmlechner
commit: af0ec7505e2e68b5b8eebba89289d229c4a6901f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 13:37:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 18 17:21:37 2020 +
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  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..000
--- 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} == "" ]] ; 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..000
--- 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} == "" ]] ; 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 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2018-05-13 Thread Aaron Bauman
commit: f12a83258961ec2f07b387aa840e3151f9f9cf20
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 18:54:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 13 19:18:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12a8325

net-wireless/spectools: use HTTPS

 net-wireless/spectools/spectools-2011.08.1-r2.ebuild   | 6 +++---
 net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild | 4 ++--
 net-wireless/spectools/spectools-2016.01.1.ebuild  | 6 +++---
 net-wireless/spectools/spectools-.ebuild   | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild 
b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
index 49665d46e7a..68f222743b4 100644
--- a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -15,12 +15,12 @@ if [[ ${PV} == "" ]] ; then
inherit subversion
KEYWORDS=""
 else
-   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
+   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="http://www.kismetwireless.net/spectools/;
+HOMEPAGE="https://www.kismetwireless.net/spectools/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild 
b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
index ab351ead5c9..06dea1eb6b5 100644
--- a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ else
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"
-HOMEPAGE="http://www.kismetwireless.net/spectools/;
+HOMEPAGE="https://www.kismetwireless.net/spectools/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index a42b3c3c808..97fef673112 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,12 +15,12 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
inherit git-r3
 else
-   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
+   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="http://www.kismetwireless.net/spectools/;
+HOMEPAGE="https://www.kismetwireless.net/spectools/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index c19efade2e5..4ad586a2983 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,12 +16,12 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
KEYWORDS=""
 else
-   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
+   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="http://www.kismetwireless.net/spectools/;
+HOMEPAGE="https://www.kismetwireless.net/spectools/;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2018-03-10 Thread Pacho Ramos
commit: 8d907b1461384895758b85ca7da9095b8c4124c8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 11:26:46 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 11:26:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d907b14

net-wireless/spectools: Update maintainer due to bug #101792

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/spectools/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-wireless/spectools/metadata.xml 
b/net-wireless/spectools/metadata.xml
index 07e520680d5..409847ae38f 100644
--- a/net-wireless/spectools/metadata.xml
+++ b/net-wireless/spectools/metadata.xml
@@ -6,10 +6,6 @@
Rick Farina
maintainer, has access to all hardware as 
needed

-   
-   st...@gentoo.org
-   Steev Klimaszewski
-   

robb...@gentoo.org
Robin H. Johnson



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2018-02-11 Thread Michał Górny
commit: 4767dcb5d8c2b8dcda27328e1d33b294a0358aa6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 11:08:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 11:08:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767dcb5

net-wireless/spectools: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 net-wireless/spectools/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-wireless/spectools/metadata.xml 
b/net-wireless/spectools/metadata.xml
index 673af8f6117..07e520680d5 100644
--- a/net-wireless/spectools/metadata.xml
+++ b/net-wireless/spectools/metadata.xml
@@ -9,7 +9,6 @@

st...@gentoo.org
Steev Klimaszewski
-   co-maintainer, CC him on bugs


robb...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2017-03-21 Thread Matt Turner
commit: 795f3a90c8b1501132eaf8743433ae4157376696
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 23:25:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 23:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795f3a90

net-wireless/spectools: drop stable ppc keyword, bug 609098

 net-wireless/spectools/spectools-2011.08.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild 
b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
index 18c34ba8946..49665d46e7a 100644
--- a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
-   KEYWORDS="amd64 arm ppc x86"
+   KEYWORDS="amd64 arm ~ppc x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2017-03-17 Thread Agostino Sarubbo
commit: 5ac0ee217274c135aa901a30454133ad63731ae1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 17 10:24:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 17 10:26:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac0ee21

net-wireless/spectools: x86 stable wrt bug #609098

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/spectools/spectools-2016.01.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index d965e93fa87..a42b3c3c808 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2017-03-16 Thread Michael Weber
commit: fe2925fac25a4d1df24f0fcb5cd1fbb527b2033c
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Mar 16 18:43:24 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Mar 16 18:51:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2925fa

net-wireless/spectools: arm stable (bug 609098).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-wireless/spectools/spectools-2016.01.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index 959bd4c39e9..d965e93fa87 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -14,10 +14,9 @@ S=${WORKDIR}/${MY_P}
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
inherit git-r3
-   KEYWORDS="amd64"
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2017-03-13 Thread Agostino Sarubbo
commit: 616b02e88cae191fa6d40550fa0632bfd1c7a3d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 13 12:57:09 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 13 12:57:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616b02e8

net-wireless/spectools: amd64 stable wrt bug #609098

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/spectools/spectools-2016.01.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index e04cf39ec38..959bd4c39e9 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,10 +14,10 @@ S=${WORKDIR}/${MY_P}
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
inherit git-r3
-   KEYWORDS=""
+   KEYWORDS="amd64"
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2016-03-20 Thread Stephen Klimaszewski
commit: 4015b063b67178fd8312f103dc011763fac38c8c
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Sun Mar 20 19:18:59 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Sun Mar 20 21:14:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4015b063

net-wireless/spectools: Add ~arm64 keyword

Package-Manager: portage-2.2.28

 net-wireless/spectools/spectools-2016.01.1.ebuild | 2 +-
 net-wireless/spectools/spectools-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index c9fc0a7..532ee62 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index 8282410..ee74775 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2016-03-20 Thread David Seifert
commit: b6210aa9a62dec156757c266ffe840bf8a5ab29a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 20 08:39:40 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 20 09:54:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6210aa9

net-wireless/spectools: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics

Gentoo-Bug: 577466

Package-Manager: portage-2.2.28

 net-wireless/spectools/spectools-2016.01.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-wireless/spectools/spectools-2016.01.1.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
index 3454f62..c9fc0a7 100644
--- a/net-wireless/spectools/spectools-2016.01.1.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools eutils toolchain-funcs udev
+inherit autotools eutils flag-o-matic toolchain-funcs udev
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -44,6 +44,9 @@ src_prepare() {
epatch "${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
 }
 
 # Please note that upstream removed the --with-gtk-version option



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2016-03-14 Thread Richard Farina
commit: 58d7db8aadbb47cf174dd370fa6a4a119ee23e81
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Mar 14 18:23:25 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Mar 14 18:57:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d7db8a

net-wireless/spectools: bump to 2016.01.1

Package-Manager: portage-2.2.27

 net-wireless/spectools/Manifest   |  1 +
 .../{spectools-.ebuild => spectools-2016.01.1.ebuild} | 11 +++
 net-wireless/spectools/spectools-.ebuild  | 10 +++---
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/net-wireless/spectools/Manifest b/net-wireless/spectools/Manifest
index f63672b..3bcdc99 100644
--- a/net-wireless/spectools/Manifest
+++ b/net-wireless/spectools/Manifest
@@ -1,2 +1,3 @@
 DIST spectools-2011-08-R1.tar.gz 196001 SHA256 
ce981cd2b86c6246dc7cb9c0166b85e586e5f5835d3ed147e8901ef18f00220e SHA512 
92c80b34049055cec6d677db165fb2d06d75fbff9f04d41ab81fa57900f639936e6a9a01f06165aea863b35760964016f0984f17816859d054bc9d14353e847b
 WHIRLPOOL 
89af3aa1f1e4033de3051bc6dd5b2d6f013c1270d588768fcfc08830a420f3ab3507494b0f5575b830a9d88abc885600e551ad78bc9931ab5bd061e74d7d27c8
 DIST spectools-2011-08-R1_p20140618.tar.xz 143644 SHA256 
a4c22bc1be0b66dfeaeff37004e08ef4927d443a7e67bc893627d0569f6f3a2f SHA512 
bf39953dc94815af1b670f079f7660d46cc8449adb379d0fc2755de5785c936730114aa66127f9cbd86f9a08b506382f5ec56f863d50d7d39f2597ba9b122330
 WHIRLPOOL 
7be4b1209b0a72a67b102f75ede813c3680d1222478bb507755af836b9ede6a2db4bf93ce2b5300d1aa16d0c422865924164fb021015651f750711a055e4700d
+DIST spectools-2016-01-R1.tar.xz 120732 SHA256 
8d70daaf3b4b71196ca63bbd5df0ef14b82c3b496f63b5cfa434fa637dc08d57 SHA512 
59da488e08114018cd756d45f48541a26f643a3618bfbaec0e72c434c80e6cbc8b4f930476206c66af84ee574807e011489f884e96c7291c626b1b4e69619fad
 WHIRLPOOL 
203bd4bc3861bb9d228df2d5342d3b357589e10bf94d0a373a71a87d6d0f5060a73b8ce7f868637ad2392c6305d0349109ce9fe51646e46e7ae512d347f52290

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-2016.01.1.ebuild
similarity index 88%
copy from net-wireless/spectools/spectools-.ebuild
copy to net-wireless/spectools/spectools-2016.01.1.ebuild
index 51faefe..3454f62 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-2016.01.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
KEYWORDS=""
 else
-   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
+   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
KEYWORDS="~amd64 ~arm ~ppc ~x86"
 fi
 
@@ -31,11 +31,14 @@ IUSE="debug +ncurses +gtk"
 RDEPEND="
virtual/libusb:0
ncurses? ( sys-libs/ncurses:0= )
-   gtk? ( x11-libs/gtk+:2 )"
+   gtk? ( x11-libs/gtk+:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
+   dev-libs/glib:= )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 # Upstream has still not migrated to the libusb-1 line.
-# Maemo: Add hildon and bbus
 
 src_prepare() {
epatch "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index 51faefe..8282410 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
KEYWORDS=""
 else
-   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
+   SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.xz;
KEYWORDS="~amd64 ~arm ~ppc ~x86"
 fi
 
@@ -31,7 +31,11 @@ IUSE="debug +ncurses +gtk"
 RDEPEND="
virtual/libusb:0
ncurses? ( sys-libs/ncurses:0= )
-   gtk? ( x11-libs/gtk+:2 )"
+   gtk? ( x11-libs/gtk+:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/pango
+   dev-libs/glib:= )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 # Upstream has still not migrated to the libusb-1 line.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2015-12-26 Thread Michał Górny
commit: b701cdfd35cd58ad8ef587727e3f931475a27959
Author: Ted Tanberry  gmail  com>
AuthorDate: Sat Dec 26 22:20:13 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 26 22:36:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b701cdfd

net-wireless/spectools: Add explicit -std=gnu89 to CFLAGS

Package-Manager: portage-2.2.26

 net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild 
b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
index 6648268..4f809bf 100644
--- a/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools eutils toolchain-funcs udev
+inherit autotools eutils flag-o-matic toolchain-funcs udev
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -43,6 +43,11 @@ src_prepare() {
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() {



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2015-11-22 Thread Richard Farina
commit: 864045fe9c65cfde8fca6f4062a6762f2805579a
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 23 04:00:37 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Nov 23 04:00:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864045fe

net-wireless/spectools: drop old version, fix typo in live ebuild

Package-Manager: portage-2.2.25

 .../spectools/spectools-2011.08.1_p20140618.ebuild | 71 --
 net-wireless/spectools/spectools-.ebuild   |  2 +-
 2 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild 
b/net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild
deleted file mode 100644
index 650868c..000
--- a/net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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} == "" ]] ; 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="http://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
-
-# 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
-}

diff --git a/net-wireless/spectools/spectools-.ebuild 
b/net-wireless/spectools/spectools-.ebuild
index 2b88fdc..51faefe 100644
--- a/net-wireless/spectools/spectools-.ebuild
+++ b/net-wireless/spectools/spectools-.ebuild
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
 # Maemo: Add hildon and bbus
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2011.08.1_p20150618-tinfo.patch
+   epatch "${FILESDIR}"/${PN}-2011.08.1_p20140618-tinfo.patch
mv configure.{in,ac} || die
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/files/, net-wireless/spectools/

2015-08-27 Thread Justin Lecher
commit: 0d69c92bbae1266d7dd6130ef924861d0a73fe9f
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Thu Aug 27 07:54:11 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Aug 27 07:55:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d69c92b

net-wireless/spectools: Add fix for ncurses[tinfo]

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=490976

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 .../spectools-2011.08.1_p20140618-tinfo.patch  | 41 ++
 net-wireless/spectools/metadata.xml| 10 +++---
 ...ild = spectools-2011.08.1_p20140618-r1.ebuild} | 16 ++---
 .../spectools/spectools-2011.08.1_p20140618.ebuild |  7 ++--
 net-wireless/spectools/spectools-.ebuild   | 16 ++---
 5 files changed, 74 insertions(+), 16 deletions(-)

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
new file mode 100644
index 000..c5ef348
--- /dev/null
+++ b/net-wireless/spectools/files/spectools-2011.08.1_p20140618-tinfo.patch
@@ -0,0 +1,41 @@
+ 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
index 97e9931..2ad84fc 100644
--- a/net-wireless/spectools/metadata.xml
+++ b/net-wireless/spectools/metadata.xml
@@ -16,9 +16,9 @@
nameRobin H. Johnson/name
descriptionMaintainer, has 1st gen WiSpy hardware for 
testing/description
/maintainer
-use
-   flag name=debugBuild the raw output client for spectools. (for 
developers)/flag
-   flag name=ncursesBuild the ncurses based client for spectools/flag
-   flag name=gtkBuild the gtk-2 based client for spectools/flag
-/use
+   use
+   flag name=debugBuild the raw output client for spectools. 
(for developers)/flag
+   flag name=ncursesBuild the ncurses based client for 
spectools/flag
+   flag name=gtkBuild the gtk-2 based client for 
spectools/flag
+   /use
 /pkgmetadata

diff --git a/net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild 
b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
similarity index 85%
copy from net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild
copy to net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
index b30e6ce..6648268 100644
--- a/net-wireless/spectools/spectools-2011.08.1_p20140618.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1_p20140618-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit udev toolchain-funcs
+
+inherit autotools eutils toolchain-funcs udev
 
 MY_PN=${PN}
 MY_PV=${PV/\./-}
@@ -27,14 +28,21 @@ LICENSE=GPL-2
 SLOT=0
 IUSE=debug +ncurses +gtk
 
-RDEPEND=virtual/libusb:0
-   ncurses? ( sys-libs/ncurses )
+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
+