* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2015-11-23 4:01 Richard Farina
0 siblings, 0 replies; 15+ messages in thread
From: Richard Farina @ 2015-11-23 4:01 UTC (permalink / raw
To: gentoo-commits
commit: 864045fe9c65cfde8fca6f4062a6762f2805579a
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 04:00:37 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 04:00:37 2015 +0000
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-9999.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..0000000
--- 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} == "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="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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index 2b88fdc..51faefe 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.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
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2015-12-26 22:46 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2015-12-26 22:46 UTC (permalink / raw
To: gentoo-commits
commit: b701cdfd35cd58ad8ef587727e3f931475a27959
Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 22:20:13 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 22:36:57 2015 +0000
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() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2016-03-14 18:59 Richard Farina
0 siblings, 0 replies; 15+ messages in thread
From: Richard Farina @ 2016-03-14 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 58d7db8aadbb47cf174dd370fa6a4a119ee23e81
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 18:23:25 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 18:57:01 2016 +0000
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-9999.ebuild => spectools-2016.01.1.ebuild} | 11 +++++++----
net-wireless/spectools/spectools-9999.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-9999.ebuild b/net-wireless/spectools/spectools-2016.01.1.ebuild
similarity index 88%
copy from net-wireless/spectools/spectools-9999.ebuild
copy to net-wireless/spectools/spectools-2016.01.1.ebuild
index 51faefe..3454f62 100644
--- a/net-wireless/spectools/spectools-9999.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} == "9999" ]] ; 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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index 51faefe..8282410 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.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} == "9999" ]] ; 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.
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2016-03-20 9:54 David Seifert
0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2016-03-20 9:54 UTC (permalink / raw
To: gentoo-commits
commit: b6210aa9a62dec156757c266ffe840bf8a5ab29a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 08:39:40 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 09:54:11 2016 +0000
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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2016-03-20 21:14 Stephen Klimaszewski
0 siblings, 0 replies; 15+ messages in thread
From: Stephen Klimaszewski @ 2016-03-20 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 4015b063b67178fd8312f103dc011763fac38c8c
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 19:18:59 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 21:14:07 2016 +0000
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-9999.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} == "9999" ]] ; 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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index 8282410..ee74775 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2017-03-13 12:58 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2017-03-13 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 616b02e88cae191fa6d40550fa0632bfd1c7a3d6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 12:57:09 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 12:57:09 2017 +0000
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 <ago <AT> 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} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2017-03-16 18:51 Michael Weber
0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-03-16 18:51 UTC (permalink / raw
To: gentoo-commits
commit: fe2925fac25a4d1df24f0fcb5cd1fbb527b2033c
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:43:24 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:51:16 2017 +0000
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} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2017-03-17 10:26 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2017-03-17 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 5ac0ee217274c135aa901a30454133ad63731ae1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:24:36 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:26:37 2017 +0000
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 <ago <AT> 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} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2017-03-21 23:26 Matt Turner
0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner @ 2017-03-21 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 795f3a90c8b1501132eaf8743433ae4157376696
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 23:25:36 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 23:26:32 2017 +0000
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} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2018-02-11 11:12 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2018-02-11 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 4767dcb5d8c2b8dcda27328e1d33b294a0358aa6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:08:14 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:08:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767dcb5
net-wireless/spectools: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. 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 @@
<maintainer type="person">
<email>steev@gentoo.org</email>
<name>Steev Klimaszewski</name>
- <description>co-maintainer, CC him on bugs</description>
</maintainer>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2018-03-10 11:31 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-03-10 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 8d907b1461384895758b85ca7da9095b8c4124c8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 11:26:46 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 11:26:46 2018 +0000
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 @@
<name>Rick Farina</name>
<description>maintainer, has access to all hardware as needed</description>
</maintainer>
- <maintainer type="person">
- <email>steev@gentoo.org</email>
- <name>Steev Klimaszewski</name>
- </maintainer>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2018-05-13 19:20 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2018-05-13 19:20 UTC (permalink / raw
To: gentoo-commits
commit: f12a83258961ec2f07b387aa840e3151f9f9cf20
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May 7 18:54:04 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:18:53 2018 +0000
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-9999.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} == "9999" ]] ; 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} == "9999" ]] ; 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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index c19efade2e5..4ad586a2983 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.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} == "9999" ]] ; 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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2020-06-18 17:21 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2020-06-18 17:21 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2020-06-18 17:34 Rick Farina
0 siblings, 0 replies; 15+ messages in thread
From: Rick Farina @ 2020-06-18 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 4da626b864fcba9e2f4a2bf66ffdfa6237508eca
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 17:33:57 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 17:34:39 2020 +0000
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 <zerochaos <AT> gentoo.org>
net-wireless/spectools/spectools-2016.01.1.ebuild | 13 +++++++------
net-wireless/spectools/spectools-9999.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} == "9999" ]] ; 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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index 4ad586a2983..15ba5751de9 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.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} == "9999" ]] ; 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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
@ 2023-02-22 20:44 Rick Farina
0 siblings, 0 replies; 15+ messages in thread
From: Rick Farina @ 2023-02-22 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 8163a55413ccd333e3df3dd4c57645f8909f8398
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 19:09:18 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 20:44:36 2023 +0000
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 <zerochaos <AT> gentoo.org>
...-2016.01.1.ebuild => spectools-2016.01.1-r1.ebuild} | 18 +++++++++++++-----
net-wireless/spectools/spectools-9999.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-9999.ebuild b/net-wireless/spectools/spectools-9999.ebuild
index 09a1223f3f4d..28f1597bb1ca 100644
--- a/net-wireless/spectools/spectools-9999.ebuild
+++ b/net-wireless/spectools/spectools-9999.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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-02-22 20:45 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 23:26 [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2023-02-22 20:44 Rick Farina
2020-06-18 17:34 Rick Farina
2020-06-18 17:21 Andreas Sturmlechner
2018-05-13 19:20 Aaron Bauman
2018-03-10 11:31 Pacho Ramos
2018-02-11 11:12 Michał Górny
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox