Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/osmobts/
Date: Tue, 05 Jun 2018 17:27:26
Message-Id: 1528219624.7e5cdd4b225a12c36908f58c58bd387acd99f8b1.zerochaos@gentoo
1 commit: 7e5cdd4b225a12c36908f58c58bd387acd99f8b1
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Jun 1 14:53:28 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 17:27:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5cdd4b
7
8 net-wireless/osmobts: git-2->git-r3
9
10 Needs work from someone who actually knows this software and how it
11 works; otherwise it fails at:
12
13 gsm_data_shared.c:36:10: fatal error: openbsc/gsm_data.h: No such file or directory
14 #include <openbsc/gsm_data.h>
15
16 Package-Manager: Portage-2.3.40, Repoman-2.3.9
17
18 net-wireless/osmobts/osmobts-9999.ebuild | 5 +++--
19 1 file changed, 3 insertions(+), 2 deletions(-)
20
21 diff --git a/net-wireless/osmobts/osmobts-9999.ebuild b/net-wireless/osmobts/osmobts-9999.ebuild
22 index 134b5749b7b..c88880d41de 100644
23 --- a/net-wireless/osmobts/osmobts-9999.ebuild
24 +++ b/net-wireless/osmobts/osmobts-9999.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31
32 -inherit autotools git-2
33 +inherit autotools git-r3
34
35 DESCRIPTION="Osmocom BTS-Side code (Abis, scheduling)"
36 HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/OsmoBTS"
37 @@ -19,6 +19,7 @@ RDEPEND="${DEPEND}"
38
39 src_prepare() {
40 eautoreconf
41 + mkdir -p "${S}"/include/openbsc || die
42 wget -O "${S}"/include/openbsc/gsm_data_shared.h http://cgit.osmocom.org/openbsc/plain/openbsc/include/openbsc/gsm_data_shared.h || die
43 wget -O "${S}"/src/common/gsm_data_shared.c http://cgit.osmocom.org/openbsc/plain/openbsc/src/libcommon/gsm_data_shared.c || die