Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/dump1090/
Date: Fri, 27 Sep 2019 14:05:05
Message-Id: 1569593100.4ba504fa86ddbf3ebf1d8b0946a7beee7d2ba67a.zerochaos@gentoo
1 commit: 4ba504fa86ddbf3ebf1d8b0946a7beee7d2ba67a
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 14:04:44 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 14:05:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba504fa
7
8 net-wireless/dump1090: bump, add stable, remove old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/dump1090/Manifest | 2 +-
14 .../dump1090/dump1090-0.0_p20140919.ebuild | 46 ----------------------
15 ...{dump1090-9999.ebuild => dump1090-3.7.2.ebuild} | 5 ++-
16 net-wireless/dump1090/dump1090-9999.ebuild | 5 ++-
17 4 files changed, 7 insertions(+), 51 deletions(-)
18
19 diff --git a/net-wireless/dump1090/Manifest b/net-wireless/dump1090/Manifest
20 index 7c02fcec57d..bf724be556c 100644
21 --- a/net-wireless/dump1090/Manifest
22 +++ b/net-wireless/dump1090/Manifest
23 @@ -1,2 +1,2 @@
24 -DIST dump1090-0.0_p20140919.tar.xz 445108 BLAKE2B 96da9faae0139710b92adfeb921f7b84ea3342c3916d69baebfb2709076c9f3d8e3be3457d8f2c074d3b58255ad745cda9f35a71f6707b8184a83c0c8a54e141 SHA512 4b7f915d5dd9c728da36298ecfe6c0e1da17bb9082e5f1c41376e6425dce429c099b0fd2d8436a966f5d3189788b818602f26fb0aea62e5dbe753e489bf0a760
25 DIST dump1090-1.15_pre20180509.tar.gz 1032244 BLAKE2B 2d91c8bdbe2fca787e9653ac08eb40a4faab181ab10f7247a9dedf6390f35520642caee548dbadb58c5347c0f0284a66e000da747bc39b3dab1e4cbce0fbbc3d SHA512 08d7f1d031a5d3a26ea73bce543209bd84054b1acd94ba72a0dca206cc7f11c1778fb5d6286bfe434812f6647ccaab73b56bc6539ae594e2aa3364851428cad3
26 +DIST dump1090-3.7.2.tar.gz 5657288 BLAKE2B 267374ec034ba5bb03989d04001f1ca82cfb5f2cb77af06d85c1d5f4446955ef84bdf60162c0c74e702266f8051a22fe15723dae9b26323c3f5cf03bf48342b7 SHA512 8958bc711b44c8c9f26242bdd4005a422498e023632bbb87f8e93de30b6fa20b6c6ab3208e7548a960c8c127e948d1bdf5e9d5ceaf84127ce9e686c6fad6cc1b
27
28 diff --git a/net-wireless/dump1090/dump1090-0.0_p20140919.ebuild b/net-wireless/dump1090/dump1090-0.0_p20140919.ebuild
29 deleted file mode 100644
30 index 51c3554567b..00000000000
31 --- a/net-wireless/dump1090/dump1090-0.0_p20140919.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit toolchain-funcs eutils
40 -
41 -DESCRIPTION="simple Mode S decoder for RTLSDR devices"
42 -HOMEPAGE="https://github.com/antirez/dump1090"
43 -
44 -if [[ ${PV} == "9999" ]] ; then
45 - inherit git-r3
46 - EGIT_REPO_URI="https://github.com/antirez/${PN}.git"
47 - KEYWORDS=""
48 -else
49 - KEYWORDS="~amd64 ~x86"
50 - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
51 - S="${WORKDIR}/${PN}"
52 -fi
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -IUSE=""
57 -
58 -RDEPEND="net-wireless/rtl-sdr"
59 -DEPEND="${RDEPEND}"
60 -
61 -src_prepare() {
62 - epatch "${FILESDIR}"/gmap_usr_share_mv.patch
63 -}
64 -
65 -src_compile() {
66 - emake CC="$(tc-getCC)" \
67 - CFLAGS="$($(tc-getPKG_CONFIG) --cflags librtlsdr)" \
68 - LIBS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs librtlsdr) -lm -lpthread" \
69 - all
70 -}
71 -
72 -src_install() {
73 - dobin ${PN}
74 - dodoc TODO README.md
75 -
76 - insinto /usr/share/${PN}
77 - doins gmap.html
78 - doins tools/debug.html
79 -}
80
81 diff --git a/net-wireless/dump1090/dump1090-9999.ebuild b/net-wireless/dump1090/dump1090-3.7.2.ebuild
82 similarity index 94%
83 copy from net-wireless/dump1090/dump1090-9999.ebuild
84 copy to net-wireless/dump1090/dump1090-3.7.2.ebuild
85 index e4ab4ba0cfe..a34578ba1b3 100644
86 --- a/net-wireless/dump1090/dump1090-9999.ebuild
87 +++ b/net-wireless/dump1090/dump1090-3.7.2.ebuild
88 @@ -1,7 +1,7 @@
89 # Copyright 1999-2019 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 -EAPI=6
93 +EAPI=7
94
95 inherit toolchain-funcs eutils
96
97 @@ -58,5 +58,6 @@ src_install() {
98 insinto /usr/share/${PN}/tools
99 doins -r tools/*
100
101 - newdoc debian/lighttpd/89-dump1090-fa.conf lighttpd.conf
102 + insinto /usr/share/${PN}
103 + newins debian/lighttpd/89-dump1090-fa.conf lighttpd.conf
104 }
105
106 diff --git a/net-wireless/dump1090/dump1090-9999.ebuild b/net-wireless/dump1090/dump1090-9999.ebuild
107 index e4ab4ba0cfe..a34578ba1b3 100644
108 --- a/net-wireless/dump1090/dump1090-9999.ebuild
109 +++ b/net-wireless/dump1090/dump1090-9999.ebuild
110 @@ -1,7 +1,7 @@
111 # Copyright 1999-2019 Gentoo Authors
112 # Distributed under the terms of the GNU General Public License v2
113
114 -EAPI=6
115 +EAPI=7
116
117 inherit toolchain-funcs eutils
118
119 @@ -58,5 +58,6 @@ src_install() {
120 insinto /usr/share/${PN}/tools
121 doins -r tools/*
122
123 - newdoc debian/lighttpd/89-dump1090-fa.conf lighttpd.conf
124 + insinto /usr/share/${PN}
125 + newins debian/lighttpd/89-dump1090-fa.conf lighttpd.conf
126 }