From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8E3B138350 for ; Thu, 2 Apr 2020 19:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13388E0D73; Thu, 2 Apr 2020 19:23:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E58C2E0D73 for ; Thu, 2 Apr 2020 19:23:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E426034EFA2 for ; Thu, 2 Apr 2020 19:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BCE18B for ; Thu, 2 Apr 2020 19:23:10 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1585855350.4eac9d917f7d9a57e65838aa4ded56959bd36c29.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump978/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/dump978/dump978-9999.ebuild net-wireless/dump978/metadata.xml X-VCS-Directories: net-wireless/dump978/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 4eac9d917f7d9a57e65838aa4ded56959bd36c29 X-VCS-Branch: master Date: Thu, 2 Apr 2020 19:23:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f02db045-95a8-4bfd-878d-f09fa91c5af2 X-Archives-Hash: 0319259ad882da8af90d7603cf6f1d7a commit: 4eac9d917f7d9a57e65838aa4ded56959bd36c29 Author: Rick Farina gentoo org> AuthorDate: Thu Apr 2 19:21:57 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Apr 2 19:22:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eac9d91 net-wireless/dump978: initial ebuild it does something. not sure what yet Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Rick Farina gentoo.org> net-wireless/dump978/dump978-9999.ebuild | 41 ++++++++++++++++++++++++++++++++ net-wireless/dump978/metadata.xml | 11 +++++++++ 2 files changed, 52 insertions(+) diff --git a/net-wireless/dump978/dump978-9999.ebuild b/net-wireless/dump978/dump978-9999.ebuild new file mode 100644 index 00000000000..f84f6b17412 --- /dev/null +++ b/net-wireless/dump978/dump978-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="simple Mode S decoder for soapysdr supported devices" +HOMEPAGE="https://github.com/flightaware/dump978" + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/flightaware/${PN}.git" + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" + #COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9" + #SRC_URI="https://github.com/flightaware/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + #S="${WORKDIR}/${PN}-${COMMIT}" + SRC_URI="https://github.com/flightaware/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-libs/boost:= + net-wireless/soapysdr:=" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -i -e 's#-Wall -Wno-psabi -Werror -O2 -g##' Makefile +} + +src_install() { + newbin ${PN}-fa ${PN} + dobin skyaware978 + dodoc README.md + + insinto /usr/share/${PN} + newins debian/lighttpd/89-skyaware978.conf lighttpd.conf +} diff --git a/net-wireless/dump978/metadata.xml b/net-wireless/dump978/metadata.xml new file mode 100644 index 00000000000..825bf00b405 --- /dev/null +++ b/net-wireless/dump978/metadata.xml @@ -0,0 +1,11 @@ + + + + + radio@gentoo.org + Radio + + + flightaware/dump978 + +