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/inspectrum/
Date: Sat, 21 Nov 2015 20:25:13 +0000 (UTC)	[thread overview]
Message-ID: <1448137491.534c2f2b13bcac3f52df66167c4fa929fd1ee791.zerochaos@gentoo> (raw)

commit:     534c2f2b13bcac3f52df66167c4fa929fd1ee791
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 20:24:51 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 20:24:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534c2f2b

net-wireless/inspectrum: minor version bump, fix repoman warnings

Package-Manager: portage-2.2.25

 net-wireless/inspectrum/Manifest                              |  2 +-
 .../{inspectrum-0.1-r1.ebuild => inspectrum-0.1.1.ebuild}     | 11 +++--------
 net-wireless/inspectrum/inspectrum-9999.ebuild                |  4 ++--
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/net-wireless/inspectrum/Manifest b/net-wireless/inspectrum/Manifest
index 7296f31..a6647b7 100644
--- a/net-wireless/inspectrum/Manifest
+++ b/net-wireless/inspectrum/Manifest
@@ -1 +1 @@
-DIST inspectrum-0.1.tar.gz 151125 SHA256 30eeec26166e41fe2d8007b0042420602d9920bcd4ccf0f74ea1fd64dfc93bfe SHA512 f451a7d9d6fda95f6b0c1c03fc5679c859331df5df85d2f378648e95d8db94552bc2b237d552e705db302841dbab87bfa61f799886108ec1e4ba78df4beae441 WHIRLPOOL b2f35c6bef7af93fb6a3c71cc9c8718c5a8da63e649f574bfb53149cce7688a1ba2b37c5e0885f3be9d2de18d72ed376f12100308f08b2f5c0ca241bd700c997
+DIST inspectrum-0.1.1.tar.gz 151874 SHA256 b139cd7978f294d4872a1e3e70a813f4e9600f7677da5b9f6c431b3fa7f7e03e SHA512 e151448f7071540a00b6d74036752b336c69cab166952a2d0e54cd3e4ed04e23fba54c1382bcbc3f9a8da4f88caa8fd188c6bcbc248f2da872681fe108613721 WHIRLPOOL 073297aceda2b8659881e44dff21a9c11cb41fab83c32a8a84464b077186731c0d716d1055c3f614ffd74103c4182a98afcf1b6856d54ea081522b0be79de1fe

diff --git a/net-wireless/inspectrum/inspectrum-0.1-r1.ebuild b/net-wireless/inspectrum/inspectrum-0.1.1.ebuild
similarity index 70%
rename from net-wireless/inspectrum/inspectrum-0.1-r1.ebuild
rename to net-wireless/inspectrum/inspectrum-0.1.1.ebuild
index e8001cf..5ef65fe 100644
--- a/net-wireless/inspectrum/inspectrum-0.1-r1.ebuild
+++ b/net-wireless/inspectrum/inspectrum-0.1.1.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
-inherit cmake-utils eutils
+inherit cmake-utils
 
-DESCRIPTION="a tool for analysing captured signals, primarily from software-defined radio receivers"
+DESCRIPTION="a tool for analysing captured signals from software-defined radio receivers"
 HOMEPAGE="https://github.com/miek/inspectrum"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
@@ -27,8 +27,3 @@ RDEPEND="sci-libs/fftw:3.0=
 	dev-qt/qtcore:5"
 DEPEND="virtual/pkgconfig
 	${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-cxxflags.patch
-	cmake-utils_src_prepare
-}

diff --git a/net-wireless/inspectrum/inspectrum-9999.ebuild b/net-wireless/inspectrum/inspectrum-9999.ebuild
index 9d93c62..5ef65fe 100644
--- a/net-wireless/inspectrum/inspectrum-9999.ebuild
+++ b/net-wireless/inspectrum/inspectrum-9999.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
 inherit cmake-utils
 
-DESCRIPTION="a tool for analysing captured signals, primarily from software-defined radio receivers"
+DESCRIPTION="a tool for analysing captured signals from software-defined radio receivers"
 HOMEPAGE="https://github.com/miek/inspectrum"
 if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3


             reply	other threads:[~2015-11-21 20:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21 20:25 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-27 19:47 [gentoo-commits] repo/gentoo:master commit in: net-wireless/inspectrum/ Andreas Sturmlechner
2025-07-10 18:00 Thomas Beierlein
2020-12-04 19:42 Rick Farina
2020-06-22 14:13 Andreas Sturmlechner
2018-06-07 17:32 Richard Farina
2018-06-06 16:08 Richard Farina
2018-06-06  8:13 Andreas Sturmlechner
2018-02-11 11:12 Michał Górny
2017-10-04  9:15 Michał Górny
2017-02-03 18:58 Richard Farina
2016-06-27 20:57 Michael Palimaka
2016-04-29 21:21 Richard Farina
2016-03-15 17:51 Richard Farina
2015-10-03 22:07 Richard Farina
2015-08-25  3:16 Richard Farina

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1448137491.534c2f2b13bcac3f52df66167c4fa929fd1ee791.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