[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/, net-wireless/bluez-tools/files/

2022-01-03 Thread Florian Schmaus
commit: 1c4175c85c46a54a73f38343512ceffad5d500ce
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat Jan  1 10:41:02 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Jan  3 18:41:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4175c8

net-wireless/bluez-tools: remove old version

Remove old version and gcc 10 patch

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/23612
Signed-off-by: Florian Schmaus  gentoo.org>

 net-wireless/bluez-tools/Manifest  |  1 -
 .../bluez-tools/bluez-tools-0_p20161212.ebuild | 33 --
 .../files/bluez-tools-0_p20161212-gcc-10.patch | 29 ---
 3 files changed, 63 deletions(-)

diff --git a/net-wireless/bluez-tools/Manifest 
b/net-wireless/bluez-tools/Manifest
index 3d34b1d3f9ec..e73715c1b798 100644
--- a/net-wireless/bluez-tools/Manifest
+++ b/net-wireless/bluez-tools/Manifest
@@ -1,2 +1 @@
-DIST bluez-tools-0_p20161212.tar.gz 126613 BLAKE2B 
474393862049a893280eeb0b7f466a1b1165a14d0ab33cbd9d3ca805a15eef237761aa3038423de85280bcaaf1385c3c7ab313d4cc3199f284aba86d8e5ed16e
 SHA512 
ab5dd4a223348aab29fae22f552afae989b74d56c3fa46fd5587c100d63309649a10a87591bc040082545f45b7bb95360fcf6a48812012edbdb93570b0e166f7
 DIST bluez-tools-0_p20201025.tar.gz 126646 BLAKE2B 
6deea6a12ee1050cbe12592fe202be60f032a7ee9a8f790537ef24c3a2562d90abf88f69690e6dd53f16841a256fc82dcfb078b2d708531ca6c50f63b6e84274
 SHA512 
631dfa7ee7e1bfe487db90f9df692c4136d6258ddd34cda269e3a9538a3c8fe8bad3bac595e57d74789df2da4e15fa0ca7b83374e7f6457695701852b3744b12

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
deleted file mode 100644
index 6585af370e24..
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A set of tools to manage bluetooth devices for linux"
-HOMEPAGE="https://github.com/khvzak/bluez-tools;
-COMMIT="97efd293491ad7ec96a655665339908f2478b3d1"
-SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/dbus-glib
-   dev-libs/glib:2
-   net-wireless/bluez[obex]
-   sys-libs/readline:0"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README )
-
-PATCHES=( "${FILESDIR}/${P}-gcc-10.patch" )
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-   default
-   eautoreconf
-}

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
deleted file mode 100644
index 6bfaa57fa19a..
--- a/net-wireless/bluez-tools/files/bluez-tools-0_p20161212-gcc-10.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 a/src/lib/agent-helper.c   2016-12-12 09:18:08.0 +0100
-+++ b/src/lib/agent-helper.c   2020-01-30 22:23:27.555951515 +0100
-@@ -33,6 +33,8 @@
- 
- #include "agent-helper.h"
- 
-+gboolean agent_need_unregister;
-+
- static const gchar *_bt_agent_introspect_xml = "\n\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\n\n";
- static guint _bt_agent_registration_id = 0;
- static GHashTable *_pin_hash_table = NULL;
 a/src/lib/agent-helper.h   2016-12-12 09:18:08.0 +0100
-+++ b/src/lib/agent-helper.h   2020-01-30 22:22:15.463751152 +0100
-@@ -35,7 +35,7 @@
- #define AGENT_DBUS_INTERFACE "org.bluez.Agent1"
- #define AGENT_PATH "/org/blueztools"
- 
--gboolean agent_need_unregister;
-+extern gboolean agent_need_unregister;
- 
- void register_agent_callbacks(gboolean interactive_console, GHashTable 
*pin_dictonary, gpointer main_loop_object, GError **error);
- void unregister_agent_callbacks(GError **error);
-@@ -44,4 +44,4 @@
- }
- #endif
- 
--#endif /* __AGENT_HELPER_H */
-\ Pas de fin de ligne à la fin du fichier
-+#endif /* __AGENT_HELPER_H */



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2022-01-03 Thread Florian Schmaus
commit: 93fc32ddc98538d75347b756f0d508c454a48a9c
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat Jan  1 10:38:49 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Jan  3 18:41:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fc32dd

net-wireless/bluez-tools: version bump

Update to latest git commit

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-wireless/bluez-tools/Manifest  |  1 +
 .../bluez-tools/bluez-tools-0_p20201025.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/net-wireless/bluez-tools/Manifest 
b/net-wireless/bluez-tools/Manifest
index d2efe655a73e..3d34b1d3f9ec 100644
--- a/net-wireless/bluez-tools/Manifest
+++ b/net-wireless/bluez-tools/Manifest
@@ -1 +1,2 @@
 DIST bluez-tools-0_p20161212.tar.gz 126613 BLAKE2B 
474393862049a893280eeb0b7f466a1b1165a14d0ab33cbd9d3ca805a15eef237761aa3038423de85280bcaaf1385c3c7ab313d4cc3199f284aba86d8e5ed16e
 SHA512 
ab5dd4a223348aab29fae22f552afae989b74d56c3fa46fd5587c100d63309649a10a87591bc040082545f45b7bb95360fcf6a48812012edbdb93570b0e166f7
+DIST bluez-tools-0_p20201025.tar.gz 126646 BLAKE2B 
6deea6a12ee1050cbe12592fe202be60f032a7ee9a8f790537ef24c3a2562d90abf88f69690e6dd53f16841a256fc82dcfb078b2d708531ca6c50f63b6e84274
 SHA512 
631dfa7ee7e1bfe487db90f9df692c4136d6258ddd34cda269e3a9538a3c8fe8bad3bac595e57d74789df2da4e15fa0ca7b83374e7f6457695701852b3744b12

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20201025.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20201025.ebuild
new file mode 100644
index ..755069585081
--- /dev/null
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20201025.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A set of tools to manage bluetooth devices for linux"
+HOMEPAGE="https://github.com/khvzak/bluez-tools;
+COMMIT="f65321736475429316f07ee94ec0deac8e46ec4a"
+SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+   dev-libs/glib:2
+   net-wireless/bluez[obex]
+   sys-libs/readline:0"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README )
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2021-09-02 Thread Yixun Lan
commit: 245df4712a6a9ecf3122a1c2dc959a13e2f84b64
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:50:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245df471

net-wireless/bluez-tools: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
index 87c36ffc498..6585af370e2 100644
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2020-09-15 Thread Joonas Niilola
commit: 0cd0b3fafdd61cb5e43377468bfa4eb4f1c8678d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 15 14:19:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 14:20:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd0b3fa

net-wireless/bluez-tools: remove cinnamon project

Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/bluez-tools/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-wireless/bluez-tools/metadata.xml 
b/net-wireless/bluez-tools/metadata.xml
index 084c5c22574..520bd08fd9d 100644
--- a/net-wireless/bluez-tools/metadata.xml
+++ b/net-wireless/bluez-tools/metadata.xml
@@ -5,10 +5,6 @@
olivier.lauran...@laposte.net
Olivier Laurantin

-   
-   cinna...@gentoo.org
-   Cinnamon Project
-   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/, net-wireless/bluez-tools/files/

2020-04-10 Thread Andreas Sturmlechner
commit: 2cd5da72e8078d231fe6c70b8c500ae1d24019c1
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Jan 31 07:01:05 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 10 15:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd5da72

net-wireless/bluez-tools: Fix compilation with gcc-10

Closes: https://bugs.gentoo.org/707230
Signed-off-by: Olivier Laurantin  laposte.net>
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14510
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../bluez-tools/bluez-tools-0_p20161212.ebuild |  8 +++---
 .../files/bluez-tools-0_p20161212-gcc-10.patch | 29 ++
 2 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
index 4e777054b46..87c36ffc498 100644
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="A set of tools to manage bluetooth devices for linux"
 HOMEPAGE="https://github.com/khvzak/bluez-tools;
@@ -23,9 +23,11 @@ DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README )
 
+PATCHES=( "${FILESDIR}/${P}-gcc-10.patch" )
+
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 src_prepare() {
+   default
eautoreconf
-   default_src_prepare
 }

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
new file mode 100644
index 000..6bfaa57fa19
--- /dev/null
+++ b/net-wireless/bluez-tools/files/bluez-tools-0_p20161212-gcc-10.patch
@@ -0,0 +1,29 @@
+--- a/src/lib/agent-helper.c   2016-12-12 09:18:08.0 +0100
 b/src/lib/agent-helper.c   2020-01-30 22:23:27.555951515 +0100
+@@ -33,6 +33,8 @@
+ 
+ #include "agent-helper.h"
+ 
++gboolean agent_need_unregister;
++
+ static const gchar *_bt_agent_introspect_xml = "\n\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\n\n";
+ static guint _bt_agent_registration_id = 0;
+ static GHashTable *_pin_hash_table = NULL;
+--- a/src/lib/agent-helper.h   2016-12-12 09:18:08.0 +0100
 b/src/lib/agent-helper.h   2020-01-30 22:22:15.463751152 +0100
+@@ -35,7 +35,7 @@
+ #define AGENT_DBUS_INTERFACE "org.bluez.Agent1"
+ #define AGENT_PATH "/org/blueztools"
+ 
+-gboolean agent_need_unregister;
++extern gboolean agent_need_unregister;
+ 
+ void register_agent_callbacks(gboolean interactive_console, GHashTable 
*pin_dictonary, gpointer main_loop_object, GError **error);
+ void unregister_agent_callbacks(GError **error);
+@@ -44,4 +44,4 @@
+ }
+ #endif
+ 
+-#endif /* __AGENT_HELPER_H */
+\ Pas de fin de ligne à la fin du fichier
++#endif /* __AGENT_HELPER_H */



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2017-09-03 Thread Alexis Ballier
commit: 2784908f8208125fd06de4b48c8368f887e928e2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Sep  3 08:09:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Sep  3 08:09:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2784908f

net-wireless/bluez-tools: keyword ~arm64, bug #622758

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
index 50c87f4224c..e10972bcdda 100644
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2017-07-24 Thread Markus Meier
commit: 73f3dd4df1ff7ee92f213864f298ed57532797b9
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul 24 17:52:01 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul 24 17:52:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f3dd4d

net-wireless/bluez-tools: add ~arm, bug #622758

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
index 7a4749f5289..50c87f4224c 100644
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2017-06-25 Thread Kristian Fiskerstrand
commit: 45d6430935420d47f9d4e11c60d7e832450736c9
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun Jun 25 19:45:43 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun Jun 25 19:47:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d64309

net-wireless/bluez-tools: New package

Needed by net-wireless/blueberry

Gentoo-Proxied-Maintainer: Olivier Laurantin
Gentoo-Bug: 622698

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-wireless/bluez-tools/Manifest  |  1 +
 .../bluez-tools/bluez-tools-0_p20161212.ebuild | 31 ++
 net-wireless/bluez-tools/metadata.xml  | 19 +
 3 files changed, 51 insertions(+)

diff --git a/net-wireless/bluez-tools/Manifest 
b/net-wireless/bluez-tools/Manifest
new file mode 100644
index 000..1e564977ff0
--- /dev/null
+++ b/net-wireless/bluez-tools/Manifest
@@ -0,0 +1 @@
+DIST bluez-tools-0_p20161212.tar.gz 126613 SHA256 
62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f SHA512 
ab5dd4a223348aab29fae22f552afae989b74d56c3fa46fd5587c100d63309649a10a87591bc040082545f45b7bb95360fcf6a48812012edbdb93570b0e166f7
 WHIRLPOOL 
6d17968411e55a3926b88f575e3637fba2beddf0bb96de03d250f5ff78f611b47f79f9ee90654a0d98b6b3858fbcaaddf189ca5350d2cb77d2fe7524c40fae0b

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
new file mode 100644
index 000..7a4749f5289
--- /dev/null
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="A set of tools to manage bluetooth devices for linux"
+HOMEPAGE="https://github.com/khvzak/bluez-tools;
+COMMIT="97efd293491ad7ec96a655665339908f2478b3d1"
+SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+   dev-libs/glib:2
+   net-wireless/bluez[obex]
+   sys-libs/readline:0"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README )
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare () {
+   eautoreconf
+   default_src_prepare
+}

diff --git a/net-wireless/bluez-tools/metadata.xml 
b/net-wireless/bluez-tools/metadata.xml
new file mode 100644
index 000..084c5c22574
--- /dev/null
+++ b/net-wireless/bluez-tools/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   olivier.lauran...@laposte.net
+   Olivier Laurantin
+   
+   
+   cinna...@gentoo.org
+   Cinnamon Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   khvzak/bluez-tools
+   
+