[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-05-06 Thread Mart Raudsepp
commit: 11c5855028b79f3fb97d9f5a5e407db8d72ebf65
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  6 06:45:55 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  6 07:08:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c58550

net-wireless/gnome-bluetooth: drop 42.7

Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.7.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 69b8a0e4dfbc..012cbc97a02f 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-42.7.tar.xz 304736 BLAKE2B 
6b3eed3d93184c01a98307458ac1570ce97b46fea116d24ec54aa499aa45ce3245cb7982d8fda01d731ff0455b450c6513a86d52a6f7d7ee724726e476ddfd78
 SHA512 
dcbc5f54c2eb9eea29fea91e3c2c60ab3b6bf23effbe79df54dfc91834dda10fef144fb3abf6dc8a4651b5cc18bc666d4ab0574be793d31d199d1514e96c2a59
 DIST gnome-bluetooth-42.8.tar.xz 304908 BLAKE2B 
c487e0c278b316ecdcbdd39421389ce95024b06bf0e350d59dcac06d7a7e8b982da12b1088701e479d0b5c64b123899a5351a00c477208946bb1f44f3c8f30a6
 SHA512 
1c3d1db874b54ebae3cf59e526db8ff71131daea0c994abeefd95b51abf590bbba0baa8314ebbd1d3efe7973021327c7b8257163ed8f0567fe610b4e0c3dba88

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
deleted file mode 100644
index 8949df16f0f7..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-04-30 Thread Joonas Niilola
commit: 31d4223eb45442220f01117239e6d3e893433de1
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed May  1 04:52:35 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed May  1 05:28:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d4223e

net-wireless/gnome-bluetooth: Stabilize 42.8 x86, #928806

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
index 51e9a738c8b2..ca926a36b788 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-04-07 Thread Arthur Zamarin
commit: 1bac7117a00cfb8aaeefa8496dcc12e4c417a33b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 09:14:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 09:14:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bac7117

net-wireless/gnome-bluetooth: Stabilize 42.8 arm64, #928806

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
index bcabff25be97..51e9a738c8b2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-04-06 Thread Arthur Zamarin
commit: cef5f01b656f37e897b45eb036c9442c7c69425c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 05:54:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 05:55:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef5f01b

net-wireless/gnome-bluetooth: Stabilize 42.8 amd64, #928806

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
index bb80dbb3a638..bcabff25be97 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-02-11 Thread Mart Raudsepp
commit: 4be719adc491cb7c5e5ff3a6f571e5bf05287e5b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 14:18:54 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 14:21:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be719ad

net-wireless/gnome-bluetooth: drop 42.6

Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.6.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index cdbff1e77fa6..69b8a0e4dfbc 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B 
d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258
 SHA512 
4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450
 DIST gnome-bluetooth-42.7.tar.xz 304736 BLAKE2B 
6b3eed3d93184c01a98307458ac1570ce97b46fea116d24ec54aa499aa45ce3245cb7982d8fda01d731ff0455b450c6513a86d52a6f7d7ee724726e476ddfd78
 SHA512 
dcbc5f54c2eb9eea29fea91e3c2c60ab3b6bf23effbe79df54dfc91834dda10fef144fb3abf6dc8a4651b5cc18bc666d4ab0574be793d31d199d1514e96c2a59
 DIST gnome-bluetooth-42.8.tar.xz 304908 BLAKE2B 
c487e0c278b316ecdcbdd39421389ce95024b06bf0e350d59dcac06d7a7e8b982da12b1088701e479d0b5c64b123899a5351a00c477208946bb1f44f3c8f30a6
 SHA512 
1c3d1db874b54ebae3cf59e526db8ff71131daea0c994abeefd95b51abf590bbba0baa8314ebbd1d3efe7973021327c7b8257163ed8f0567fe610b4e0c3dba88

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild
deleted file mode 100644
index 72c4d5ad6972..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-02-11 Thread Arthur Zamarin
commit: ef5eeb4cf902e84359cd6cc1844ae3ccd6b3431d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 11 08:08:40 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 11 08:08:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5eeb4c

net-wireless/gnome-bluetooth: Stabilize 42.7 x86, #920662

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
index 1b72ec863b36..8949df16f0f7 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-02-09 Thread Mart Raudsepp
commit: 55fcc6095a43d33d906f1646624a30308286a74f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  9 22:26:46 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  9 22:26:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fcc609

net-wireless/gnome-bluetooth: fix gnome2_env_reset typo

Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
index c09f8f7bf93a..bb80dbb3a638 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
@@ -68,7 +68,7 @@ src_configure() {
 
 src_test() {
# Workaround test failures caused by flatpak being installed that adds 
to XDG_DATA_DIRS
-   gnome_environment_reset
+   gnome2_environment_reset
export XDG_DATA_DIRS="${EPREFIX}"/usr/share
 
meson_src_test



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2024-02-09 Thread Mart Raudsepp
commit: 492df622c79fb87939fb19b547103cb8bec06f56
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  9 22:12:20 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  9 22:25:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492df622

net-wireless/gnome-bluetooth: add 42.8

Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.8.ebuild| 79 ++
 2 files changed, 80 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 8ed0c18baef9..cdbff1e77fa6 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B 
d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258
 SHA512 
4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450
 DIST gnome-bluetooth-42.7.tar.xz 304736 BLAKE2B 
6b3eed3d93184c01a98307458ac1570ce97b46fea116d24ec54aa499aa45ce3245cb7982d8fda01d731ff0455b450c6513a86d52a6f7d7ee724726e476ddfd78
 SHA512 
dcbc5f54c2eb9eea29fea91e3c2c60ab3b6bf23effbe79df54dfc91834dda10fef144fb3abf6dc8a4651b5cc18bc666d4ab0574be793d31d199d1514e96c2a59
+DIST gnome-bluetooth-42.8.tar.xz 304908 BLAKE2B 
c487e0c278b316ecdcbdd39421389ce95024b06bf0e350d59dcac06d7a7e8b982da12b1088701e479d0b5c64b123899a5351a00c477208946bb1f44f3c8f30a6
 SHA512 
1c3d1db874b54ebae3cf59e526db8ff71131daea0c994abeefd95b51abf590bbba0baa8314ebbd1d3efe7973021327c7b8257163ed8f0567fe610b4e0c3dba88

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
new file mode 100644
index ..c09f8f7bf93a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.8.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   # Workaround test failures caused by flatpak being installed that adds 
to XDG_DATA_DIRS
+   gnome_environment_reset
+   export XDG_DATA_DIRS="${EPREFIX}"/usr/share
+
+   meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-11-24 Thread Pacho Ramos
commit: 643a346e328eb37724360d67188e1d2ffef63129
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Nov 16 23:21:02 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov 24 12:37:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643a346e

net-wireless/gnome-bluetooth: Version bump to 42.7

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33855
Signed-off-by: Pacho Ramos  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.7.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index f139a76b2d32..8ed0c18baef9 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B 
d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258
 SHA512 
4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450
+DIST gnome-bluetooth-42.7.tar.xz 304736 BLAKE2B 
6b3eed3d93184c01a98307458ac1570ce97b46fea116d24ec54aa499aa45ce3245cb7982d8fda01d731ff0455b450c6513a86d52a6f7d7ee724726e476ddfd78
 SHA512 
dcbc5f54c2eb9eea29fea91e3c2c60ab3b6bf23effbe79df54dfc91834dda10fef144fb3abf6dc8a4651b5cc18bc666d4ab0574be793d31d199d1514e96c2a59

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
new file mode 100644
index ..023a1ce96473
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/files/

2023-10-04 Thread Conrad Kostecki
commit: e2fd2ce78988962d53cca1bb81b21d5bff6ba624
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Oct  4 15:49:33 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct  4 21:44:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd2ce7

net-wireless/gnome-bluetooth: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33191
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../gnome-bluetooth/files/61-gnome-bluetooth.rules| 11 ---
 .../gnome-bluetooth-3.34.5-meson-0.61-build.patch | 19 ---
 2 files changed, 30 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules 
b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
deleted file mode 100644
index 506574082122..
--- a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
+++ /dev/null
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev >= 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
-ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", GROUP="plugdev", MODE="0664", TAG+="udev-acl"
-LABEL="gnome_bluetooth_end"

diff --git 
a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
 
b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
deleted file mode 100644
index 2e6c912b3d5d..
--- 
a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e
-https://bugs.gentoo.org/831430
-
-From: Bastien Nocera 
-Date: Fri, 7 Jan 2022 12:51:22 +0100
-Subject: [PATCH] build: Fix build for newer versions of meson
-
-sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
 a/sendto/meson.build
-+++ b/sendto/meson.build
-@@ -22,7 +22,6 @@ desktop_in = configure_file(
- )
- 
- i18n.merge_file (
--  desktop,
-   type: 'desktop',
-   input: desktop_in,
-   output: desktop,
-GitLab



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-09-05 Thread Matt Turner
commit: a78b62922cbeeb38f5fe9a26b386fbd6fc6a80a2
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep  5 19:07:36 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  5 20:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78b6292

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.5.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 46a224371a34..83e3de02cd62 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.5.tar.xz 304040 BLAKE2B 
a860ab3916e2064025a2310a874719e32f80e4f7953146222b62b0e3637cb221c72670191561e27891c1b87fbcf5571a69a56e9fef4c655e6495e4b72d704ace
 SHA512 
0606b1a6053bc03568a492b4f000154e9a12ef9e9f7222837ae26635c446a0dc14f92ed2ca7bb2a262c4d87f369c05f6e0e75593abc45f513785197319848967
 DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B 
d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258
 SHA512 
4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
deleted file mode 100644
index f3e59b67a713..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-08-15 Thread Matt Turner
commit: 35dc82fbe8355948c21cae6432ed6eabd350e19d
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue Aug 15 03:05:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug 15 14:39:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dc82fb

net-wireless/gnome-bluetooth: Version bump to 42.6

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32315
Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.6.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index ac5f0b430b15..46a224371a34 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.5.tar.xz 304040 BLAKE2B 
a860ab3916e2064025a2310a874719e32f80e4f7953146222b62b0e3637cb221c72670191561e27891c1b87fbcf5571a69a56e9fef4c655e6495e4b72d704ace
 SHA512 
0606b1a6053bc03568a492b4f000154e9a12ef9e9f7222837ae26635c446a0dc14f92ed2ca7bb2a262c4d87f369c05f6e0e75593abc45f513785197319848967
+DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B 
d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258
 SHA512 
4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild
new file mode 100644
index ..daa3d6f68d44
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-07-26 Thread WANG Xuerui
commit: 74907c7b05d07562d66d5ff02488c8bcf2ce1217
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 03:24:51 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 05:10:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74907c7b

net-wireless/gnome-bluetooth: keyword 42.5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
index f0f4b103f961..f3e59b67a713 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-02-20 Thread Matt Turner
commit: 39ad3f5c65644a4441038c9154c63fb0b31208a2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 20 17:01:50 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 20 17:32:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ad3f5c

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.4.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 31dab2d4715a..ac5f0b430b15 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa
 DIST gnome-bluetooth-42.5.tar.xz 304040 BLAKE2B 
a860ab3916e2064025a2310a874719e32f80e4f7953146222b62b0e3637cb221c72670191561e27891c1b87fbcf5571a69a56e9fef4c655e6495e4b72d704ace
 SHA512 
0606b1a6053bc03568a492b4f000154e9a12ef9e9f7222837ae26635c446a0dc14f92ed2ca7bb2a262c4d87f369c05f6e0e75593abc45f513785197319848967

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
deleted file mode 100644
index f0f4b103f961..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2023-02-17 Thread Arthur Zamarin
commit: 60c8ddd6603c25ccb0aa52158b71a6c718651942
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 08:22:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 08:22:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c8ddd6

net-wireless/gnome-bluetooth: Stabilize 42.5 x86, #893302

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
index e0e44eab5ca8..f0f4b103f961 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-12-13 Thread Matt Turner
commit: 8087ff4da37c998d2632a2b56e11329a2572cdb8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec 14 03:19:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec 14 03:19:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8087ff4d

net-wireless/gnome-bluetooth: Version bump to 42.5

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.5.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index c25ed276798d..31dab2d4715a 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa
+DIST gnome-bluetooth-42.5.tar.xz 304040 BLAKE2B 
a860ab3916e2064025a2310a874719e32f80e4f7953146222b62b0e3637cb221c72670191561e27891c1b87fbcf5571a69a56e9fef4c655e6495e4b72d704ace
 SHA512 
0606b1a6053bc03568a492b4f000154e9a12ef9e9f7222837ae26635c446a0dc14f92ed2ca7bb2a262c4d87f369c05f6e0e75593abc45f513785197319848967

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
new file mode 100644
index ..d291207e6a0e
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-12-03 Thread Matt Turner
commit: 88a6da3919d3e497a99c9494fbf6d1ca957f6acc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 02:42:49 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:42:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a6da39

net-wireless/gnome-bluetooth: Drop unused inherit

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 9c4601c54641..57095facb17c 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
+inherit gnome.org meson python-any-r1 udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-12-03 Thread Matt Turner
commit: 04ef4d16254d2d56ee7ad5cb4d6fdfc650b7f02a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:31:14 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ef4d16

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.3.ebuild| 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index d1be48a1ff5f..c25ed276798d 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.3.tar.xz 303604 BLAKE2B 
bf73d31d6fd40bafa22133caac6a612951fd2b09cc7b1501df5d0256e6d769553d01a951b7ff731cab96669a7935fe41c50e15c4b2ec97cd347abc79b9efbe75
 SHA512 
e07aa4edc6ebe4ea2690d4271be75ec84bf3d38fb6f9f87d6833ef0a3c3015bc063ff091755761f554ae18e40eb2dd98ae0ed77163016e671d63b944c553c310
 DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
deleted file mode 100644
index 75e875ce4ef2..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   # Check for python is unconditional
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-10-30 Thread Pacho Ramos
commit: 491ce3138b31779a6528e28d11e93ed54a2afe6c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct 30 13:07:23 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct 30 13:10:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ce313

net-wireless/gnome-bluetooth: Fix typo

Signed-off-by: Pacho Ramos  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
 net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
index d5d0bce0d592..75e875ce4ef2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
sendto? ( !net-wireless/gnome-bluetooth:2 )
 "
 BDEPEND="
-   ${PYHTHON_DEPS}
+   ${PYTHON_DEPS}
dev-libs/libxml2:2
dev-util/gdbus-codegen
dev-util/glib-utils

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
index 4391f246cfae..d291207e6a0e 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
@@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
sendto? ( !net-wireless/gnome-bluetooth:2 )
 "
 BDEPEND="
-   ${PYHTHON_DEPS}
+   ${PYTHON_DEPS}
dev-libs/libxml2:2
dev-util/gdbus-codegen
dev-util/glib-utils



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-10-29 Thread Matt Turner
commit: 7990768d7e99adfc9af759b79430fd9a1ff8b72b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 17:34:54 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 17:44:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7990768d

net-wireless/gnome-bluetooth: Add Python 3.11 compatibility

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 4555d8401f4d..9c4601c54641 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-10-15 Thread Sam James
commit: 6df985dab4cc40ea3f2e8016b5aedea8f8dcddd9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 14:59:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 15 14:59:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df985da

net-wireless/gnome-bluetooth: fix PythonAnyMismatchedDepHasVersionCheck

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
 net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
index 23be7d79cc01..d5d0bce0d592 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -47,7 +47,7 @@ BDEPEND="
 
 python_check_deps() {
if use test; then
-   python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
fi
 }

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
index 10052388292a..4391f246cfae 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
@@ -47,7 +47,7 @@ BDEPEND="
 
 python_check_deps() {
if use test; then
-   python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
fi
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-10-15 Thread Sam James
commit: 3c3428133a381e82b3016701ecea633fa2f72cb4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 15:00:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 15 15:00:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c342813

net-wireless/gnome-bluetooth: fix PythonHasVersionUsage

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index a74636e59115..4555d8401f4d 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -47,8 +47,8 @@ PATCHES=(
 
 python_check_deps() {
if use test; then
-   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
-   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   python_has_version -b 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   python_has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-10-14 Thread Matt Turner
commit: fb931f0953cdd01ad2d81150e1bbb9125b94e37d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 14 04:44:04 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 14 14:29:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb931f09

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.2.ebuild| 69 --
 2 files changed, 70 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 253df0f88ff2..d1be48a1ff5f 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.2.tar.xz 302248 BLAKE2B 
7ba16f86dd05bd4db2b02767f7a02b0f8c8154f28834795eba1dd3e45493b7cf26e0417fabe44dedb363abd94b62a40b1e2ab97c32e9ff9e0881b863a1954112
 SHA512 
79c1846eb084fa8a80b070e2c5731040d23bc9c4cdd2c6f36d4acba9b9eb5cb828a61540b82e3bb993befa8fde1704f089d539c82291f1a6a16444182dd97f73
 DIST gnome-bluetooth-42.3.tar.xz 303604 BLAKE2B 
bf73d31d6fd40bafa22133caac6a612951fd2b09cc7b1501df5d0256e6d769553d01a951b7ff731cab96669a7935fe41c50e15c4b2ec97cd347abc79b9efbe75
 SHA512 
e07aa4edc6ebe4ea2690d4271be75ec84bf3d38fb6f9f87d6833ef0a3c3015bc063ff091755761f554ae18e40eb2dd98ae0ed77163016e671d63b944c553c310
 DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
deleted file mode 100644
index a4511e0b22ae..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev:=
-   >=sys-power/upower-0.99.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
-   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-09-12 Thread Sam James
commit: 2b4c8b902515c6301ef7e5646b36f59411851020
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 16:01:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 16:01:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4c8b90

net-wireless/gnome-bluetooth: Stabilize 42.3 x86, #868606

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
index e65f96ef5ae9..405b93e62d1f 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-09-12 Thread Sam James
commit: 75f0713be043bf7a62f2f8d86245e419986a978f
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 15:59:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 15:59:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f0713b

net-wireless/gnome-bluetooth: Stabilize 42.3 amd64, #868606

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
index 10052388292a..e65f96ef5ae9 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-09-05 Thread Matt Turner
commit: 1adec05c7b645ce003351539b7c71db2945c3460
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep  5 21:42:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep  5 21:44:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adec05c

net-wireless/gnome-bluetooth: Version bump to 42.4

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.4.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 37f414c1553a..253df0f88ff2 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.2.tar.xz 302248 BLAKE2B 
7ba16f86dd05bd4db2b02767f7a02b0f8c8154f28834795eba1dd3e45493b7cf26e0417fabe44dedb363abd94b62a40b1e2ab97c32e9ff9e0881b863a1954112
 SHA512 
79c1846eb084fa8a80b070e2c5731040d23bc9c4cdd2c6f36d4acba9b9eb5cb828a61540b82e3bb993befa8fde1704f089d539c82291f1a6a16444182dd97f73
 DIST gnome-bluetooth-42.3.tar.xz 303604 BLAKE2B 
bf73d31d6fd40bafa22133caac6a612951fd2b09cc7b1501df5d0256e6d769553d01a951b7ff731cab96669a7935fe41c50e15c4b2ec97cd347abc79b9efbe75
 SHA512 
e07aa4edc6ebe4ea2690d4271be75ec84bf3d38fb6f9f87d6833ef0a3c3015bc063ff091755761f554ae18e40eb2dd98ae0ed77163016e671d63b944c553c310
+DIST gnome-bluetooth-42.4.tar.xz 304048 BLAKE2B 
7451c893496f04e38d36ba93aa7c9650144c020bf1ce156e11fbf62a3a2d5ee637ebdea2b397ee2affb96da8568a6f7456c5fb181a9c752b5deb7e14371f9e84
 SHA512 
5dab59e6ba3e291cb7630b6bc2da3a776ad044565ace3b9fcc30c357f2740f4ba73fca23a099b1717f8d181a3af67b33c0934a35cd680a149c2168e2380410aa

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
new file mode 100644
index ..10052388292a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYHTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-08-24 Thread Matt Turner
commit: 5c3134a02b10314f2ae352d12135351e73a11c19
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 24 14:25:33 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 24 14:35:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3134a0

net-wireless/gnome-bluetooth: Version bump to 42.3

Closes: https://bugs.gentoo.org/846662
Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.3.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 3fa67cbaa3d1..37f414c1553a 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.2.tar.xz 302248 BLAKE2B 
7ba16f86dd05bd4db2b02767f7a02b0f8c8154f28834795eba1dd3e45493b7cf26e0417fabe44dedb363abd94b62a40b1e2ab97c32e9ff9e0881b863a1954112
 SHA512 
79c1846eb084fa8a80b070e2c5731040d23bc9c4cdd2c6f36d4acba9b9eb5cb828a61540b82e3bb993befa8fde1704f089d539c82291f1a6a16444182dd97f73
+DIST gnome-bluetooth-42.3.tar.xz 303604 BLAKE2B 
bf73d31d6fd40bafa22133caac6a612951fd2b09cc7b1501df5d0256e6d769553d01a951b7ff731cab96669a7935fe41c50e15c4b2ec97cd347abc79b9efbe75
 SHA512 
e07aa4edc6ebe4ea2690d4271be75ec84bf3d38fb6f9f87d6833ef0a3c3015bc063ff091755761f554ae18e40eb2dd98ae0ed77163016e671d63b944c553c310

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
new file mode 100644
index ..10052388292a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   ${PYHTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   # Check for python is unconditional
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-07-28 Thread Sam James
commit: 59c49141f4e20eebd7b5aabc51360920fbb8a587
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 02:58:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 29 02:58:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c49141

net-wireless/gnome-bluetooth: Stabilize 42.2 arm64, #861029

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
index f114ecd7188f..0e2c4a3d2bf1 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-07-20 Thread Matt Turner
commit: 10bc3b030c14088075e1f5e4291355d814f2184d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 21 01:38:12 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul 21 01:58:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bc3b03

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 74bd24270c35..d5683fa9c9fe 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
-DIST gnome-bluetooth-42.0.tar.xz 302440 BLAKE2B 
f7e02efe04b1dddee365b9c316368d92428099d6d1191d9c785018bc4bebc19942e7216bd7e6e824cd132a53b6750b1f41393d270e99718312c96da7f6a4ad5b
 SHA512 
769bd9300fa1d830240e84257230425fe7f2e871cbd6c8fa6416514487a26326601a21c16075a66cf886850bab17f5c8e2235463f3695ea194c9230d6e50337c
 DIST gnome-bluetooth-42.1.tar.xz 302148 BLAKE2B 
480456f3944ffdc4a6a10b099f4e2ec04b8e0c916dbe1e595733e45b0b781fa22852646d1e6def69cc86efa66020fa2d845027d6f7e2f137c10478cfd9b6af5a
 SHA512 
05fc7076e707c447cd786fbaf8536c754b00972c450f8743dcd79f73f747e16eb0c9321dafc1deeef8d2bdcbfcbcbbf15156543d7b3bc696cb34d57ce5bb24fb
 DIST gnome-bluetooth-42.2.tar.xz 302248 BLAKE2B 
7ba16f86dd05bd4db2b02767f7a02b0f8c8154f28834795eba1dd3e45493b7cf26e0417fabe44dedb363abd94b62a40b1e2ab97c32e9ff9e0881b863a1954112
 SHA512 
79c1846eb084fa8a80b070e2c5731040d23bc9c4cdd2c6f36d4acba9b9eb5cb828a61540b82e3bb993befa8fde1704f089d539c82291f1a6a16444182dd97f73

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
deleted file mode 100644
index 16063fda9f67..
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-inherit gnome.org meson python-any-r1 xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection sendto test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4:4[introspection?]
-   media-libs/gsound
-   >=gui-libs/libadwaita-1.1:1
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   >=sys-power/upower-0.99.14
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-   sendto? ( !net-wireless/gnome-bluetooth:2 )
-"
-BDEPEND="
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-   test? (
-   $(python_gen_any_dep '
-   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   ')
-   )
-"
-
-python_check_deps() {
-   if use test; then
-   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
-   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
-   fi
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use sendto)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-07-18 Thread Sam James
commit: 74e849488fa16430154915d14fcfd9c67f83382a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 23:41:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 23:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e84948

net-wireless/gnome-bluetooth: Stabilize 42.1 arm64, #853958

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild
index ccb2d099a00d..ad5d15fb2397 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-07-07 Thread Matt Turner
commit: 449e0708cc0090e5bd8a65a938c170c09978592d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  7 18:04:09 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  7 18:06:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449e0708

net-wireless/gnome-bluetooth: Version bump to 42.2

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.2.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 650ab870c1af..74bd24270c35 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.0.tar.xz 302440 BLAKE2B 
f7e02efe04b1dddee365b9c316368d92428099d6d1191d9c785018bc4bebc19942e7216bd7e6e824cd132a53b6750b1f41393d270e99718312c96da7f6a4ad5b
 SHA512 
769bd9300fa1d830240e84257230425fe7f2e871cbd6c8fa6416514487a26326601a21c16075a66cf886850bab17f5c8e2235463f3695ea194c9230d6e50337c
 DIST gnome-bluetooth-42.1.tar.xz 302148 BLAKE2B 
480456f3944ffdc4a6a10b099f4e2ec04b8e0c916dbe1e595733e45b0b781fa22852646d1e6def69cc86efa66020fa2d845027d6f7e2f137c10478cfd9b6af5a
 SHA512 
05fc7076e707c447cd786fbaf8536c754b00972c450f8743dcd79f73f747e16eb0c9321dafc1deeef8d2bdcbfcbcbbf15156543d7b3bc696cb34d57ce5bb24fb
+DIST gnome-bluetooth-42.2.tar.xz 302248 BLAKE2B 
7ba16f86dd05bd4db2b02767f7a02b0f8c8154f28834795eba1dd3e45493b7cf26e0417fabe44dedb363abd94b62a40b1e2ab97c32e9ff9e0881b863a1954112
 SHA512 
79c1846eb084fa8a80b070e2c5731040d23bc9c4cdd2c6f36d4acba9b9eb5cb828a61540b82e3bb993befa8fde1704f089d539c82291f1a6a16444182dd97f73

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
new file mode 100644
index ..f114ecd7188f
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev:=
+   >=sys-power/upower-0.99.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-06-17 Thread Matt Turner
commit: f5c274dd0e19ab26b1088913a8e38e2c87b5c136
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 17 17:39:55 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 17 17:44:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c274dd

net-wireless/gnome-bluetooth: Call udev_reload

Closes: https://bugs.gentoo.org/851153
Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 5c69d585ef1a..a74636e59115 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -78,3 +78,7 @@ pkg_postinst() {
elog "if you want to be able to control bluetooth transmitter."
fi
 }
+
+pkg_postrm() {
+   udev_reload
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-06-10 Thread Matt Turner
commit: dc7c36f403d81a9b7199c85a96746d068796f342
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 10 12:44:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 10 13:28:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7c36f4

net-wireless/gnome-bluetooth: Version bump to 42.1

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.1.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index f53082d2d5a5..650ab870c1af 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
 DIST gnome-bluetooth-42.0.tar.xz 302440 BLAKE2B 
f7e02efe04b1dddee365b9c316368d92428099d6d1191d9c785018bc4bebc19942e7216bd7e6e824cd132a53b6750b1f41393d270e99718312c96da7f6a4ad5b
 SHA512 
769bd9300fa1d830240e84257230425fe7f2e871cbd6c8fa6416514487a26326601a21c16075a66cf886850bab17f5c8e2235463f3695ea194c9230d6e50337c
+DIST gnome-bluetooth-42.1.tar.xz 302148 BLAKE2B 
480456f3944ffdc4a6a10b099f4e2ec04b8e0c916dbe1e595733e45b0b781fa22852646d1e6def69cc86efa66020fa2d845027d6f7e2f137c10478cfd9b6af5a
 SHA512 
05fc7076e707c447cd786fbaf8536c754b00972c450f8743dcd79f73f747e16eb0c9321dafc1deeef8d2bdcbfcbcbbf15156543d7b3bc696cb34d57ce5bb24fb

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild
new file mode 100644
index ..5e6406f5bbce
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org meson python-any-r1 xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
+IUSE="gtk-doc +introspection sendto test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   >=sys-power/upower-0.99.14
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use sendto)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-05-20 Thread Pacho Ramos
commit: dd31b7d3282785f5c617e194549cb2fb5100f4f3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri May 20 19:02:38 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri May 20 19:09:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd31b7d3

net-wireless/gnome-bluetooth: enable py3.10 and disable py3.7

And call udev_reload

Closes: https://bugs.gentoo.org/846188
Closes: https://bugs.gentoo.org/846572
Signed-off-by: Pacho Ramos  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index e6e7a267cbfa..5c69d585ef1a 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
@@ -71,6 +71,7 @@ src_install() {
 }
 
 pkg_postinst() {
+   udev_reload
xdg_pkg_postinst
if ! has_version 'sys-apps/systemd[acl]' ; then
elog "Don't forget to add yourself to the plugdev group "



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-05-07 Thread Arthur Zamarin
commit: 7e75d1cea6cf8725f8bd76a9aafbc77b9582ae19
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  7 18:28:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  7 18:28:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e75d1ce

net-wireless/gnome-bluetooth: Keyword 42.0-r2 ppc, #838709

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
index 7b73eda902ca..553891df97b2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-03-20 Thread Matt Turner
commit: 0198dd66895d051654c0935e3dd484bd06b9890a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 21 00:25:20 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 21 00:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0198dd66

net-wireless/gnome-bluetooth: Resolve file conflicts

The udev rules are included in systemd-250. See
https://github.com/systemd/systemd/pull/21605

Signed-off-by: Matt Turner  gentoo.org>

 ...oth-42.0-r1.ebuild => gnome-bluetooth-42.0-r2.ebuild} | 16 
 net-wireless/gnome-bluetooth/metadata.xml|  3 +++
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
similarity index 80%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
index cdca419d67c0..7b73eda902ca 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r2.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{8..10} )
-inherit gnome.org meson python-any-r1 udev xdg
+inherit gnome.org meson python-any-r1 xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
-IUSE="gtk-doc +introspection test"
+IUSE="gtk-doc +introspection sendto test"
 RESTRICT="!test? ( test )"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
@@ -28,6 +28,7 @@ RDEPEND="${DEPEND}
acct-group/plugdev
virtual/udev
>=net-wireless/bluez-5
+   sendto? ( !net-wireless/gnome-bluetooth:2 )
 "
 BDEPEND="
dev-libs/libxml2:2
@@ -56,22 +57,13 @@ pkg_setup() {
 
 src_configure() {
local emesonargs=(
-   -Dsendto=true
+   $(meson_use sendto)
$(meson_use gtk-doc gtk_doc)
$(meson_use introspection)
)
meson_src_configure
 }
 
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
 pkg_postinst() {
xdg_pkg_postinst
-   if ! has_version 'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
 }

diff --git a/net-wireless/gnome-bluetooth/metadata.xml 
b/net-wireless/gnome-bluetooth/metadata.xml
index 7b343b06be8a..11abdacb27d2 100644
--- a/net-wireless/gnome-bluetooth/metadata.xml
+++ b/net-wireless/gnome-bluetooth/metadata.xml
@@ -5,4 +5,7 @@
gn...@gentoo.org
Gentoo GNOME Desktop
 
+
+   Build the bluetooth-sendto application to send 
files to various locations/devices
+
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-03-20 Thread Matt Turner
commit: da560da8d3ed2f7b1be0772a85917c54b43f4c05
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 20 22:42:26 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 20 22:45:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da560da8

net-wireless/gnome-bluetooth: Move to SLOT=3

Bug: https://bugs.gentoo.org/835698
Signed-off-by: Matt Turner  gentoo.org>

 .../{gnome-bluetooth-42.0.ebuild => gnome-bluetooth-42.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild
similarity index 96%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild
index b636fe4e0a00..cdca419d67c0 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Bluetooth graphical utilities integrated with 
GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
+SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2022-03-20 Thread Matt Turner
commit: be2d4acfc36b17e877ce7aea732d1186ea1c6ed9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 20 17:55:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 20 19:54:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2d4acf

net-wireless/gnome-bluetooth: Version bump to 42.0

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-42.0.ebuild| 77 ++
 2 files changed, 78 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index b80dfc7b5403..f53082d2d5a5 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5
+DIST gnome-bluetooth-42.0.tar.xz 302440 BLAKE2B 
f7e02efe04b1dddee365b9c316368d92428099d6d1191d9c785018bc4bebc19942e7216bd7e6e824cd132a53b6750b1f41393d270e99718312c96da7f6a4ad5b
 SHA512 
769bd9300fa1d830240e84257230425fe7f2e871cbd6c8fa6416514487a26326601a21c16075a66cf886850bab17f5c8e2235463f3695ea194c9230d6e50337c

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild
new file mode 100644
index ..b636fe4e0a00
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+inherit gnome.org meson python-any-r1 udev xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=gui-libs/gtk-4.4:4[introspection?]
+   media-libs/gsound
+   >=gui-libs/libadwaita-1.1:1
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   >=sys-power/upower-0.99.14
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   >=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+python_check_deps() {
+   if use test; then
+   has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dsendto=true
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! has_version 'sys-apps/systemd[acl]' ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/, net-wireless/gnome-bluetooth/files/

2022-01-18 Thread Sam James
commit: 9df05022406405f6a9bae202e012de503d416757
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 18 22:46:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 18 22:51:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df05022

net-wireless/gnome-bluetooth: fix build with meson 0.61

Closes: https://bugs.gentoo.org/831430
Signed-off-by: Sam James  gentoo.org>

 .../gnome-bluetooth-3.34.5-meson-0.61-build.patch | 19 +++
 .../gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild |  6 +-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git 
a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
 
b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
new file mode 100644
index ..2e6c912b3d5d
--- /dev/null
+++ 
b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-3.34.5-meson-0.61-build.patch
@@ -0,0 +1,19 @@
+https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e
+https://bugs.gentoo.org/831430
+
+From: Bastien Nocera 
+Date: Fri, 7 Jan 2022 12:51:22 +0100
+Subject: [PATCH] build: Fix build for newer versions of meson
+
+sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
+--- a/sendto/meson.build
 b/sendto/meson.build
+@@ -22,7 +22,6 @@ desktop_in = configure_file(
+ )
+ 
+ i18n.merge_file (
+-  desktop,
+   type: 'desktop',
+   input: desktop_in,
+   output: desktop,
+GitLab

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index a1ab5dbfcbec..e6e7a267cbfa 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,6 +41,10 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-meson-0.61-build.patch
+)
+
 python_check_deps() {
if use test; then
has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-08-27 Thread Yixun Lan
commit: 79c4c9109fd580189f2bc6e0149334fc39284404
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Aug 27 08:47:41 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Aug 27 15:18:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c4c910

net-wireless/gnome-bluetooth: keyword ~riscv

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

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index f30aa94cb95..a1ab5dbfcbe 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-05-30 Thread Matt Turner
commit: 109b88dee94b25122d4f325b494e64be5bb788d5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 30 23:59:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 31 01:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109b88de

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index eb2dbec7d76..b80dfc7b540 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.34.3.tar.xz 353032 BLAKE2B 
fbf75328780d54307ebf6f8d9d58080060d05b3d76665e3c09f3d2bbc033dbda87a7d4eb43d8fe751955f8240febc13d0446cab1bac085c4a73e9c4e9ff25033
 SHA512 
a20985576fbc0594a198c8f58e6098db24c73454a9dfc0f5f47581a1bfc0a72e3f0d2592f4a01593c5ed132e4924d934d4d65fd501d274f3b032e1e548794272
 DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
deleted file mode 100644
index c110c74dd13..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-
-DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-BDEPEND="
-   >=dev-util/meson-0.49.0
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-04-17 Thread Matt Turner
commit: 99a4a4f0466ffa6a2c8af0f568b70ab7f1d07f1f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr 17 22:43:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 17 22:48:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a4a4f0

net-wireless/gnome-bluetooth: Add missing test dependencies

Closes: https://bugs.gentoo.org/783081
Signed-off-by: Matt Turner  gentoo.org>

 .../gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild  | 23 --
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index 04b83b0833a..645a2ed658b 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -2,14 +2,16 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit gnome.org gnome2-utils meson udev xdg
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
@@ -31,8 +33,25 @@ BDEPEND="
dev-util/glib-utils
gtk-doc? ( >=dev-util/gtk-doc-1.9 )
virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep '
+   dev-python/dbusmock[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   ')
+   )
 "
 
+python_check_deps() {
+   if use test; then
+   has_version -b "dev-python/dbusmock[${PYTHON_USEDEP}]" && \
+   has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
+   fi
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
 src_configure() {
local emesonargs=(
-Dicon_update=false



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-04-15 Thread Matt Turner
commit: 4ef11d009cb731a7d6968ef41b3967418ce58087
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 16 01:17:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 16 01:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef11d00

net-wireless/gnome-bluetooth: Version bump to 3.34.5

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 3b89858d7a4..eb2dbec7d76 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.34.3.tar.xz 353032 BLAKE2B 
fbf75328780d54307ebf6f8d9d58080060d05b3d76665e3c09f3d2bbc033dbda87a7d4eb43d8fe751955f8240febc13d0446cab1bac085c4a73e9c4e9ff25033
 SHA512 
a20985576fbc0594a198c8f58e6098db24c73454a9dfc0f5f47581a1bfc0a72e3f0d2592f4a01593c5ed132e4924d934d4d65fd501d274f3b032e1e548794272
+DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 
40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e
 SHA512 
48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
new file mode 100644
index 000..04b83b0833a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson udev xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicon_update=false
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! has_version 'sys-apps/systemd[acl]' ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-04-13 Thread Matt Turner
commit: 91e01ee6eee0ec9a11285a5d73992a0208bf9455
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 13 15:53:26 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 13 16:12:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e01ee6

net-wireless/gnome-bluetooth: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index f2b6acd8bcc..3b89858d7a4 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.34.1.tar.xz 354568 BLAKE2B 
53e0f4d172e12ba1fec8dae476929fadaab2fd0a8e8ac063debbe516f925a3bb04c912fc2e143baf00c7bbdd4f2bd31bd64e674c1851e4ec544ab9c058a5
 SHA512 
3e0080bbeeddc144fdcf6b4f0d59b0885fd5881aee670d2e5dffd4ede9b0f988358ad0e815ba86add8b7fd5e93e1f8fc7bfacd10b8d69606aa569fd67356be08
 DIST gnome-bluetooth-3.34.3.tar.xz 353032 BLAKE2B 
fbf75328780d54307ebf6f8d9d58080060d05b3d76665e3c09f3d2bbc033dbda87a7d4eb43d8fe751955f8240febc13d0446cab1bac085c4a73e9c4e9ff25033
 SHA512 
a20985576fbc0594a198c8f58e6098db24c73454a9dfc0f5f47581a1bfc0a72e3f0d2592f4a01593c5ed132e4924d934d4d65fd501d274f3b032e1e548794272

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
deleted file mode 100644
index e74ac095196..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-
-DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-BDEPEND="
-   >=dev-util/meson-0.49.0
-   !net-wireless/bluez-gnome
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-04-12 Thread Sam James
commit: 11ce26e5862caf6f794f9ddb87224066afd01eb3
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:10:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:10:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ce26e5

net-wireless/gnome-bluetooth: Stabilize 3.34.3 arm64, #774927

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
index 6d0bcb9a2e1..c110c74dd13 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-04-01 Thread Thomas Deutschmann
commit: b33b2bfbb4939f129dac3d7d800e5beb2d19198d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  1 16:34:37 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  1 16:43:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33b2bfb

net-wireless/gnome-bluetooth: x86 stable (bug #774927)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
index 7c54fde9613..6d0bcb9a2e1 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2021-03-12 Thread Mikle Kolyada
commit: 04ceddb2fe57a73f2834663e0e171f6a713590c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 12 07:59:52 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 12 08:01:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ceddb2

net-wireless/gnome-bluetooth: Stabilize 3.34.3 amd64, #774927

Signed-off-by: Mikle Kolyada  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
index 29311e2afa0..7c54fde9613 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-11-10 Thread Matt Turner
commit: ff00257a1a779d850ca017a550bf490cba1b6546
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 11 04:28:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 11 04:29:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff00257a

net-wireless/gnome-bluetooth: Version bump to 3.34.3

Signed-off-by: Matt Turner  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 38fdbd9259e..f2b6acd8bcc 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.34.1.tar.xz 354568 BLAKE2B 
53e0f4d172e12ba1fec8dae476929fadaab2fd0a8e8ac063debbe516f925a3bb04c912fc2e143baf00c7bbdd4f2bd31bd64e674c1851e4ec544ab9c058a5
 SHA512 
3e0080bbeeddc144fdcf6b4f0d59b0885fd5881aee670d2e5dffd4ede9b0f988358ad0e815ba86add8b7fd5e93e1f8fc7bfacd10b8d69606aa569fd67356be08
+DIST gnome-bluetooth-3.34.3.tar.xz 353032 BLAKE2B 
fbf75328780d54307ebf6f8d9d58080060d05b3d76665e3c09f3d2bbc033dbda87a7d4eb43d8fe751955f8240febc13d0446cab1bac085c4a73e9c4e9ff25033
 SHA512 
a20985576fbc0594a198c8f58e6098db24c73454a9dfc0f5f47581a1bfc0a72e3f0d2592f4a01593c5ed132e4924d934d4d65fd501d274f3b032e1e548794272

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
new file mode 100644
index 000..29311e2afa0
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson udev xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.38:2
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+BDEPEND="
+   >=dev-util/meson-0.49.0
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicon_update=false
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-04-25 Thread Mart Raudsepp
commit: 85947f2039f71e8c7b47d8435aee9b4927ad26c8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:09:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85947f20

net-wireless/gnome-bluetooth: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 11d47122af4..38fdbd9259e 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e
 DIST gnome-bluetooth-3.34.1.tar.xz 354568 BLAKE2B 
53e0f4d172e12ba1fec8dae476929fadaab2fd0a8e8ac063debbe516f925a3bb04c912fc2e143baf00c7bbdd4f2bd31bd64e674c1851e4ec544ab9c058a5
 SHA512 
3e0080bbeeddc144fdcf6b4f0d59b0885fd5881aee670d2e5dffd4ede9b0f988358ad0e815ba86add8b7fd5e93e1f8fc7bfacd10b8d69606aa569fd67356be08

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
deleted file mode 100644
index fddec0bd315..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-BDEPEND="
-   >=dev-util/meson-0.49.0
-   !net-wireless/bluez-gnome
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-04-20 Thread Agostino Sarubbo
commit: f9591c4656baaf55ac58e9e6a2bb46758aa241b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9591c46

net-wireless/gnome-bluetooth: x86 stable wrt bug #717144

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
index ef4eeba2b97..10c2bd29973 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-04-20 Thread Agostino Sarubbo
commit: 59d50eb1206246add141669468a42516ee2de2cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 17:01:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 17:01:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d50eb1

net-wireless/gnome-bluetooth: amd64 stable wrt bug #717144

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
index af4accb2f52..ef4eeba2b97 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-03-15 Thread Mart Raudsepp
commit: 696a0dbf78a138c866dbed69a620342f46bbf879
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 15 07:17:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 15 11:39:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696a0dbf

net-wireless/gnome-bluetooth: bump to 3.34.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 5a42c079169..11d47122af4 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e
+DIST gnome-bluetooth-3.34.1.tar.xz 354568 BLAKE2B 
53e0f4d172e12ba1fec8dae476929fadaab2fd0a8e8ac063debbe516f925a3bb04c912fc2e143baf00c7bbdd4f2bd31bd64e674c1851e4ec544ab9c058a5
 SHA512 
3e0080bbeeddc144fdcf6b4f0d59b0885fd5881aee670d2e5dffd4ede9b0f988358ad0e815ba86add8b7fd5e93e1f8fc7bfacd10b8d69606aa569fd67356be08

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
new file mode 100644
index 000..af4accb2f52
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson udev xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.38:2
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+BDEPEND="
+   >=dev-util/meson-0.49.0
+   !net-wireless/bluez-gnome
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicon_update=false
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-12-23 Thread Mart Raudsepp
commit: 676a3370105b75695715d66718f1df670e747197
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:14:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676a3370

net-wireless/gnome-bluetooth: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 4294fc0983a..5a42c079169 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 
24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1
 SHA512 
03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e
 DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
deleted file mode 100644
index 67dc1ab5ae0..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   >=dev-libs/glib-2.38:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-   !net-wireless/bluez-gnome
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-12-08 Thread Mikle Kolyada
commit: fd0d1a9754e60f9f0479bf7dcd99fc5651bdd36d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:51:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:51:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0d1a97

net-wireless/gnome-bluetooth: x86 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
index 42a203a8c52..fddec0bd315 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-12-08 Thread Mikle Kolyada
commit: ffa72391739e1b42c91bd02d30831814182b2071
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa72391

net-wireless/gnome-bluetooth: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
index 0eb1a3234d3..42a203a8c52 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-09-23 Thread Mart Raudsepp
commit: 3c2339f5d9fada920e5e208a12f0fd613ee493b8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 23 10:26:21 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 23 10:26:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2339f5

net-wireless/gnome-bluetooth: bump to 3.34.0

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild  | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index c1827ae2fea..4294fc0983a 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 
24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1
 SHA512 
03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e
+DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
new file mode 100644
index 000..0eb1a3234d3
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson udev xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.38:2
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/plugdev
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+BDEPEND="
+   >=dev-util/meson-0.49.0
+   !net-wireless/bluez-gnome
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicon_update=false
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-09-13 Thread Michał Górny
commit: 2f4aaae16bdd294ba60722447cab223036f53ec7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 13 12:16:13 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 13 12:42:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4aaae1

net-wireless/gnome-bluetooth: Use acct-group/plugdev

Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
index 9cbfd6f8efd..67dc1ab5ae0 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome.org gnome2-utils meson udev user xdg
+inherit gnome.org gnome2-utils meson udev xdg
 
 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
@@ -21,6 +21,7 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
 "
 RDEPEND="${COMMON_DEPEND}
+   acct-group/plugdev
virtual/udev
>=net-wireless/bluez-5
 "
@@ -33,10 +34,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
 "
 
-pkg_setup() {
-   enewgroup plugdev
-}
-
 src_configure() {
local emesonargs=(
-Dicon_update=false
@@ -53,7 +50,7 @@ src_install() {
 
 pkg_postinst() {
xdg_pkg_postinst
-   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
+   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
elog "Don't forget to add yourself to the plugdev group "
elog "if you want to be able to control bluetooth transmitter."
fi



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-04-20 Thread Mart Raudsepp
commit: 35e4cf8873a9bed82f142388c5a993d1a4efd40d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 19 10:39:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 19 10:39:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e4cf88

net-wireless/gnome-bluetooth: security cleanup

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild  | 73 --
 2 files changed, 74 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index fa6ba8bc1a5..c1827ae2fea 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.20.1.tar.xz 615880 BLAKE2B 
4b578bc7d1bf1d700f57117202e5f6461e1ace972f6922425a012eb1bcf96c7e511222a1dbd344469e0db96142d4da99face54e07d7359e28e20234d7766a70c
 SHA512 
945dde99c6531e369702dea22e60f5b05759d751b16b091fc67c256e949cee8153f60ac7ad616c086366a0141b263b068fad28bab4b50b84356d59b4e464d88a
 DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 
24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1
 SHA512 
03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
deleted file mode 100644
index 6777d42e513..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 udev user
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="debug +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   x11-libs/libnotify
-   virtual/udev
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-   !net-wireless/bluez-gnome
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.40.0
-   virtual/libudev
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs:
-#  gnome-base/gnome-common
-
-pkg_setup() {
-   enewgroup plugdev
-}
-
-src_prepare() {
-   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
-   rm -v lib/bluetooth-client-glue.{c,h} || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   --enable-documentation \
-   --disable-desktop-update \
-   --disable-icon-update \
-   --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-04-18 Thread Thomas Deutschmann
commit: 335950804307aa4e8bcbdfbe22d240145b90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 18 20:15:47 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 18 20:29:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3359508e

net-wireless/gnome-bluetooth: x86 stable (bug #683232)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
index 1bffc8c5dfe..9cbfd6f8efd 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.12:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-04-14 Thread Agostino Sarubbo
commit: 385934b922a0c53a74385689b474f524c2b0d298
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 14 10:23:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 14 10:23:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385934b9

net-wireless/gnome-bluetooth: amd64 stable wrt bug #683232

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
index 4b51a84407d..1bffc8c5dfe 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
>=x11-libs/gtk+-3.12:3[introspection?]



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2019-04-13 Thread Mart Raudsepp
commit: eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 13 09:46:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 13 09:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb774cd6

net-wireless/gnome-bluetooth: avoid double icon cache update

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
index 3d98bbae7f4..4b51a84407d 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -53,14 +53,8 @@ src_install() {
 
 pkg_postinst() {
xdg_pkg_postinst
-   gnome2_icon_cache_update
if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
elog "Don't forget to add yourself to the plugdev group "
elog "if you want to be able to control bluetooth transmitter."
fi
 }
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2018-12-06 Thread Mart Raudsepp
commit: 2c672c1a3e20bf4adfe741119ed43a4517ebe527
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec  6 20:50:54 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec  6 20:51:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c672c1a

net-wireless/gnome-bluetooth: bump to 3.28.2

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild  | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 08a04212628..fa6ba8bc1a5 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.20.1.tar.xz 615880 BLAKE2B 
4b578bc7d1bf1d700f57117202e5f6461e1ace972f6922425a012eb1bcf96c7e511222a1dbd344469e0db96142d4da99face54e07d7359e28e20234d7766a70c
 SHA512 
945dde99c6531e369702dea22e60f5b05759d751b16b091fc67c256e949cee8153f60ac7ad616c086366a0141b263b068fad28bab4b50b84356d59b4e464d88a
+DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 
24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1
 SHA512 
03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
new file mode 100644
index 000..3d98bbae7f4
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson udev user xdg
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="gtk-doc +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/libnotify-0.7.0
+   virtual/libudev
+   >=dev-libs/glib-2.38:2
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   virtual/udev
+   >=net-wireless/bluez-5
+"
+DEPEND="${COMMON_DEPEND}
+   !net-wireless/bluez-gnome
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   enewgroup plugdev
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dicon_update=false
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2018-11-02 Thread Mart Raudsepp
commit: 53115835a825c877afba1cccb4b875c2ac67814e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 13:45:46 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 22:52:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53115835

net-wireless/gnome-bluetooth: drop unnecessary itstool dep

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index 1f31fa64e6c..6777d42e513 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -31,7 +31,6 @@ DEPEND="${COMMON_DEPEND}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.40.0
-   dev-util/itstool
virtual/libudev
virtual/pkgconfig
x11-base/xorg-proto



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2018-11-02 Thread Mart Raudsepp
commit: eaf1dc8d04829e9e9b7e969fa54c399758b8e2ef
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  2 13:37:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  2 22:52:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf1dc8d

net-wireless/gnome-bluetooth: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/668384
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index e3aadafacfd..1f31fa64e6c 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,6 +28,7 @@ DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-libs/libxml2:2
dev-util/gdbus-codegen
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.40.0
dev-util/itstool



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2018-05-11 Thread Matt Turner
commit: f3bc47244a7cfe8da83efe08667db310b2938e7d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:45:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bc4724

net-wireless/gnome-bluetooth: Update dependencies (x11-proto/* -> 
x11-base/xorg-proto).

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index 990e91c2b0f..e3aadafacfd 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/libudev
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 # eautoreconf needs:
 #  gnome-base/gnome-common



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2017-07-25 Thread Alexis Ballier
commit: a2788a049627d9996881e08df5eb553c9a06c567
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jul 24 15:01:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 25 12:26:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2788a04

net-wireless/gnome-bluetooth: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index db7ef4f2940..990e91c2b0f 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="debug +introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2017-04-01 Thread Agostino Sarubbo
commit: 46d2058fb625d80739020f2acb3968b42fbf517d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 16:29:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 16:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d2058f

net-wireless/gnome-bluetooth: x86 stable wrt bug #611134

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index 9063b3a832b..db7ef4f2940 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="debug +introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2017-04-01 Thread Agostino Sarubbo
commit: aa61be689266ede4faca8f3368f203dd677b5782
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 13:14:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 13:16:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61be68

net-wireless/gnome-bluetooth: amd64 stable wrt bug #611134

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index 7028b0ca171..9063b3a832b 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="debug +introspection"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2017-03-20 Thread Mart Raudsepp
commit: 6d8718e1f080eb7691bf7e1564cc5328acac1d5b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 21 01:42:33 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 21 01:42:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8718e1

net-wireless/gnome-bluetooth: bump to 3.20.1

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild  | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 2b05b6a7265..ec52f99b50c 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.18.3.tar.xz 793460 SHA256 
e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3 SHA512 
8d0c6d6d1344d297723607de2770ec31544e910e91a9e927ac5ee5eb41862d3b961b225a0fb37b929c5167863d352e54cbbb48a762a94146528fee8a8ebd16f2
 WHIRLPOOL 
4b071104f825d9fd50b5f8941e7555929682b730ed11b1626a62879c42b4e9b4e7309feb88d33d9f4ee9c4727f338308e63248367888bc033926ec66e52cd918
 DIST gnome-bluetooth-3.20.0.tar.xz 794480 SHA256 
93b3ca16b348a168d044b3f777049b7dba2a9292c4adb2751a771e3bc5e4eb53 SHA512 
6100a612bd395c95ac47a55e80272e745ff8e640cc769060bd312b707e4d921bb5549deb2ef91845f1e5340f6e454ce0898624c0c67f4f534c6c482bc898834f
 WHIRLPOOL 
423381791b14851ec8611e58653635c7aa777e3de53edf44f63c2112ba65816f708d36098782298f7e4e77a23e0ed1bfe768ebd6777988cbfc7b850b86d0f57e
+DIST gnome-bluetooth-3.20.1.tar.xz 615880 SHA256 
ea9050b5f3b94ef279febae4cb789c2500a25344c784f650fe7f932fcd6798fe SHA512 
945dde99c6531e369702dea22e60f5b05759d751b16b091fc67c256e949cee8153f60ac7ad616c086366a0141b263b068fad28bab4b50b84356d59b4e464d88a
 WHIRLPOOL 
d62ad1b76abc2b8a6c637befeaf1a9dbfa3f04639d5b3aa4e6f9d49309dce745ec0dd76a3bae145bbcc4cbf7d80bd44d68a63e66332a28a615a155f08fe40292

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
new file mode 100644
index 000..7028b0ca171
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 udev user
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="debug +introspection"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.38:2
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   x11-libs/libnotify
+   virtual/udev
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-wireless/bluez-5
+"
+DEPEND="${COMMON_DEPEND}
+   !net-wireless/bluez-gnome
+   app-text/docbook-xml-dtd:4.1.2
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.9
+   >=dev-util/intltool-0.40.0
+   dev-util/itstool
+   virtual/libudev
+   virtual/pkgconfig
+   x11-proto/xproto
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+pkg_setup() {
+   enewgroup plugdev
+}
+
+src_prepare() {
+   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
+   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
+   rm -v lib/bluetooth-client-glue.{c,h} || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection) \
+   --enable-documentation \
+   --disable-desktop-update \
+   --disable-icon-update \
+   --disable-static
+}
+
+src_install() {
+   gnome2_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2017-03-20 Thread Mart Raudsepp
commit: d18f37acb6301838437dff44153354b639f1093c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 21 01:43:05 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 21 01:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18f37ac

net-wireless/gnome-bluetooth: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index ec52f99b50c..406f61fd2f1 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-bluetooth-3.18.3.tar.xz 793460 SHA256 
e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3 SHA512 
8d0c6d6d1344d297723607de2770ec31544e910e91a9e927ac5ee5eb41862d3b961b225a0fb37b929c5167863d352e54cbbb48a762a94146528fee8a8ebd16f2
 WHIRLPOOL 
4b071104f825d9fd50b5f8941e7555929682b730ed11b1626a62879c42b4e9b4e7309feb88d33d9f4ee9c4727f338308e63248367888bc033926ec66e52cd918
 DIST gnome-bluetooth-3.20.0.tar.xz 794480 SHA256 
93b3ca16b348a168d044b3f777049b7dba2a9292c4adb2751a771e3bc5e4eb53 SHA512 
6100a612bd395c95ac47a55e80272e745ff8e640cc769060bd312b707e4d921bb5549deb2ef91845f1e5340f6e454ce0898624c0c67f4f534c6c482bc898834f
 WHIRLPOOL 
423381791b14851ec8611e58653635c7aa777e3de53edf44f63c2112ba65816f708d36098782298f7e4e77a23e0ed1bfe768ebd6777988cbfc7b850b86d0f57e
 DIST gnome-bluetooth-3.20.1.tar.xz 615880 SHA256 
ea9050b5f3b94ef279febae4cb789c2500a25344c784f650fe7f932fcd6798fe SHA512 
945dde99c6531e369702dea22e60f5b05759d751b16b091fc67c256e949cee8153f60ac7ad616c086366a0141b263b068fad28bab4b50b84356d59b4e464d88a
 WHIRLPOOL 
d62ad1b76abc2b8a6c637befeaf1a9dbfa3f04639d5b3aa4e6f9d49309dce745ec0dd76a3bae145bbcc4cbf7d80bd44d68a63e66332a28a615a155f08fe40292

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
deleted file mode 100644
index 08cee3bf358..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2 udev user
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   x11-libs/libnotify
-   virtual/udev
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-   !net-wireless/bluez-gnome
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.40.0
-   dev-util/itstool
-   virtual/libudev
-   virtual/pkgconfig
-   x11-proto/xproto
-"
-# eautoreconf needs:
-#  gnome-base/gnome-common
-
-pkg_setup() {
-   enewgroup plugdev
-}
-
-src_prepare() {
-   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
-   rm -v lib/bluetooth-client-glue.{c,h} || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   --enable-documentation \
-   --disable-desktop-update \
-   --disable-icon-update \
-   --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-06-28 Thread Pacho Ramos
commit: 420592d9109d80a68a4694a48076dcf8b8a7327c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 28 20:20:58 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 28 20:29:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420592d9

net-wireless/gnome-bluetooth: Version bump

Package-Manager: portage-2.3.0_rc1

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.20.0.ebuild  | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 5e1e877..2b05b6a 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1 +1,2 @@
 DIST gnome-bluetooth-3.18.3.tar.xz 793460 SHA256 
e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3 SHA512 
8d0c6d6d1344d297723607de2770ec31544e910e91a9e927ac5ee5eb41862d3b961b225a0fb37b929c5167863d352e54cbbb48a762a94146528fee8a8ebd16f2
 WHIRLPOOL 
4b071104f825d9fd50b5f8941e7555929682b730ed11b1626a62879c42b4e9b4e7309feb88d33d9f4ee9c4727f338308e63248367888bc033926ec66e52cd918
+DIST gnome-bluetooth-3.20.0.tar.xz 794480 SHA256 
93b3ca16b348a168d044b3f777049b7dba2a9292c4adb2751a771e3bc5e4eb53 SHA512 
6100a612bd395c95ac47a55e80272e745ff8e640cc769060bd312b707e4d921bb5549deb2ef91845f1e5340f6e454ce0898624c0c67f4f534c6c482bc898834f
 WHIRLPOOL 
423381791b14851ec8611e58653635c7aa777e3de53edf44f63c2112ba65816f708d36098782298f7e4e77a23e0ed1bfe768ebd6777988cbfc7b850b86d0f57e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.0.ebuild
new file mode 100644
index 000..2be15fd
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 udev user
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="debug +introspection"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.38:2
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   x11-libs/libnotify
+   virtual/udev
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-wireless/bluez-5
+"
+DEPEND="${COMMON_DEPEND}
+   !net-wireless/bluez-gnome
+   app-text/docbook-xml-dtd:4.1.2
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.9
+   >=dev-util/intltool-0.40.0
+   dev-util/itstool
+   virtual/libudev
+   virtual/pkgconfig
+   x11-proto/xproto
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+pkg_setup() {
+   enewgroup plugdev
+}
+
+src_prepare() {
+   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
+   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
+   rm -v lib/bluetooth-client-glue.{c,h} || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection) \
+   --enable-documentation \
+   --disable-desktop-update \
+   --disable-icon-update \
+   --disable-static
+}
+
+src_install() {
+   gnome2_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-06-28 Thread Pacho Ramos
commit: bf7442f2cb25132b06b7359aba3f89a318373045
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 28 20:20:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 28 20:29:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7442f2

net-wireless/gnome-bluetooth: Drop old

Package-Manager: portage-2.3.0_rc1

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild  | 75 --
 2 files changed, 76 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 68bf887..5e1e877 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.18.2.tar.xz 793096 SHA256 
d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398 SHA512 
4c0f23ad59a81fb7dd626da9ebaf0c7d671402a41ff6665d6b3e5f9e75a76e307c656759425972b7a00ceb71b4be28cf141fb5727ed59f4cec326cad615ca896
 WHIRLPOOL 
b5147dda96951e1fe428a77a448514dbbf225a94fd2b582e5b20823a0adc7a4bd816eb709fbe4847bc8f070fe80a94380dafee1dade58bc492df20cff598df24
 DIST gnome-bluetooth-3.18.3.tar.xz 793460 SHA256 
e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3 SHA512 
8d0c6d6d1344d297723607de2770ec31544e910e91a9e927ac5ee5eb41862d3b961b225a0fb37b929c5167863d352e54cbbb48a762a94146528fee8a8ebd16f2
 WHIRLPOOL 
4b071104f825d9fd50b5f8941e7555929682b730ed11b1626a62879c42b4e9b4e7309feb88d33d9f4ee9c4727f338308e63248367888bc033926ec66e52cd918

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
deleted file mode 100644
index 855f874..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2 udev user
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   x11-libs/libnotify
-   virtual/udev
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-   !net-wireless/bluez-gnome
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.40.0
-   dev-util/itstool
-   virtual/libudev
-   virtual/pkgconfig
-   x11-proto/xproto
-"
-# eautoreconf needs:
-#  gnome-base/gnome-common
-
-pkg_setup() {
-   enewgroup plugdev
-}
-
-src_prepare() {
-   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
-   rm -v lib/bluetooth-client-glue.{c,h} || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   --enable-documentation \
-   --disable-desktop-update \
-   --disable-icon-update \
-   --disable-static
-}
-
-src_install() {
-   gnome2_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-06-11 Thread Pacho Ramos
commit: e7d64c592de086a422f7c845cc4be572bf096c55
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 12:17:48 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 19:39:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d64c59

net-wireless/gnome-bluetooth: x86 stable, bug 584468

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="x86"

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
index 94c2984..638c574 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-06-11 Thread Pacho Ramos
commit: 704c92fb9983b7a49342d9bca39b2cd9b02e834b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 11:57:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 12:05:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704c92fb

net-wireless/gnome-bluetooth: amd64 stable, bug 584468

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="amd64"

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
index e4819fd..94c2984 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-03-06 Thread Mikle Kolyada
commit: a731933a2a745ba258531e2436d6cdc6c5bc446c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:55:54 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 17:19:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a731933a

net-wireless/gnome-bluetooth: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
index 1e38413..855f874 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2016-01-30 Thread Pacho Ramos
commit: 3a5b3531d5e79c82b409b326323eabc9b54fdb98
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 30 11:07:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 30 12:23:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5b3531

net-wireless/gnome-bluetooth: Version bump

Package-Manager: portage-2.2.27

 net-wireless/gnome-bluetooth/Manifest  |  1 +
 .../gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild  | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 19377c9..d9df2a8 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-bluetooth-3.16.1.tar.xz 1357388 SHA256 
3feb202d6780a53bc4a570eab5b0179f9351b32c1d3f28151ac2d222453ae08b SHA512 
811db04e1ab91585031e86cb55ee7764b0f0dfd88682afaee2e67f99af12619c540a48a3879afd8fb66e39cb35917f637b637e4b6f3ab8b8e908351426b77576
 WHIRLPOOL 
3019d80e64d5009f06480a65f19bf1b46daaeda4071345e0fea7da666d28301c51d6daf4a671c9582fbf64ff8e5b923444054e68c5a85d0a0e97351ed0bff648
 DIST gnome-bluetooth-3.18.1.tar.xz 793232 SHA256 
c51d5b896d32845a2b5bb6ccd48926c88c8e9ef0915c32d3c56cb7e7974d4a49 SHA512 
ed6c5b7e826275c894370084c5c2afa8c76751885caf0b0cad822e892249c44dd223ba377b6fc08a8f120d30377c80641fb31c69b8ec0ddd780e88aa1cadb224
 WHIRLPOOL 
22ab42417d3dd056d2ac7dab3774860fd11299beaf3f66d777121fd918d023e349b878b3df4d9a97c87da276a83b4f24307c1a4059cc34ffe30aed9452db55ce
+DIST gnome-bluetooth-3.18.2.tar.xz 793096 SHA256 
d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398 SHA512 
4c0f23ad59a81fb7dd626da9ebaf0c7d671402a41ff6665d6b3e5f9e75a76e307c656759425972b7a00ceb71b4be28cf141fb5727ed59f4cec326cad615ca896
 WHIRLPOOL 
b5147dda96951e1fe428a77a448514dbbf225a94fd2b582e5b20823a0adc7a4bd816eb709fbe4847bc8f070fe80a94380dafee1dade58bc492df20cff598df24

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
new file mode 100644
index 000..e4819fd
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit eutils gnome2 udev user
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="+introspection"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.38:2
+   media-libs/libcanberra[gtk3]
+   >=x11-libs/gtk+-3.12:3[introspection?]
+   x11-libs/libnotify
+   virtual/udev
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-wireless/bluez-5
+"
+DEPEND="${COMMON_DEPEND}
+   !net-wireless/bluez-gnome
+   app-text/docbook-xml-dtd:4.1.2
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.9
+   >=dev-util/intltool-0.40.0
+   dev-util/itstool
+   virtual/libudev
+   virtual/pkgconfig
+   x11-proto/xproto
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+pkg_setup() {
+   enewgroup plugdev
+}
+
+src_prepare() {
+   # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
+   # https://bugzilla.gnome.org/show_bug.cgi?id=758096
+   rm -v lib/bluetooth-client-glue.{c,h} || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   --enable-documentation \
+   --disable-desktop-update \
+   --disable-icon-update \
+   --disable-static
+}
+
+src_install() {
+   gnome2_src_install
+   udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   if ! has_version sys-auth/consolekit[acl] && ! has_version 
sys-apps/systemd[acl] ; then
+   elog "Don't forget to add yourself to the plugdev group "
+   elog "if you want to be able to control bluetooth transmitter."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2015-09-12 Thread Agostino Sarubbo
commit: e0fb5a0e01716204d1c9822bb90a086317fc08a4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 12 09:08:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 12 09:11:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fb5a0e

net-wireless/gnome-bluetooth: x86 stable wrt bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
index ea7a87c..5543f33 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.38:2