public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/
Date: Mon, 23 Nov 2015 04:01:10 +0000 (UTC)	[thread overview]
Message-ID: <1448251237.864045fe9c65cfde8fca6f4062a6762f2805579a.zerochaos@gentoo> (raw)

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
 }


             reply	other threads:[~2015-11-23  4:01 UTC|newest]

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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1448251237.864045fe9c65cfde8fca6f4062a6762f2805579a.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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