public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/
Date: Mon, 28 Dec 2020 14:48:28 +0000 (UTC)	[thread overview]
Message-ID: <1609166879.b13c4a473d68c4bc32a59902a35ef1869ca7a0fb.soap@gentoo> (raw)

commit:     b13c4a473d68c4bc32a59902a35ef1869ca7a0fb
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 14:47:59 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:47:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13c4a47

net-wireless/dump1090: Sync live ebuild

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-wireless/dump1090/dump1090-9999.ebuild | 31 ++++++++++++------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/net-wireless/dump1090/dump1090-9999.ebuild b/net-wireless/dump1090/dump1090-9999.ebuild
index f0099d87455..9e0920b465c 100644
--- a/net-wireless/dump1090/dump1090-9999.ebuild
+++ b/net-wireless/dump1090/dump1090-9999.ebuild
@@ -3,24 +3,16 @@
 
 EAPI=7
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
 
 DESCRIPTION="simple Mode S decoder for RTLSDR devices"
-#Original repo
-#HOMEPAGE="https://github.com/antirez/dump1090"
-#Repo that has actually been touched recenly
-#HOMEPAGE="https://github.com/mutability/dump1090"
-#And now we move to the next one in line
 HOMEPAGE="https://github.com/flightaware/dump1090"
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
 else
 	KEYWORDS="~amd64 ~x86"
-	#COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9"
-	#SRC_URI="https://github.com/flightaware/dump1090/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-	#S="${WORKDIR}/${PN}-${COMMIT}"
 	SRC_URI="https://github.com/flightaware/dump1090/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 
@@ -28,16 +20,17 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="bladerf +rtlsdr"
 
-RDEPEND="bladerf? ( net-wireless/bladerf:= )
-		rtlsdr? ( net-wireless/rtl-sdr:= )
-		sys-libs/ncurses:=
-		virtual/libusb:1"
-DEPEND="${RDEPEND}"
+DEPEND="
+	sys-libs/ncurses:=[tinfo]
+	virtual/libusb:1
+	bladerf? ( net-wireless/bladerf:= )
+	rtlsdr? ( net-wireless/rtl-sdr:= )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	default
-	sed -i 's#-O2 -g -Wall -Werror -W##' Makefile
-	sed -i "s#-lncurses#$($(tc-getPKG_CONFIG) --libs ncurses)#" Makefile
+	sed -i -e 's#-O2 -g -Wall -Werror -W##' Makefile || die
+	sed -i -e "s#-lncurses#$($(tc-getPKG_CONFIG) --libs ncurses)#" Makefile || die
 }
 
 src_compile() {
@@ -54,8 +47,8 @@ src_install() {
 	insinto /usr/share/${PN}/html
 	doins -r public_html/*
 
-	insinto /usr/share/${PN}/tools
-	doins -r tools/*
+	insinto /usr/share/${PN}
+	doins -r tools
 
 	insinto /usr/share/${PN}
 	newins debian/lighttpd/89-dump1090-fa.conf lighttpd.conf


             reply	other threads:[~2020-12-28 14:48 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 14:48 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03 11:14 [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/ Sam James
2024-12-03 11:14 Sam James
2021-10-15  6:00 Agostino Sarubbo
2021-10-14 10:00 Sam James
2021-10-14 10:00 Sam James
2021-10-12 18:06 Marek Szuba
2021-09-26 19:36 Conrad Kostecki
2021-01-20 10:13 David Seifert
2021-01-20  9:29 Sam James
2021-01-19 14:24 Sam James
2020-12-29 10:11 David Seifert
2020-12-28 14:48 David Seifert
2020-01-21 10:42 Agostino Sarubbo
2020-01-20 12:52 Agostino Sarubbo
2019-09-27 14:05 Rick Farina
2019-07-03  5:22 Rick Farina
2018-08-19 22:29 Michael Weber
2018-08-19 22:05 Michael Weber
2018-08-16 20:45 Richard Farina
2017-07-30 10:04 Michał Górny
2017-05-11  2:06 Richard Farina
2017-01-31  9:55 Mike Frysinger

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=1609166879.b13c4a473d68c4bc32a59902a35ef1869ca7a0fb.soap@gentoo \
    --to=soap@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