diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 13:03:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 13:03:42 +0000 |
commit | 37c9439506bd2ea29905b25c95ebbdd134255c0d (patch) | |
tree | 4cec7a25e707e8e1192b885984ec61b5402234cc /net-wireless | |
parent | Mask net-wireless/i2400m-fw because it's part of linux-firmware pkg. (diff) | |
download | gentoo-2-37c9439506bd2ea29905b25c95ebbdd134255c0d.tar.gz gentoo-2-37c9439506bd2ea29905b25c95ebbdd134255c0d.tar.bz2 gentoo-2-37c9439506bd2ea29905b25c95ebbdd134255c0d.zip |
punt overshadowed old copies that either misplaced udev rules or had old ones otherwise
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-wireless')
8 files changed, 9 insertions, 361 deletions
diff --git a/net-wireless/spectools/ChangeLog b/net-wireless/spectools/ChangeLog index cc5027d444c5..d9f3a94997e5 100644 --- a/net-wireless/spectools/ChangeLog +++ b/net-wireless/spectools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-wireless/spectools -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/ChangeLog,v 1.23 2012/12/11 17:47:41 axs Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/ChangeLog,v 1.24 2013/02/10 13:03:42 ssuominen Exp $ + + 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> + -spectools-2006.03.1.ebuild, -spectools-2006.09.1.ebuild, + -spectools-2009.02.1.ebuild, -files/spectools-2009.02.1-libusb-compat.patch, + -files/spectools-2009.02.1-udev-rules.patch, -spectools-2011.08.1.ebuild, + -spectools-2011.08.1-r1.ebuild: + old 11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> spectools-2009.02.1.ebuild, spectools-2011.08.1-r2.ebuild, spectools-9999.ebuild: diff --git a/net-wireless/spectools/files/spectools-2009.02.1-libusb-compat.patch b/net-wireless/spectools/files/spectools-2009.02.1-libusb-compat.patch deleted file mode 100644 index 589e2253fca6..000000000000 --- a/net-wireless/spectools/files/spectools-2009.02.1-libusb-compat.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nuar spectools-2009-02-R1.orig/wispy_hw_dbx.c spectools-2009-02-R1/wispy_hw_dbx.c ---- spectools-2009-02-R1.orig/wispy_hw_dbx.c 2009-02-03 13:41:16.000000000 -0800 -+++ spectools-2009-02-R1/wispy_hw_dbx.c 2012-02-19 14:12:20.516850122 -0800 -@@ -589,15 +589,13 @@ - return auxptr->sockpair[0]; - } - --extern int usb_debug; -- - int wispydbx_usb_open(wispy_phy *phydev) { - int pid_status; - struct usb_dev_handle *wispy; - wispydbx_usb_aux *auxptr = (wispydbx_usb_aux *) phydev->auxptr; - wispydbx_startsweep startcmd; - -- usb_debug = 1024; -+ usb_set_debug(1024); - - /* Make the client/server socketpair */ - if (socketpair(PF_UNIX, SOCK_DGRAM, 0, auxptr->sockpair) < 0) { diff --git a/net-wireless/spectools/files/spectools-2009.02.1-udev-rules.patch b/net-wireless/spectools/files/spectools-2009.02.1-udev-rules.patch deleted file mode 100644 index 712f92838b95..000000000000 --- a/net-wireless/spectools/files/spectools-2009.02.1-udev-rules.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -Nuar --exclude '*~' --exclude others-menu spectools-2009-02-R1.orig/99-wispy.rules spectools-2009-02-R1/99-wispy.rules ---- spectools-2009-02-R1.orig/99-wispy.rules 2007-05-19 09:49:21.000000000 -0700 -+++ spectools-2009-02-R1/99-wispy.rules 2009-03-05 18:10:22.984352068 -0800 -@@ -1,4 +1,10 @@ --# Two vid/pid pairs for Wispy1 USB dongle --ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083e", MODE="0660", GROUP="plugdev" -+# Wispy1 rev a - ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="0bad", MODE="0660", GROUP="plugdev" -+# Wispy1 rev b -+ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083e", MODE="0660", GROUP="plugdev" -+# WiSpy 2.4x - ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083f", MODE="0660", GROUP="plugdev" -+# WiSpy DBx -+ATTRS{idVendor}=="1dd5", ATTRS{idProduct}=="5000", MODE="0660", GROUP="plugdev" -+ -+# vim: ft=udevrules: -diff -Nuar --exclude '*~' --exclude others-menu spectools-2009-02-R1.orig/pkg-hildon/etc/udev/rules.d/99-wispy.rules spectools-2009-02-R1/pkg-hildon/etc/udev/rules.d/99-wispy.rules ---- spectools-2009-02-R1.orig/pkg-hildon/etc/udev/rules.d/99-wispy.rules 2007-12-21 23:05:49.000000000 -0800 -+++ spectools-2009-02-R1/pkg-hildon/etc/udev/rules.d/99-wispy.rules 2009-03-05 18:10:19.800286330 -0800 -@@ -1,4 +1,10 @@ --# Two vid/pid pairs for Wispy1 USB dongle --ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083e", MODE="0660", OWNER="user" -+# Wispy1 rev a - ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="0bad", MODE="0660", OWNER="user" -+# Wispy1 rev b -+ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083e", MODE="0660", OWNER="user" -+# WiSpy 2.4x - ATTRS{idVendor}=="1781", ATTRS{idProduct}=="083f", MODE="0660", OWNER="user" -+# WiSpy DBx -+ATTRS{idVendor}=="1dd5", ATTRS{idProduct}=="5000", MODE="0660", OWNER="user" -+ -+# vim: ft=udevrules: diff --git a/net-wireless/spectools/spectools-2006.03.1.ebuild b/net-wireless/spectools/spectools-2006.03.1.ebuild deleted file mode 100644 index 202cb2358caa..000000000000 --- a/net-wireless/spectools/spectools-2006.03.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/spectools-2006.03.1.ebuild,v 1.2 2012/06/11 02:34:03 zerochaos Exp $ - -MY_PN=wispy-tools -MY_PV=${PV/\./-} -MY_PV=${MY_PV/./-R} -MY_P="${MY_PN}-${MY_PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Tools for the MetaGeek Wi-Spy spectrum analyzer" -HOMEPAGE="http://www.kismetwireless.net/wispy.shtml" -SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="debug gtk ncurses" - -DEPEND="=virtual/libusb-0* - ncurses? ( sys-libs/ncurses ) - gtk? ( || ( =x11-libs/gtk+-1.2* =x11-libs/gtk+-2* ) )" -RDEPEND="${DEPEND}" - -src_compile() { - econf || die "econf failed" - - emake wispy_log || die "emake wispy_log failed" - - if use debug; then - emake wispy_raw || die "emake wispy_raw failed" - fi - - if use ncurses; then - emake wispy_curses || die "emake wispy_curses failed" - fi - - if use gtk; then - emake wispy_gtk || die "emake wispy_gtk failed" - fi -} - -src_install() { - dobin wispy_log - use debug && dobin wispy_raw - use ncurses && dobin wispy_curses - use gtk && dobin wispy_gtk - - dodoc README -} diff --git a/net-wireless/spectools/spectools-2006.09.1.ebuild b/net-wireless/spectools/spectools-2006.09.1.ebuild deleted file mode 100644 index efb0fa916d31..000000000000 --- a/net-wireless/spectools/spectools-2006.09.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/spectools-2006.09.1.ebuild,v 1.2 2012/06/11 02:34:03 zerochaos Exp $ - -MY_PN=wispy-tools -MY_PV=${PV/\./-} -MY_PV=${MY_PV/./-R} -MY_P="${MY_PN}-${MY_PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Tools for the MetaGeek Wi-Spy spectrum analyzer" -HOMEPAGE="http://www.kismetwireless.net/wispy.shtml" -SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug gtk ncurses" - -DEPEND="=virtual/libusb-0* - ncurses? ( sys-libs/ncurses ) - gtk? ( =x11-libs/gtk+-2* )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_with gtk gtk-version 2) || die "econf failed" - - emake wispy_log || die "emake wispy_log failed" - - if use debug; then - emake wispy_raw || die "emake wispy_raw failed" - fi - - if use ncurses; then - emake wispy_curses || die "emake wispy_curses failed" - fi - - if use gtk; then - emake wispy_gtk || die "emake wispy_gtk failed" - fi -} - -src_install() { - dobin wispy_log - use debug && dobin wispy_raw - use ncurses && dobin wispy_curses - use gtk && dobin wispy_gtk - - dodoc README -} diff --git a/net-wireless/spectools/spectools-2009.02.1.ebuild b/net-wireless/spectools/spectools-2009.02.1.ebuild deleted file mode 100644 index 833fcbaf2d65..000000000000 --- a/net-wireless/spectools/spectools-2009.02.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/spectools-2009.02.1.ebuild,v 1.2 2012/12/11 17:47:41 axs Exp $ - -inherit eutils - -MY_PN=${PN} -MY_PV=${PV/\./-} -MY_PV=${MY_PV/./-R} -MY_P="${MY_PN}-${MY_PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Tools for the MetaGeek Wi-Spy spectrum analyzer" -HOMEPAGE="http://www.kismetwireless.net/spectools/" -SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug gtk ncurses" - -DEPEND="=virtual/libusb-0* - ncurses? ( sys-libs/ncurses ) - gtk? ( =x11-libs/gtk+-2* )" -# Maemo: Add hildon and bbus -RDEPEND="${DEPEND} - virtual/udev - !<sys-fs/udev-114" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/spectools-2009.02.1-udev-rules.patch - epatch "${FILESDIR}"/spectools-2009.02.1-libusb-compat.patch -} - -src_compile() { - econf $(use_with gtk gtk-version 2) || die "econf failed" - - emake depend || die "emake depend failed" - - emake spectool_{raw,net} \ - || die "emake spectool_{raw,net} failed" - - if use ncurses; then - emake spectool_curses \ - || die "emake spectool_curses failed" - fi - - if use gtk; then - emake spectool_gtk \ - || die "emake spectool_gtk failed" - fi - - #if use maemo; then - # emake spectool_hildon usbcontrol \ - # || die "emake spectool_hildon usbcontrol failed" - #fi -} - -src_install() { - dobin spectool_raw spectool_net - use ncurses && dobin spectool_curses - use gtk && dobin spectool_gtk - dodoc README - - insinto /etc/udev/rules.d/ - doins 99-wispy.rules - - #if use maemo; then - # dobin spectool_hildon - # dosbin usbcontrol - #fi -} diff --git a/net-wireless/spectools/spectools-2011.08.1-r1.ebuild b/net-wireless/spectools/spectools-2011.08.1-r1.ebuild deleted file mode 100644 index e713d9feca4d..000000000000 --- a/net-wireless/spectools/spectools-2011.08.1-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/spectools-2011.08.1-r1.ebuild,v 1.7 2012/07/03 16:33:32 ranger Exp $ - -EAPI=4 - -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="http://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/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="ncurses gtk" - -DEPEND="${RDEPEND}" -RDEPEND="virtual/libusb:0 - ncurses? ( sys-libs/ncurses ) - gtk? ( x11-libs/gtk+:2 )" -# 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 - - dodir /lib/udev/rules.d/ - insinto /lib/udev/rules.d/ - doins 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.ebuild b/net-wireless/spectools/spectools-2011.08.1.ebuild deleted file mode 100644 index e36ccd727eac..000000000000 --- a/net-wireless/spectools/spectools-2011.08.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/spectools/spectools-2011.08.1.ebuild,v 1.4 2012/08/12 08:44:45 ssuominen Exp $ - -EAPI=4 - -inherit toolchain-funcs eutils multilib - -MY_P=${P/\./-} -MY_P=${MY_P/./-R} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="IEEE 802.11 wireless LAN sniffer" -HOMEPAGE="http://www.kismetwireless.net/spectools/" - -if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://www.kismetwireless.net/code/svn/tools/spectools" - inherit subversion - KEYWORDS="" -else - SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug ncurses gtk" - -DEPEND="${RDEPEND}" -RDEPEND="virtual/libusb:0 - ncurses? ( sys-libs/ncurses ) - gtk? ( =x11-libs/gtk+-2* )" - -src_compile() { - emake depend - - if use debug; then - emake spectool_raw - fi - - if use ncurses; then - emake spectool_curses - fi - - if use gtk; then - emake spectool_gtk - fi - - emake spectool_net - -} - -src_install() { - dobin spectool_net - use debug && dobin spectool_raw - use ncurses && dobin spectool_curses - use gtk && dobin spectool_gtk - - dodir /$(get_libdir)/udev/rules.d/ - insinto /$(get_libdir)/udev/rules.d/ - doins 99-wispy.rules - dodoc README -} |