Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/, net-wireless/bluez-tools/files/
Date: Mon, 03 Jan 2022 18:43:37
Message-Id: 1641235275.1c4175c85c46a54a73f38343512ceffad5d500ce.flow@gentoo
1 commit: 1c4175c85c46a54a73f38343512ceffad5d500ce
2 Author: Olivier Laurantin <olivier.laurantin <AT> laposte <DOT> net>
3 AuthorDate: Sat Jan 1 10:41:02 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 18:41:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4175c8
7
8 net-wireless/bluez-tools: remove old version
9
10 Remove old version and gcc 10 patch
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Olivier Laurantin <olivier.laurantin <AT> laposte.net>
14 Closes: https://github.com/gentoo/gentoo/pull/23612
15 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
16
17 net-wireless/bluez-tools/Manifest | 1 -
18 .../bluez-tools/bluez-tools-0_p20161212.ebuild | 33 ----------------------
19 .../files/bluez-tools-0_p20161212-gcc-10.patch | 29 -------------------
20 3 files changed, 63 deletions(-)
21
22 diff --git a/net-wireless/bluez-tools/Manifest b/net-wireless/bluez-tools/Manifest
23 index 3d34b1d3f9ec..e73715c1b798 100644
24 --- a/net-wireless/bluez-tools/Manifest
25 +++ b/net-wireless/bluez-tools/Manifest
26 @@ -1,2 +1 @@
27 -DIST bluez-tools-0_p20161212.tar.gz 126613 BLAKE2B 474393862049a893280eeb0b7f466a1b1165a14d0ab33cbd9d3ca805a15eef237761aa3038423de85280bcaaf1385c3c7ab313d4cc3199f284aba86d8e5ed16e SHA512 ab5dd4a223348aab29fae22f552afae989b74d56c3fa46fd5587c100d63309649a10a87591bc040082545f45b7bb95360fcf6a48812012edbdb93570b0e166f7
28 DIST bluez-tools-0_p20201025.tar.gz 126646 BLAKE2B 6deea6a12ee1050cbe12592fe202be60f032a7ee9a8f790537ef24c3a2562d90abf88f69690e6dd53f16841a256fc82dcfb078b2d708531ca6c50f63b6e84274 SHA512 631dfa7ee7e1bfe487db90f9df692c4136d6258ddd34cda269e3a9538a3c8fe8bad3bac595e57d74789df2da4e15fa0ca7b83374e7f6457695701852b3744b12
29
30 diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
31 deleted file mode 100644
32 index 6585af370e24..000000000000
33 --- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
34 +++ /dev/null
35 @@ -1,33 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit autotools
42 -
43 -DESCRIPTION="A set of tools to manage bluetooth devices for linux"
44 -HOMEPAGE="https://github.com/khvzak/bluez-tools"
45 -COMMIT="97efd293491ad7ec96a655665339908f2478b3d1"
46 -SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
51 -IUSE=""
52 -
53 -RDEPEND="dev-libs/dbus-glib
54 - dev-libs/glib:2
55 - net-wireless/bluez[obex]
56 - sys-libs/readline:0"
57 -DEPEND="${RDEPEND}"
58 -
59 -DOCS=( AUTHORS README )
60 -
61 -PATCHES=( "${FILESDIR}/${P}-gcc-10.patch" )
62 -
63 -S="${WORKDIR}/${PN}-${COMMIT}"
64 -
65 -src_prepare() {
66 - default
67 - eautoreconf
68 -}
69
70 diff --git a/net-wireless/bluez-tools/files/bluez-tools-0_p20161212-gcc-10.patch b/net-wireless/bluez-tools/files/bluez-tools-0_p20161212-gcc-10.patch
71 deleted file mode 100644
72 index 6bfaa57fa19a..000000000000
73 --- a/net-wireless/bluez-tools/files/bluez-tools-0_p20161212-gcc-10.patch
74 +++ /dev/null
75 @@ -1,29 +0,0 @@
76 ---- a/src/lib/agent-helper.c 2016-12-12 09:18:08.000000000 +0100
77 -+++ b/src/lib/agent-helper.c 2020-01-30 22:23:27.555951515 +0100
78 -@@ -33,6 +33,8 @@
79 -
80 - #include "agent-helper.h"
81 -
82 -+gboolean agent_need_unregister;
83 -+
84 - static const gchar *_bt_agent_introspect_xml = "<node name=\"/org/blueztools\">\n\t<interface name=\"org.bluez.Agent1\">\n\t\t<method name=\"Release\">\n\t\t</method>\n\t\t<method name=\"RequestPinCode\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t\t<arg name=\"pincode\" direction=\"out\" type=\"s\"/>\n\t\t</method>\n\t\t<method name=\"DisplayPinCode\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t\t<arg name=\"pincode\" direction=\"in\" type=\"s\"/>\n\t\t</method>\n\t\t<method name=\"RequestPasskey\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t\t<arg name=\"passkey\" direction=\"out\" type=\"u\"/>\n\t\t</method>\n\t\t<method name=\"DisplayPasskey\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t\t<arg name=\"passkey\" direction=\"in\" type=\"u\"/>\n\t\t\t<arg name=\"entered\" direction=\"in\" type=\"q\"/>\n\t\t</method>\n\t\t<method name=\"RequestConfirmation\">\n\t\t\t<arg name=\"device\" direction=\"in\"
85 type=\"o\"/>\n\t\t\t<arg name=\"passkey\" direction=\"in\" type=\"u\"/>\n\t\t</method>\n\t\t<method name=\"RequestAuthorization\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t</method>\n\t\t<method name=\"AuthorizeService\">\n\t\t\t<arg name=\"device\" direction=\"in\" type=\"o\"/>\n\t\t\t<arg name=\"uuid\" direction=\"in\" type=\"s\"/>\n\t\t</method>\n\t\t<method name=\"Cancel\">\n\t\t</method>\n\t</interface>\n</node>\n";
86 - static guint _bt_agent_registration_id = 0;
87 - static GHashTable *_pin_hash_table = NULL;
88 ---- a/src/lib/agent-helper.h 2016-12-12 09:18:08.000000000 +0100
89 -+++ b/src/lib/agent-helper.h 2020-01-30 22:22:15.463751152 +0100
90 -@@ -35,7 +35,7 @@
91 - #define AGENT_DBUS_INTERFACE "org.bluez.Agent1"
92 - #define AGENT_PATH "/org/blueztools"
93 -
94 --gboolean agent_need_unregister;
95 -+extern gboolean agent_need_unregister;
96 -
97 - void register_agent_callbacks(gboolean interactive_console, GHashTable *pin_dictonary, gpointer main_loop_object, GError **error);
98 - void unregister_agent_callbacks(GError **error);
99 -@@ -44,4 +44,4 @@
100 - }
101 - #endif
102 -
103 --#endif /* __AGENT_HELPER_H */
104 -\ Pas de fin de ligne à la fin du fichier
105 -+#endif /* __AGENT_HELPER_H */