Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
Date: Mon, 25 May 2020 12:38:05
Message-Id: 1590410271.339117ca936c353935b51bdbed2c336756b63c36.bkohler@gentoo
1 commit: 339117ca936c353935b51bdbed2c336756b63c36
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 12:37:38 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 12:37:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339117ca
7
8 net-misc/connman-json-client: revbump to respect CFLAGS, drop old
9
10 Closes: https://bugs.gentoo.org/725092
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 ...=> connman-json-client-1.0_p20150721-r2.ebuild} | 4 +++
15 .../connman-json-client-1.0_p20150721.ebuild | 32 ----------------------
16 2 files changed, 4 insertions(+), 32 deletions(-)
17
18 diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
19 similarity index 94%
20 rename from net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
21 rename to net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
22 index 71df6bec799..2fe35cf86af 100644
23 --- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
24 +++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
25 @@ -28,6 +28,10 @@ src_prepare() {
26 eautoreconf
27 }
28
29 +src_compile() {
30 + emake CFLAGS="${CFLAGS}"
31 +}
32 +
33 src_install() {
34 default
35 dobin connman_ncurses
36
37 diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
38 deleted file mode 100644
39 index 72908de1c1d..00000000000
40 --- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
41 +++ /dev/null
42 @@ -1,32 +0,0 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=6
47 -
48 -inherit autotools vcs-snapshot
49 -COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
50 -
51 -DESCRIPTION="An ncurses UI for connman"
52 -HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client"
53 -SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~x86"
58 -IUSE=""
59 -
60 -DEPEND="dev-libs/json-c:0=
61 - >=sys-apps/dbus-1.4
62 - sys-libs/ncurses:0"
63 -RDEPEND="${DEPEND}"
64 -
65 -src_prepare() {
66 - sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
67 - default
68 - eautoreconf
69 -}
70 -
71 -src_install() {
72 - default
73 - dobin connman_ncurses
74 -}