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/dump1090/
Date: Thu, 16 Aug 2018 20:45:34 +0000 (UTC)	[thread overview]
Message-ID: <1534452324.d11f8926a489b84eb3bde5441a67b6a5c2edf27c.zerochaos@gentoo> (raw)

commit:     d11f8926a489b84eb3bde5441a67b6a5c2edf27c
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 19:50:50 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 20:45:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f8926

net-wireless/dump1090: dump to mutability

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 net-wireless/dump1090/Manifest                     |  1 +
 .../dump1090/dump1090-0.0_p20180509.ebuild         | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/net-wireless/dump1090/Manifest b/net-wireless/dump1090/Manifest
index 2070308ba1b..806756ce7a2 100644
--- a/net-wireless/dump1090/Manifest
+++ b/net-wireless/dump1090/Manifest
@@ -1 +1,2 @@
 DIST dump1090-0.0_p20140919.tar.xz 445108 BLAKE2B 96da9faae0139710b92adfeb921f7b84ea3342c3916d69baebfb2709076c9f3d8e3be3457d8f2c074d3b58255ad745cda9f35a71f6707b8184a83c0c8a54e141 SHA512 4b7f915d5dd9c728da36298ecfe6c0e1da17bb9082e5f1c41376e6425dce429c099b0fd2d8436a966f5d3189788b818602f26fb0aea62e5dbe753e489bf0a760
+DIST dump1090-0.0_p20180509.tar.gz 1032244 BLAKE2B 2d91c8bdbe2fca787e9653ac08eb40a4faab181ab10f7247a9dedf6390f35520642caee548dbadb58c5347c0f0284a66e000da747bc39b3dab1e4cbce0fbbc3d SHA512 08d7f1d031a5d3a26ea73bce543209bd84054b1acd94ba72a0dca206cc7f11c1778fb5d6286bfe434812f6647ccaab73b56bc6539ae594e2aa3364851428cad3

diff --git a/net-wireless/dump1090/dump1090-0.0_p20180509.ebuild b/net-wireless/dump1090/dump1090-0.0_p20180509.ebuild
new file mode 100644
index 00000000000..73b4a4c99b0
--- /dev/null
+++ b/net-wireless/dump1090/dump1090-0.0_p20180509.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs eutils
+
+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"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/mutability/${PN}.git"
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+	COMMIT="fb5942dba6505a21cbafc7905a5a7c513b214dc9"
+	SRC_URI="https://github.com/mutability/dump1090/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="net-wireless/rtl-sdr
+		virtual/libusb:1"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake CC="$(tc-getCC)" \
+		UNAME="Linux"
+		CFLAGS="$($(tc-getPKG_CONFIG) --cflags librtlsdr) ${CFLAGS}" \
+		EXTRACFLAGS="-DHTMLPATH='/usr/share/dump1090/html'" \
+		LIBS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs librtlsdr) -lm -lpthread"
+}
+
+src_install() {
+	dobin ${PN}
+	dobin view1090
+	dodoc README.md
+
+	insinto /usr/share/${PN}/html
+	doins -r public_html/*
+
+	insinto /usr/share/${PN}/tools
+	doins -r tools/*
+
+	#insinto /etc/lighttpd/conf-available
+	#doins -r debian/lighttpd/*
+	#insinto /etc/nginx/sites-available
+	#doins -r debian/nginx/*
+}


             reply	other threads:[~2018-08-16 20:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-16 20:45 Richard Farina [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-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
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=1534452324.d11f8926a489b84eb3bde5441a67b6a5c2edf27c.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