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

2024-08-16 Thread Michał Górny
commit: c9cda9b53fd7bcd3f68c0f748942ac4dbc538dcb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 16 14:13:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 16 15:19:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cda9b5

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.4.2.ebuild | 174 --
 2 files changed, 175 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 815827c2a343..d9025cd8636e 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.4.2.tar.xz 1529804 BLAKE2B 
a10957db2721d308ea6cdd0351c94910d527023e146afee794f63d5997af9ab530abdff19c74f8a645c16ba8c84377b720318fba69f78deb5d0e268f653470af
 SHA512 
d394147e2fcc097d4922bf7dcebd1d6fa386eacbfb08f332006eb377be7b8b6c8a725b1578b01894b386bc87daf3129c08c11755aca07166cd246a74eeb4ccac
 DIST blueman-2.4.3.tar.xz 1567044 BLAKE2B 
1ecd7e70ab5e84e68115cdfc6a6dbdcaa539973fc4fd93740495c822a0b08b1fc2e9fd46b421282fd0ba4a4ce5deccef6724e7fa23466b9c68d9523eacfecd97
 SHA512 
387e51d143b90ee34d156595f83d032930e427baee4065cb07809b8273f4da641893caa4113cc034c81bfacdb9b2caffb316b6d8738a44aba90ca6941aefc13f

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
deleted file mode 100644
index 806f7a6d29d5..
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   dev-python/python-dbusmock[${PYTHON_USEDEP}]
-   media-libs/libpulse
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection,X]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   https://bugs.gentoo.org/936065
-   eautoreconf
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   local myconf=(
-   --disable-runtime-deps-check
-   --disable-static
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
-   $(use_enable policykit polkit)
-   $(use_enable nls)
-   $(use_enable pulseaudio)
-   # thunar integration is a single data file with no extra deps
-   # so install it unconditionally
-   --enable-thunar-sendto
-   )
-   econf "${myconf[@]}"
-}
-
-python_compile() {
-   default
-}
-
-python_test() {
-   local -x PYTHONPATH=module/.libs
-
-   if [[ ! -f /dev/rfkill ]]; then
-   # Tests attempt to im

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

2024-08-16 Thread Sam James
commit: f97b25ed4fc647140a22a1058a7ed64691cdbc36
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 16 13:57:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 16 13:57:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97b25ed

net-wireless/blueman: Stabilize 2.4.3 ppc64, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index dd42ead021fe..806f7a6d29d5 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Michał Górny
commit: b6b7fd85e16d65e4d1075909d7127140f6b63d76
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b7fd85

net-wireless/blueman: Stabilize 2.4.3 arm, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index 8476d4038c24..dd42ead021fe 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Sam James
commit: 9e8a5b51b92f54542687185b407092412c31834d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 10 10:59:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 10 10:59:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8a5b51

net-wireless/blueman: Stabilize 2.4.3 x86, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index c0724f44e10b..8476d4038c24 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Michał Górny
commit: 34ed69aa8900bc1c84a58f415aa9afe1e20afe2a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ed69aa

net-wireless/blueman: Stabilize 2.4.3 amd64, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index 4bf478f82657..d4d1f0cf5cc6 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Michał Górny
commit: 1d6b3d0c8825ffbaed621a3026007b080fb905bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6b3d0c

net-wireless/blueman: Stabilize 2.4.3 ppc, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index d4d1f0cf5cc6..c0724f44e10b 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-07-25 Thread Michał Górny
commit: 0d9fb9f712997b5938a653595bf6c7421543
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 26 01:59:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 26 01:59:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9fb9f7

net-wireless/blueman: Bump to 2.4.3

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.4.3.ebuild | 174 ++
 2 files changed, 175 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 20fce5192eda..815827c2a343 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.4.2.tar.xz 1529804 BLAKE2B 
a10957db2721d308ea6cdd0351c94910d527023e146afee794f63d5997af9ab530abdff19c74f8a645c16ba8c84377b720318fba69f78deb5d0e268f653470af
 SHA512 
d394147e2fcc097d4922bf7dcebd1d6fa386eacbfb08f332006eb377be7b8b6c8a725b1578b01894b386bc87daf3129c08c11755aca07166cd246a74eeb4ccac
+DIST blueman-2.4.3.tar.xz 1567044 BLAKE2B 
1ecd7e70ab5e84e68115cdfc6a6dbdcaa539973fc4fd93740495c822a0b08b1fc2e9fd46b421282fd0ba4a4ce5deccef6724e7fa23466b9c68d9523eacfecd97
 SHA512 
387e51d143b90ee34d156595f83d032930e427baee4065cb07809b8273f4da641893caa4113cc034c81bfacdb9b2caffb316b6d8738a44aba90ca6941aefc13f

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
new file mode 100644
index ..2393efed4e60
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   media-libs/libpulse
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   https://bugs.gentoo.org/936065
+   eautoreconf
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   local myconf=(
+   --disable-runtime-deps-check
+   --disable-static
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-systemduserunitdir="$(systemd_get_userunitdir)"
+   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
+   $(use_enable policykit polkit)
+   $(use_enable nls)
+   $(use_enable pulseaudio)
+   # thunar integration is a single data file with no extra deps
+   # so install it unconditionally
+   --enable-thunar-sendto
+   )
+   econf "${myconf[@]}"
+}
+
+python_compile() {
+   default
+}
+
+python_test() {
+   local -x PYTHONPATH=module/.libs
+
+   if [[ ! -f /dev/rfkill ]]; then
+   # Tests attempt

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

2024-07-23 Thread Michał Górny
commit: 5e7df585233ab1fb949c3eb5a4be849efef005dd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 14:10:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 14:13:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7df585

net-wireless/blueman: Add libpulse test dep

Closes: https://bugs.gentoo.org/936518
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/blueman-2.4.2.ebuild | 1 +
 net-wireless/blueman/blueman-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index d593d644bf14..806f7a6d29d5 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -41,6 +41,7 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   media-libs/libpulse
>=net-misc/networkmanager-0.8[introspection]
)
')

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index eb7eface474e..697c7faeab72 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -41,6 +41,7 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   media-libs/libpulse
>=net-misc/networkmanager-0.8[introspection]
)
')



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

2024-07-22 Thread Michał Górny
commit: a2a6be18c8b272b9c0c4b75ea32c90e52a57afd1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 19:11:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 19:11:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a6be18

net-wireless/blueman: Sync the live ebuild

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

 net-wireless/blueman/blueman-.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index bec135aa318c..eb7eface474e 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -39,6 +39,10 @@ DEPEND="
 BDEPEND="
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   >=net-misc/networkmanager-0.8[introspection]
+   )
')
virtual/pkgconfig
nls? ( sys-devel/gettext )
@@ -80,6 +84,8 @@ RDEPEND="
)
 "
 
+distutils_enable_tests unittest
+
 pkg_pretend() {
if use network; then
local CONFIG_CHECK="
@@ -127,6 +133,27 @@ python_compile() {
default
 }
 
+python_test() {
+   local -x PYTHONPATH=module/.libs
+
+   if [[ ! -f /dev/rfkill ]]; then
+   # Tests attempt to import these modules if present, but they
+   # require /dev/rfkill.  Hide them to make the tests pass.
+   mv blueman/plugins/mechanism/RfKill.py{,~} || die
+   mv blueman/plugins/applet/KillSwitch.py{,~} || die
+   fi
+
+   local failed=
+   nonfatal eunittest || failed=1
+
+   if [[ ! -f /dev/rfkill ]]; then
+   mv blueman/plugins/mechanism/RfKill.py{~,} || die
+   mv blueman/plugins/applet/KillSwitch.py{~,} || die
+   fi
+
+   [[ ${failed} ]] && die "Tests failed with ${EPYTHON}"
+}
+
 python_install() {
default
 



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

2024-07-22 Thread Michał Górny
commit: 29855922923b4cef389fe281e6678d00ed8fd04b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 22 16:56:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 16:57:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29855922

net-wireless/blueman: Enable tests

Closes: https://bugs.gentoo.org/929218
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/blueman-2.4.2.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index d89a6f6583ea..d593d644bf14 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -39,6 +39,10 @@ DEPEND="
 BDEPEND="
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/python-dbusmock[${PYTHON_USEDEP}]
+   >=net-misc/networkmanager-0.8[introspection]
+   )
')
virtual/pkgconfig
nls? ( sys-devel/gettext )
@@ -80,6 +84,8 @@ RDEPEND="
)
 "
 
+distutils_enable_tests unittest
+
 pkg_pretend() {
if use network; then
local CONFIG_CHECK="
@@ -123,6 +129,27 @@ python_compile() {
default
 }
 
+python_test() {
+   local -x PYTHONPATH=module/.libs
+
+   if [[ ! -f /dev/rfkill ]]; then
+   # Tests attempt to import these modules if present, but they
+   # require /dev/rfkill.  Hide them to make the tests pass.
+   mv blueman/plugins/mechanism/RfKill.py{,~} || die
+   mv blueman/plugins/applet/KillSwitch.py{,~} || die
+   fi
+
+   local failed=
+   nonfatal eunittest || failed=1
+
+   if [[ ! -f /dev/rfkill ]]; then
+   mv blueman/plugins/mechanism/RfKill.py{~,} || die
+   mv blueman/plugins/applet/KillSwitch.py{~,} || die
+   fi
+
+   [[ ${failed} ]] && die "Tests failed with ${EPYTHON}"
+}
+
 python_install() {
default
 



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

2024-07-22 Thread Michał Górny
commit: ccd4cc87190e870c76bf99aa36d40e16089056c8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jul 14 21:41:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 22 16:18:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd4cc87

net-wireless/blueman: run eautoreconf

Just run it else we need to require old version.

Closes: https://bugs.gentoo.org/936065
Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/37555
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/blueman-2.4.2.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index 668d5bcd24f9..d89a6f6583ea 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -97,12 +97,8 @@ pkg_setup() {
 }
 
 src_prepare() {
-   if [[ ${PV} ==  ]]; then
-   eautoreconf
-   else
-   # remove this when upstream switches to automake with .pyc fix
-   eautomake
-   fi
+   # Run else fails on newer automake: https://bugs.gentoo.org/936065
+   eautoreconf
distutils-r1_src_prepare
 }
 



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

2024-06-15 Thread Michał Górny
commit: ecdb60d07c19cd25835c584391916d8053f254f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 04:39:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:06:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdb60d0

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.4.1.ebuild | 150 --
 2 files changed, 151 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index a7c87a2d740f..20fce5192eda 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.4.1.tar.xz 1540776 BLAKE2B 
0d191d9c3af673b0b74ee6a5a3242312670229853f47ccc044cf7f1a091d6a0b677f1c818c76ca372f535d5527c26eeaf0588729694176461b5b2afbfca33391
 SHA512 
154ad7bece4f513d523d2fcefa8ea2b6bd8a2ac991c1b4b86d81b7d25107cad9cdd5cbd21d25145e944fa2731575f0fd023b40ab0a3a6ba408741fad314c6b37
 DIST blueman-2.4.2.tar.xz 1529804 BLAKE2B 
a10957db2721d308ea6cdd0351c94910d527023e146afee794f63d5997af9ab530abdff19c74f8a645c16ba8c84377b720318fba69f78deb5d0e268f653470af
 SHA512 
d394147e2fcc097d4922bf7dcebd1d6fa386eacbfb08f332006eb377be7b8b6c8a725b1578b01894b386bc87daf3129c08c11755aca07166cd246a74eeb4ccac

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
deleted file mode 100644
index 668d5bcd24f9..
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection,X]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   

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

2024-06-15 Thread Sam James
commit: 718c0f5741866f5b7e04ae78faedd026528e865d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 15 19:48:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 15 19:48:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718c0f57

net-wireless/blueman: Stabilize 2.4.2 x86, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index 79e611b52fca..668d5bcd24f9 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2024-06-15 Thread Arthur Zamarin
commit: 80d3874b1e5d5be44aa84680cb65aaccb74d5aea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 10:54:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 10:54:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d3874b

net-wireless/blueman: Stabilize 2.4.2 amd64, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index 4a059186961a..a2901fd206dd 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-06-15 Thread Arthur Zamarin
commit: 82328680d1659f72262155d63a9ce0b99441f34a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 10:54:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 10:54:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82328680

net-wireless/blueman: Stabilize 2.4.2 ppc64, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index a50054ffdd74..79e611b52fca 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-06-15 Thread Arthur Zamarin
commit: edf3e7fe49b057795aa8bfe60290c661b6ea1031
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 10:54:34 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 10:54:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf3e7fe

net-wireless/blueman: Stabilize 2.4.2 ppc, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index a2901fd206dd..a50054ffdd74 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-06-15 Thread Arthur Zamarin
commit: 79605807534093f110b6af7b204953f3919532f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 08:50:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 08:50:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79605807

net-wireless/blueman: Stabilize 2.4.2 arm64, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index b62ee00d3e7e..4a059186961a 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-06-15 Thread Arthur Zamarin
commit: aff0557e728eddc0e33214540672c45eaea41430
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 15 08:38:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 15 08:38:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff0557e

net-wireless/blueman: Stabilize 2.4.2 arm, #934356

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

 net-wireless/blueman/blueman-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
index bec135aa318c..b62ee00d3e7e 100644
--- a/net-wireless/blueman/blueman-2.4.2.ebuild
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-05-31 Thread Michał Górny
commit: b5070b56275bc2874adf2d4ff99607ea3c67fecb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 31 15:09:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 31 15:20:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5070b56

net-wireless/blueman: Bump to 2.4.2

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.4.2.ebuild | 150 ++
 2 files changed, 151 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index aa446c26284a..a7c87a2d740f 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.4.1.tar.xz 1540776 BLAKE2B 
0d191d9c3af673b0b74ee6a5a3242312670229853f47ccc044cf7f1a091d6a0b677f1c818c76ca372f535d5527c26eeaf0588729694176461b5b2afbfca33391
 SHA512 
154ad7bece4f513d523d2fcefa8ea2b6bd8a2ac991c1b4b86d81b7d25107cad9cdd5cbd21d25145e944fa2731575f0fd023b40ab0a3a6ba408741fad314c6b37
+DIST blueman-2.4.2.tar.xz 1529804 BLAKE2B 
a10957db2721d308ea6cdd0351c94910d527023e146afee794f63d5997af9ab530abdff19c74f8a645c16ba8c84377b720318fba69f78deb5d0e268f653470af
 SHA512 
d394147e2fcc097d4922bf7dcebd1d6fa386eacbfb08f332006eb377be7b8b6c8a725b1578b01894b386bc87daf3129c08c11755aca07166cd246a74eeb4ccac

diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild 
b/net-wireless/blueman/blueman-2.4.2.ebuild
new file mode 100644
index ..bec135aa318c
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.4.2.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2024-04-27 Thread Michał Górny
commit: ddfa30e12f2d6d9a07b48778fc4e4ae45e0e1bdc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 28 02:43:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 28 02:43:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfa30e1

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   2 -
 net-wireless/blueman/blueman-2.3.5.ebuild | 155 --
 net-wireless/blueman/blueman-2.4.ebuild   | 150 -
 3 files changed, 307 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index e30411108172..aa446c26284a 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,3 +1 @@
-DIST blueman-2.3.5.tar.xz 1544232 BLAKE2B 
454a5369cecd429dcbff84108ef5440c61e3740d54de30e85cef941f9bd55ef3f032aa4774b161cd145eecc53061d2d104ea6d6ec12516beb2f2b3579c074ccb
 SHA512 
678261dc0a795ca79b43614f4fc6ad436b44690d0ce4dbf15f55dba4834a25a5c1956bf658d568a3318828863b3bb089689d0dc4fef8963ed2b27cf0f1144580
 DIST blueman-2.4.1.tar.xz 1540776 BLAKE2B 
0d191d9c3af673b0b74ee6a5a3242312670229853f47ccc044cf7f1a091d6a0b677f1c818c76ca372f535d5527c26eeaf0588729694176461b5b2afbfca33391
 SHA512 
154ad7bece4f513d523d2fcefa8ea2b6bd8a2ac991c1b4b86d81b7d25107cad9cdd5cbd21d25145e944fa2731575f0fd023b40ab0a3a6ba408741fad314c6b37
-DIST blueman-2.4.tar.xz 1493924 BLAKE2B 
5c777d1707fad5a8a4a89e73c555bb5592ca491b3e7760634f5b22ec3bc305fe1c6e3b11b25e4eb6fe381ef3b59695241d3c278497466645500e5b94147dca4e
 SHA512 
2c3866291c30cbceaaa6427b006c1155aaa6e84bbbaa370d8a99d95a01ea04120efe9a5b36c17e4fc43b583e98f0123f1a4f116e6572674157dd169c986ab080

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
deleted file mode 100644
index c798557ce30f..
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection,X]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cyth

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

2024-04-27 Thread Sam James
commit: 2ef720d354fa8af84190ff10acd5ee850af98054
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 27 21:45:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 27 21:45:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef720d3

net-wireless/blueman: Stabilize 2.4.1 x86, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index 79e611b52fca..668d5bcd24f9 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2024-04-27 Thread Arthur Zamarin
commit: 9ede9f536c457c421d0d488d6fea022354d77903
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 27 08:04:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 27 08:04:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ede9f53

net-wireless/blueman: Stabilize 2.4.1 ppc, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index 96f250dc8282..79e611b52fca 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-04-27 Thread Michał Górny
commit: 7ab8522014421eb7aeb3f67404d2b8b4f03e13ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 07:40:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 07:40:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab85220

net-wireless/blueman: Stabilize 2.4.1 arm64, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index b62a1f90b8b7..a2901fd206dd 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-04-27 Thread Michał Górny
commit: 37326f78bd95f8e5c6ef3b606297ec55a5283854
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 07:40:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 07:40:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37326f78

net-wireless/blueman: Stabilize 2.4.1 amd64, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index bec135aa318c..6fa4b18d1a06 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-04-27 Thread Michał Górny
commit: 79b0d9e1314c4b9202b51e2795956f4edefd670a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 07:40:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 07:40:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b0d9e1

net-wireless/blueman: Stabilize 2.4.1 arm, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index 6fa4b18d1a06..b62a1f90b8b7 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-04-27 Thread Michał Górny
commit: 12051f96096e7eac1d3828a20f0c01a08e6d3e88
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 07:40:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 07:40:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12051f96

net-wireless/blueman: Stabilize 2.4.1 ppc64, #930741

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

 net-wireless/blueman/blueman-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
index a2901fd206dd..96f250dc8282 100644
--- a/net-wireless/blueman/blueman-2.4.1.ebuild
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-04-09 Thread Michał Górny
commit: 587d3d90d7c0d6d87720ab1b9b22a20f08803c05
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 18:53:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 19:38:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587d3d90

net-wireless/blueman: Bump to 2.4.1

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.4.1.ebuild | 150 ++
 2 files changed, 151 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index ca6f14ad677d..e30411108172 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1,3 @@
 DIST blueman-2.3.5.tar.xz 1544232 BLAKE2B 
454a5369cecd429dcbff84108ef5440c61e3740d54de30e85cef941f9bd55ef3f032aa4774b161cd145eecc53061d2d104ea6d6ec12516beb2f2b3579c074ccb
 SHA512 
678261dc0a795ca79b43614f4fc6ad436b44690d0ce4dbf15f55dba4834a25a5c1956bf658d568a3318828863b3bb089689d0dc4fef8963ed2b27cf0f1144580
+DIST blueman-2.4.1.tar.xz 1540776 BLAKE2B 
0d191d9c3af673b0b74ee6a5a3242312670229853f47ccc044cf7f1a091d6a0b677f1c818c76ca372f535d5527c26eeaf0588729694176461b5b2afbfca33391
 SHA512 
154ad7bece4f513d523d2fcefa8ea2b6bd8a2ac991c1b4b86d81b7d25107cad9cdd5cbd21d25145e944fa2731575f0fd023b40ab0a3a6ba408741fad314c6b37
 DIST blueman-2.4.tar.xz 1493924 BLAKE2B 
5c777d1707fad5a8a4a89e73c555bb5592ca491b3e7760634f5b22ec3bc305fe1c6e3b11b25e4eb6fe381ef3b59695241d3c278497466645500e5b94147dca4e
 SHA512 
2c3866291c30cbceaaa6427b006c1155aaa6e84bbbaa370d8a99d95a01ea04120efe9a5b36c17e4fc43b583e98f0123f1a4f116e6572674157dd169c986ab080

diff --git a/net-wireless/blueman/blueman-2.4.1.ebuild 
b/net-wireless/blueman/blueman-2.4.1.ebuild
new file mode 100644
index ..bec135aa318c
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.4.1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2024-04-01 Thread Michał Górny
commit: db228982fa8cd0e0876357c6c3e808f92b81fa18
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  1 10:25:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  1 10:26:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db228982

net-wireless/blueman: Bump to 2.4

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

 net-wireless/blueman/Manifest|  1 +
 .../{blueman-.ebuild => blueman-2.4.ebuild}  | 20 +---
 net-wireless/blueman/blueman-.ebuild | 20 +---
 3 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 9a944340b460..ca6f14ad677d 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.3.5.tar.xz 1544232 BLAKE2B 
454a5369cecd429dcbff84108ef5440c61e3740d54de30e85cef941f9bd55ef3f032aa4774b161cd145eecc53061d2d104ea6d6ec12516beb2f2b3579c074ccb
 SHA512 
678261dc0a795ca79b43614f4fc6ad436b44690d0ce4dbf15f55dba4834a25a5c1956bf658d568a3318828863b3bb089689d0dc4fef8963ed2b27cf0f1144580
+DIST blueman-2.4.tar.xz 1493924 BLAKE2B 
5c777d1707fad5a8a4a89e73c555bb5592ca491b3e7760634f5b22ec3bc305fe1c6e3b11b25e4eb6fe381ef3b59695241d3c278497466645500e5b94147dca4e
 SHA512 
2c3866291c30cbceaaa6427b006c1155aaa6e84bbbaa370d8a99d95a01ea04120efe9a5b36c17e4fc43b583e98f0123f1a4f116e6572674157dd169c986ab080

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.4.ebuild
similarity index 89%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.4.ebuild
index 65fe1c7ffb7d..bec135aa318c 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.4.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
@@ -20,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2
@@ -67,11 +68,14 @@ RDEPEND="
>=net-misc/networkmanager-0.8[introspection]
)
)
-   policykit? ( sys-auth/polkit )
+   policykit? (
+   sys-auth/polkit
+   )
pulseaudio? (
|| (
-   media-video/pipewire[bluetooth]
media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2
@@ -67,11 +68,14 @@ RDEPEND="
>=net-misc/networkmanager-0.8[introspection]
)
)
-   policykit? ( sys-auth/polkit )
+   policykit? (
+   sys-auth/polkit
+   )
pulseaudio? (
|| (
-   media-video/pipewire[bluetooth]
media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2023-06-11 Thread Andreas Sturmlechner
commit: 1a84a9bfc01df56f5ff58a459da4bbdeebca76d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 09:29:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 11 14:34:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a84a9bf

net-wireless/blueman: Switch IUSE=pulseaudio to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-wireless/blueman/blueman-.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 562e90902442..65fe1c7ffb7d 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -67,14 +67,11 @@ RDEPEND="
>=net-misc/networkmanager-0.8[introspection]
)
)
-   policykit? (
-   sys-auth/polkit
-   )
+   policykit? ( sys-auth/polkit )
pulseaudio? (
|| (
-   media-sound/pulseaudio-daemon[bluetooth]
media-video/pipewire[bluetooth]
-   

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

2022-12-31 Thread Michał Górny
commit: 268d70e888af69d26d4605300c704491054bff66
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 13:29:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 13:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268d70e8

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest|   3 -
 net-wireless/blueman/blueman-2.3.2-r1.ebuild | 155 ---
 net-wireless/blueman/blueman-2.3.3.ebuild| 155 ---
 net-wireless/blueman/blueman-2.3.4.ebuild| 155 ---
 4 files changed, 468 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 743cd22bb937..9a944340b460 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,4 +1 @@
-DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0
-DIST blueman-2.3.3.tar.xz 1575852 BLAKE2B 
618f789b7e411adccb986704922cf2cbe283197878232210a933530c54caf0ca3c21f08c7b2192389451988623280b63dff23c9b56a696970ec4b7f773cb47a3
 SHA512 
2c2290a5b0fb78eccd35c33ac10c5ef38f01f4074796a62fb3aeded1f5db76104d60bc02968a8144c5dae3ec8fd425d7b33beaf2a81e401a09dd3b550e2d0d2d
-DIST blueman-2.3.4.tar.xz 1575488 BLAKE2B 
382bf6c995477b31527c2702bb22c3657fc5b36476cd8dd32fb8e0e78359f8b427aeae781ca7022e58f644a3ca3c67a7e644e8dd16492fb7037d4619489c73fb
 SHA512 
8bca916567a1d72fd7c539cc200177b20723e38ec55e30358141b4dff6f7b889d5eae689ef61618fdc23ebb4d8bfbbe2d0447d04a58b769c2d898ff017001f76
 DIST blueman-2.3.5.tar.xz 1544232 BLAKE2B 
454a5369cecd429dcbff84108ef5440c61e3740d54de30e85cef941f9bd55ef3f032aa4774b161cd145eecc53061d2d104ea6d6ec12516beb2f2b3579c074ccb
 SHA512 
678261dc0a795ca79b43614f4fc6ad436b44690d0ce4dbf15f55dba4834a25a5c1956bf658d568a3318828863b3bb089689d0dc4fef8963ed2b27cf0f1144580

diff --git a/net-wireless/blueman/blueman-2.3.2-r1.ebuild 
b/net-wireless/blueman/blueman-2.3.2-r1.ebuild
deleted file mode 100644
index 2c996ab80a8e..
--- a/net-wireless/blueman/blueman-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection,X]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8[introspection]
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64

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

2022-12-31 Thread Sam James
commit: 42189318fc0ac941f5dcff7622595de0512c1c2f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 13:01:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 13:01:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42189318

net-wireless/blueman: Stabilize 2.3.5 amd64, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 4c44ac80aa46..3bea203e6a2a 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-12-31 Thread Sam James
commit: ab417e59c3eaf6c1f070e190dd1ab97a9cdc61b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 13:01:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 13:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab417e59

net-wireless/blueman: Stabilize 2.3.5 arm64, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 9ec4be42ba2b..60e400c67cc4 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-12-31 Thread Sam James
commit: 02d9f8b0623cca4270f92af8df3a0026d361c4a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 13:01:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 13:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d9f8b0

net-wireless/blueman: Stabilize 2.3.5 ppc64, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 3bea203e6a2a..9ec4be42ba2b 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-12-31 Thread Arthur Zamarin
commit: b30827e21e900d964af42d90cf65a6adb91e4793
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 12:15:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 12:15:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30827e2

net-wireless/blueman: Stabilize 2.3.5 ppc, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index c996d134718d..4c44ac80aa46 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-12-31 Thread Arthur Zamarin
commit: 85f328ac9b03f877dc515d98a536be0a0bf86eae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 12:12:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 12:12:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f328ac

net-wireless/blueman: Stabilize 2.3.5 arm, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 2975949c56b5..c996d134718d 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-12-31 Thread Sam James
commit: 8b6dc634297805a22b7ac91cf6ee72e45fbf4525
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 12:10:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 12:11:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6dc634

net-wireless/blueman: Stabilize 2.3.5 x86, #889176

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 964ca3b263ed..2975949c56b5 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-11-24 Thread WANG Xuerui
commit: dd99a8db9d19d2e5404ba00082a67660e8272fbb
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Nov 24 07:20:02 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Nov 24 12:00:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd99a8db

net-wireless/blueman: keyword 2.3.5 for ~loong

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

 net-wireless/blueman/blueman-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
index 48fcfc069d2a..964ca3b263ed 100644
--- a/net-wireless/blueman/blueman-2.3.5.ebuild
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-11-23 Thread Michał Górny
commit: 4a4d61dd4ad8b25d1b2b0569bf67d6f7fad97537
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 23 07:47:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 23 08:41:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4d61dd

net-wireless/blueman: Bump to 2.3.5

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.3.5.ebuild | 155 ++
 2 files changed, 156 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 40025274836b..743cd22bb937 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,3 +1,4 @@
 DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0
 DIST blueman-2.3.3.tar.xz 1575852 BLAKE2B 
618f789b7e411adccb986704922cf2cbe283197878232210a933530c54caf0ca3c21f08c7b2192389451988623280b63dff23c9b56a696970ec4b7f773cb47a3
 SHA512 
2c2290a5b0fb78eccd35c33ac10c5ef38f01f4074796a62fb3aeded1f5db76104d60bc02968a8144c5dae3ec8fd425d7b33beaf2a81e401a09dd3b550e2d0d2d
 DIST blueman-2.3.4.tar.xz 1575488 BLAKE2B 
382bf6c995477b31527c2702bb22c3657fc5b36476cd8dd32fb8e0e78359f8b427aeae781ca7022e58f644a3ca3c67a7e644e8dd16492fb7037d4619489c73fb
 SHA512 
8bca916567a1d72fd7c539cc200177b20723e38ec55e30358141b4dff6f7b889d5eae689ef61618fdc23ebb4d8bfbbe2d0447d04a58b769c2d898ff017001f76
+DIST blueman-2.3.5.tar.xz 1544232 BLAKE2B 
454a5369cecd429dcbff84108ef5440c61e3740d54de30e85cef941f9bd55ef3f032aa4774b161cd145eecc53061d2d104ea6d6ec12516beb2f2b3579c074ccb
 SHA512 
678261dc0a795ca79b43614f4fc6ad436b44690d0ce4dbf15f55dba4834a25a5c1956bf658d568a3318828863b3bb089689d0dc4fef8963ed2b27cf0f1144580

diff --git a/net-wireless/blueman/blueman-2.3.5.ebuild 
b/net-wireless/blueman/blueman-2.3.5.ebuild
new file mode 100644
index ..48fcfc069d2a
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.3.5.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2022-10-15 Thread Michał Górny
commit: 30e2f63113a2d140f69c79ca504bfe9d4aca457e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 15 06:58:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 15 08:04:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e2f631

net-wireless/blueman: Bump to 2.3.4

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.3.4.ebuild | 156 ++
 2 files changed, 157 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 76e149b9bcd4..40025274836b 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1,3 @@
 DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0
 DIST blueman-2.3.3.tar.xz 1575852 BLAKE2B 
618f789b7e411adccb986704922cf2cbe283197878232210a933530c54caf0ca3c21f08c7b2192389451988623280b63dff23c9b56a696970ec4b7f773cb47a3
 SHA512 
2c2290a5b0fb78eccd35c33ac10c5ef38f01f4074796a62fb3aeded1f5db76104d60bc02968a8144c5dae3ec8fd425d7b33beaf2a81e401a09dd3b550e2d0d2d
+DIST blueman-2.3.4.tar.xz 1575488 BLAKE2B 
382bf6c995477b31527c2702bb22c3657fc5b36476cd8dd32fb8e0e78359f8b427aeae781ca7022e58f644a3ca3c67a7e644e8dd16492fb7037d4619489c73fb
 SHA512 
8bca916567a1d72fd7c539cc200177b20723e38ec55e30358141b4dff6f7b889d5eae689ef61618fdc23ebb4d8bfbbe2d0447d04a58b769c2d898ff017001f76

diff --git a/net-wireless/blueman/blueman-2.3.4.ebuild 
b/net-wireless/blueman/blueman-2.3.4.ebuild
new file mode 100644
index ..62b0322489b5
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.3.4.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2022-10-13 Thread Michał Górny
commit: e19a34d8288154cb439d117346c978f2908baa56
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 13 17:48:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 18:14:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19a34d8

net-wireless/blueman: Bump to 2.3.3

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.3.3.ebuild | 156 ++
 2 files changed, 157 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 6f3bc97ae534..76e149b9bcd4 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0
+DIST blueman-2.3.3.tar.xz 1575852 BLAKE2B 
618f789b7e411adccb986704922cf2cbe283197878232210a933530c54caf0ca3c21f08c7b2192389451988623280b63dff23c9b56a696970ec4b7f773cb47a3
 SHA512 
2c2290a5b0fb78eccd35c33ac10c5ef38f01f4074796a62fb3aeded1f5db76104d60bc02968a8144c5dae3ec8fd425d7b33beaf2a81e401a09dd3b550e2d0d2d

diff --git a/net-wireless/blueman/blueman-2.3.3.ebuild 
b/net-wireless/blueman/blueman-2.3.3.ebuild
new file mode 100644
index ..62b0322489b5
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.3.3.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman/";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection,X]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8[introspection]
+   )
+   )
+   policykit? (
+   sys-auth/polkit
+   )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
+   

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

2022-10-04 Thread Michał Górny
commit: 9c11d1fb1489b953df87955be358f3651685dba7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct  4 07:04:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct  4 07:05:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c11d1fb

net-wireless/blueman: Require gtk+[X]

Closes: https://bugs.gentoo.org/874615
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/{blueman-2.3.2.ebuild => blueman-2.3.2-r1.ebuild} | 2 +-
 net-wireless/blueman/blueman-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2-r1.ebuild
similarity index 98%
rename from net-wireless/blueman/blueman-2.3.2.ebuild
rename to net-wireless/blueman/blueman-2.3.2-r1.ebuild
index 9e0c9be9019a..6564c377f688 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2-r1.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
')
sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
+   x11-libs/gtk+:3[introspection,X]
x11-libs/libnotify[introspection]
|| (
x11-themes/adwaita-icon-theme

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index c34ce0ed1161..62b0322489b5 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
')
sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
+   x11-libs/gtk+:3[introspection,X]
x11-libs/libnotify[introspection]
|| (
x11-themes/adwaita-icon-theme



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

2022-09-04 Thread Michał Górny
commit: b4aedc65842f84b7422ce162dd8ace560cfd742f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  5 05:08:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  5 05:08:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4aedc65

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   2 -
 net-wireless/blueman/blueman-2.2.5.ebuild | 142 --
 net-wireless/blueman/blueman-2.3.1.ebuild | 141 -
 3 files changed, 285 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 294aa8fb7131..6f3bc97ae534 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,3 +1 @@
-DIST blueman-2.2.5.tar.xz 1575260 BLAKE2B 
9e26b3406114b1dd3257bcfd0850bf16385ac3eb2fcd89097e3a0464099b7c64eb4cf1f5cd7630a8387fd258b4b0bf8bc52f01c5da480e543bd11346995392c2
 SHA512 
265a9286ac943a41f78b587a93e8759ca87b49fcda5a7b34ce520d9e0aee8e6335a1219f46d1c3d9bd3f07be15913b5c4bc101daaa5e9e5b380703733c021a35
-DIST blueman-2.3.1.tar.xz 1606200 BLAKE2B 
6f4528e827824884c763da81aff9642e442c3b8e465f9c2dfae9e63de409956e946ba3f939a64ae68f0d05df11e49927daab2af189e8605ccc5e4897ca8fb7ab
 SHA512 
04adbb3eff4571cf105cad2769d7ad8e4055112a7e1b3c1152b300e72534621647cc6a0f284915cc2d3c642b8c1acf825c8c9a0227dbb617fa9071a534f0562c
 DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
deleted file mode 100644
index 3ea5b21469db..
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ /dev/null
@@ -1,142 +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 autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? (
-   dev-libs/libappindicator:3[introspection]
-   )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? (
-   sys-auth/polkit
-   )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   https://github.com/blueman-project/blueman/";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   SRC_URI="
-   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
-   "
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:

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

2022-09-04 Thread Jakov Smolić
commit: 2db76902d18ea404e05b243408cfdfcdef3202b6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Sep  4 21:48:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Sep  4 21:48:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db76902

net-wireless/blueman: Stabilize 2.3.2 amd64, #868459

Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index 916e84633fd4..97f1cae7f5c1 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-09-04 Thread Jakov Smolić
commit: 019f6eef7f6983f931e6c5c360624ecb1c90e6b9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Sep  4 21:49:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Sep  4 21:49:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019f6eef

net-wireless/blueman: Stabilize 2.3.2 x86, #868459

Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index 97f1cae7f5c1..9e0c9be9019a 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-09-04 Thread Sam James
commit: af55467bda7be4d352f03d59a7bfbf61d34272e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  4 20:22:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  4 20:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af55467b

net-wireless/blueman: Stabilize 2.3.2 arm64, #868459

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

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index af7cb0a0c13a..916e84633fd4 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-09-04 Thread Arthur Zamarin
commit: 13e8559102fdbdd8b7a546754c08bebb1afd1525
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep  4 18:29:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep  4 18:29:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e85591

net-wireless/blueman: Stabilize 2.3.2 ppc, #868459

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

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index 97c3b62b6e37..af7cb0a0c13a 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-09-04 Thread Arthur Zamarin
commit: c80c8592fd5de73bf24a25e3c549eb103326b7b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep  4 18:19:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep  4 18:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c8592

net-wireless/blueman: Stabilize 2.3.2 ppc64, #868459

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

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index 68755b12b98a..97c3b62b6e37 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-09-04 Thread Sam James
commit: 2565291cd15a85f2a9fb2e4e6cce3df20b73e73e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  4 17:48:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  4 17:48:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2565291c

net-wireless/blueman: Stabilize 2.3.2 arm, #868459

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

 net-wireless/blueman/blueman-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index c34ce0ed1161..68755b12b98a 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-08-01 Thread Michał Górny
commit: 694d9d319c313b160fbb3fea155f9c7d5bd706ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 27 08:32:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 04:07:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694d9d31

net-wireless/blueman: Invoke eautomake to fix py-compile script

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

 net-wireless/blueman/blueman-2.3.1.ebuild |  2 +-
 net-wireless/blueman/blueman-2.3.2.ebuild | 11 ---
 net-wireless/blueman/blueman-.ebuild  | 11 ---
 3 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.3.1.ebuild 
b/net-wireless/blueman/blueman-2.3.1.ebuild
index dbedcfc7eae6..997963609ec2 100644
--- a/net-wireless/blueman/blueman-2.3.1.ebuild
+++ b/net-wireless/blueman/blueman-2.3.1.ebuild
@@ -97,7 +97,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
+   [[ ${PV} ==  ]] && eautoreconf || eautomake
distutils-r1_src_prepare
 }
 

diff --git a/net-wireless/blueman/blueman-2.3.2.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
index 453fb6b604da..c34ce0ed1161 100644
--- a/net-wireless/blueman/blueman-2.3.2.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -7,13 +7,13 @@ DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit distutils-r1 gnome2-utils linux-info systemd xdg-utils
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/blueman-project/blueman/";
 
 if [[ ${PV} == "" ]] ; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
 else
SRC_URI="
@@ -97,7 +97,12 @@ pkg_setup() {
 }
 
 src_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   else
+   # remove this when upstream switches to automake with .pyc fix
+   eautomake
+   fi
distutils-r1_src_prepare
 }
 

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 453fb6b604da..c34ce0ed1161 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -7,13 +7,13 @@ DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit distutils-r1 gnome2-utils linux-info systemd xdg-utils
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/blueman-project/blueman/";
 
 if [[ ${PV} == "" ]] ; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
 else
SRC_URI="
@@ -97,7 +97,12 @@ pkg_setup() {
 }
 
 src_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   else
+   # remove this when upstream switches to automake with .pyc fix
+   eautomake
+   fi
distutils-r1_src_prepare
 }
 



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

2022-08-01 Thread Michał Górny
commit: b5d1ed74673f8e4c78565334ce8102a10be0f460
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  1 10:10:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  1 11:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d1ed74

net-wireless/blueman: Bump to 2.3.2

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

 net-wireless/blueman/Manifest|  1 +
 .../{blueman-.ebuild => blueman-2.3.2.ebuild}| 16 +---
 net-wireless/blueman/blueman-.ebuild | 16 +---
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index e28980c63f27..294aa8fb7131 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1,3 @@
 DIST blueman-2.2.5.tar.xz 1575260 BLAKE2B 
9e26b3406114b1dd3257bcfd0850bf16385ac3eb2fcd89097e3a0464099b7c64eb4cf1f5cd7630a8387fd258b4b0bf8bc52f01c5da480e543bd11346995392c2
 SHA512 
265a9286ac943a41f78b587a93e8759ca87b49fcda5a7b34ce520d9e0aee8e6335a1219f46d1c3d9bd3f07be15913b5c4bc101daaa5e9e5b380703733c021a35
 DIST blueman-2.3.1.tar.xz 1606200 BLAKE2B 
6f4528e827824884c763da81aff9642e442c3b8e465f9c2dfae9e63de409956e946ba3f939a64ae68f0d05df11e49927daab2af189e8605ccc5e4897ca8fb7ab
 SHA512 
04adbb3eff4571cf105cad2769d7ad8e4055112a7e1b3c1152b300e72534621647cc6a0f284915cc2d3c642b8c1acf825c8c9a0227dbb617fa9071a534f0562c
+DIST blueman-2.3.2.tar.xz 1575412 BLAKE2B 
25fbed432e103a46840dc10d73bce4e8e7a5e7ea623dbb3a50c420d166af7eb0eff046d0fd9986869055fbb4c3f8563920fb840f8f74f37a05b6680434f13dc5
 SHA512 
13760def19951bcb4582dbe142259256826a0f50e6c34e56c61c6f890f4e2e08085733f2480ad4c95ee52ec616cbb7ddd3a946634f042d80692cd37b57207cc0

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.3.2.ebuild
similarity index 89%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.3.2.ebuild
index dbedcfc7eae6..453fb6b604da 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.3.2.ebuild
@@ -7,13 +7,13 @@ DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+inherit distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/blueman-project/blueman/";
 
 if [[ ${PV} == "" ]] ; then
-   inherit git-r3
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
 else
SRC_URI="
@@ -64,7 +64,7 @@ RDEPEND="
|| (
net-dns/dnsmasq
net-misc/dhcp
-   >=net-misc/networkmanager-0.8
+   >=net-misc/networkmanager-0.8[introspection]
)
)
policykit? (
@@ -118,6 +118,16 @@ python_configure() {
econf "${myconf[@]}"
 }
 
+python_compile() {
+   default
+}
+
+python_test() {
+   # import tests are not very valuable and fail if /dev/rfkill
+   # does not exist
+   "${EPYTHON}" -m unittest -v test/test_gobject.py || die
+}
+
 python_install() {
default
 

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index dbedcfc7eae6..453fb6b604da 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -7,13 +7,13 @@ DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
+inherit distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/blueman-project/blueman/";
 
 if [[ ${PV} == "" ]] ; then
-   inherit git-r3
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
 else
SRC_URI="
@@ -64,7 +64,7 @@ RDEPEND="
|| (
net-dns/dnsmasq
net-misc/dhcp
-   >=net-misc/networkmanager-0.8
+   >=net-misc/networkmanager-0.8[introspection]
)
)
policykit? (
@@ -118,6 +118,16 @@ python_configure() {
econf "${myconf[@]}"
 }
 
+python_compile() {
+   default
+}
+
+python_test() {
+   # import tests are not very valuable and fail if /dev/rfkill
+   # does not exist
+   "${EPYTHON}" -m unittest -v test/test_gobject.py || die
+}
+
 python_install() {
default
 



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

2022-07-17 Thread Michał Górny
commit: c59fca7d8eeaf68e94b7e0b3b37b6781ea017327
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 17 19:58:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 17 19:58:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59fca7d

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest|   1 -
 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 133 ---
 2 files changed, 134 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index d3c683a6996a..e28980c63f27 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,3 +1,2 @@
-DIST blueman-2.2.3.tar.xz 1587268 BLAKE2B 
b3a2d275904959437a47eec32b16f9ebd945bf49705d4f4752d9bfa40d7764b73d373225875773491432cf5b72319eba51a7206cccf10dcf6033a98f584a0504
 SHA512 
ccaf624bdea116c70b375ae62c1b477452207e8df0fa0941b0e80ac9fa9fbf760fa0bd0db1e7dc1e63f6010323c4b0bb228e315a0cb8f6a4283cd9da6cfa012b
 DIST blueman-2.2.5.tar.xz 1575260 BLAKE2B 
9e26b3406114b1dd3257bcfd0850bf16385ac3eb2fcd89097e3a0464099b7c64eb4cf1f5cd7630a8387fd258b4b0bf8bc52f01c5da480e543bd11346995392c2
 SHA512 
265a9286ac943a41f78b587a93e8759ca87b49fcda5a7b34ce520d9e0aee8e6335a1219f46d1c3d9bd3f07be15913b5c4bc101daaa5e9e5b380703733c021a35
 DIST blueman-2.3.1.tar.xz 1606200 BLAKE2B 
6f4528e827824884c763da81aff9642e442c3b8e465f9c2dfae9e63de409956e946ba3f939a64ae68f0d05df11e49927daab2af189e8605ccc5e4897ca8fb7ab
 SHA512 
04adbb3eff4571cf105cad2769d7ad8e4055112a7e1b3c1152b300e72534621647cc6a0f284915cc2d3c642b8c1acf825c8c9a0227dbb617fa9071a534f0562c

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
deleted file mode 100644
index 13fd55d8e9c7..
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ /dev/null
@@ -1,133 +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 autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   media-video/pipewire[bluetooth]
-   

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

2022-07-17 Thread Sam James
commit: af07dcdc3cbac7ea87d86c1926037f41ef60d9a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 19:45:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 19:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af07dcdc

net-wireless/blueman: Stabilize 2.2.5 ppc, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index dd5c7ca52642..3ea5b21469db 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Sam James
commit: e17aecd5e9e038ade8b79b96d0977bbefd8d18b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 19:45:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 19:45:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17aecd5

net-wireless/blueman: Stabilize 2.2.5 ppc64, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index ddb8b6944540..dd5c7ca52642 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Sam James
commit: dd0b22190da2bffa71d8aafd210382285778ee0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 19:40:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 19:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0b2219

net-wireless/blueman: Stabilize 2.2.5 arm64, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index f97ff4c08d75..ddb8b6944540 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Sam James
commit: 5c6f875975f3614f8f40dc7121855e40d3fd84ef
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 19:40:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 19:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6f8759

net-wireless/blueman: Stabilize 2.2.5 arm, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index 884b158be40b..f97ff4c08d75 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Sam James
commit: 962576d13bba1765eb0140c7ada27d87fe185b66
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 17:34:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 17:34:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962576d1

net-wireless/blueman: Stabilize 2.2.5 x86, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index 14d5a18e335a..327211f562a8 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Sam James
commit: dc03329db9467061b44ae411961d980627ca1ca7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 17 17:34:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 17 17:34:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc03329d

net-wireless/blueman: Stabilize 2.2.5 amd64, #858635

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

 net-wireless/blueman/blueman-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.5.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
index 327211f562a8..884b158be40b 100644
--- a/net-wireless/blueman/blueman-2.2.5.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-07-17 Thread Michał Górny
commit: cbeb1758c624be743705dce91cb6d7923cf2617a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 17 17:16:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 17 17:26:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeb1758

net-wireless/blueman: Bump to 2.3.1

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

 net-wireless/blueman/Manifest  |  1 +
 .../{blueman-.ebuild => blueman-2.3.1.ebuild}  | 25 +++---
 net-wireless/blueman/blueman-.ebuild   | 25 +++---
 3 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index eadb14121b05..d3c683a6996a 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1,3 @@
 DIST blueman-2.2.3.tar.xz 1587268 BLAKE2B 
b3a2d275904959437a47eec32b16f9ebd945bf49705d4f4752d9bfa40d7764b73d373225875773491432cf5b72319eba51a7206cccf10dcf6033a98f584a0504
 SHA512 
ccaf624bdea116c70b375ae62c1b477452207e8df0fa0941b0e80ac9fa9fbf760fa0bd0db1e7dc1e63f6010323c4b0bb228e315a0cb8f6a4283cd9da6cfa012b
 DIST blueman-2.2.5.tar.xz 1575260 BLAKE2B 
9e26b3406114b1dd3257bcfd0850bf16385ac3eb2fcd89097e3a0464099b7c64eb4cf1f5cd7630a8387fd258b4b0bf8bc52f01c5da480e543bd11346995392c2
 SHA512 
265a9286ac943a41f78b587a93e8759ca87b49fcda5a7b34ce520d9e0aee8e6335a1219f46d1c3d9bd3f07be15913b5c4bc101daaa5e9e5b380703733c021a35
+DIST blueman-2.3.1.tar.xz 1606200 BLAKE2B 
6f4528e827824884c763da81aff9642e442c3b8e465f9c2dfae9e63de409956e946ba3f939a64ae68f0d05df11e49927daab2af189e8605ccc5e4897ca8fb7ab
 SHA512 
04adbb3eff4571cf105cad2769d7ad8e4055112a7e1b3c1152b300e72534621647cc6a0f284915cc2d3c642b8c1acf825c8c9a0227dbb617fa9071a534f0562c

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.3.1.ebuild
similarity index 87%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.3.1.ebuild
index 14d5a18e335a..dbedcfc7eae6 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.3.1.ebuild
@@ -3,9 +3,11 @@
 
 EAPI=8
 
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/blueman-project/blueman/";
@@ -25,22 +27,23 @@ fi
 # source files are mixed GPL-3+ and GPL-2+
 LICENSE="GPL-3+ GPL-2"
 SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="network nls policykit pulseaudio"
 
 DEPEND="
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
>=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
+"
 BDEPEND="
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
')
virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-RDEPEND="${DEPEND}
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
$(python_gen_cond_dep '
dev-python/pycairo[${PYTHON_USEDEP}]
')
@@ -52,9 +55,6 @@ RDEPEND="${DEPEND}
x11-themes/faenza-icon-theme
x11-themes/mate-icon-theme
)
-   appindicator? (
-   dev-libs/libappindicator:3[introspection]
-   )
network? (
net-firewall/iptables
|| (
@@ -97,18 +97,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-   default
[[ ${PV} ==  ]] && eautoreconf
+   distutils-r1_src_prepare
 }
 
-src_configure() {
+python_configure() {
local myconf=(
--disable-runtime-deps-check
--disable-static
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
--with-systemduserunitdir="$(systemd_get_userunitdir)"
--with-dhcp-config="/etc/dhcp/dhcpd.conf"
-   $(use_enable appindicator)
$(use_enable policykit polkit)
$(use_enable nls)
$(use_enable pulseaudio)
@@ -119,7 +118,7 @@ src_configure() {
econf "${myconf[@]}"
 }
 
-src_install() {
+python_install() {
default
 
if use policykit; then

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 14d5a18e335a..dbedcfc7eae6 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -3,9 +3,11 @@
 
 EAPI=8
 
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
+inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
 HOMEPAGE="https://github.com/

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

2022-06-10 Thread Michał Górny
commit: 3e707c4eeaa827412615da898b59111b3db5d7d2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 12:02:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 12:04:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e707c4e

net-wireless/blueman: Bump to 2.2.5

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

 net-wireless/blueman/Manifest  |  1 +
 .../{blueman-.ebuild => blueman-2.2.5.ebuild}  | 35 ++
 net-wireless/blueman/blueman-.ebuild   | 35 ++
 3 files changed, 45 insertions(+), 26 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index dc71bc07a205..eadb14121b05 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.2.3.tar.xz 1587268 BLAKE2B 
b3a2d275904959437a47eec32b16f9ebd945bf49705d4f4752d9bfa40d7764b73d373225875773491432cf5b72319eba51a7206cccf10dcf6033a98f584a0504
 SHA512 
ccaf624bdea116c70b375ae62c1b477452207e8df0fa0941b0e80ac9fa9fbf760fa0bd0db1e7dc1e63f6010323c4b0bb228e315a0cb8f6a4283cd9da6cfa012b
+DIST blueman-2.2.5.tar.xz 1575260 BLAKE2B 
9e26b3406114b1dd3257bcfd0850bf16385ac3eb2fcd89097e3a0464099b7c64eb4cf1f5cd7630a8387fd258b4b0bf8bc52f01c5da480e543bd11346995392c2
 SHA512 
265a9286ac943a41f78b587a93e8759ca87b49fcda5a7b34ce520d9e0aee8e6335a1219f46d1c3d9bd3f07be15913b5c4bc101daaa5e9e5b380703733c021a35

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.2.5.ebuild
similarity index 83%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.2.5.ebuild
index 090a7032ac19..14d5a18e335a 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.2.5.ebuild
@@ -1,21 +1,24 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
 
-PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
+HOMEPAGE="https://github.com/blueman-project/blueman/";
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
 else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   SRC_URI="
+   
https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
+   "
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2
@@ -23,6 +26,7 @@ fi
 LICENSE="GPL-3+ GPL-2"
 SLOT="0"
 IUSE="appindicator network nls policykit pulseaudio"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
$(python_gen_cond_dep '
@@ -48,7 +52,9 @@ RDEPEND="${DEPEND}
x11-themes/faenza-icon-theme
x11-themes/mate-icon-theme
)
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
+   appindicator? (
+   dev-libs/libappindicator:3[introspection]
+   )
network? (
net-firewall/iptables
|| (
@@ -61,7 +67,9 @@ RDEPEND="${DEPEND}
>=net-misc/networkmanager-0.8
)
)
-   policykit? ( sys-auth/polkit )
+   policykit? (
+   sys-auth/polkit
+   )
pulseaudio? (
|| (
media-sound/pulseaudio-daemon[bluetooth]
@@ -72,12 +80,14 @@ RDEPEND="${DEPEND}
)
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 pkg_pretend() {
if use network; then
-   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
-   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
+   local CONFIG_CHECK="
+   ~BRIDGE
+   ~IP_NF_IPTABLES
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   "
check_extra_config
fi
 }
@@ -88,8 +98,7 @@ pkg_setup() {
 
 src_prepare() {
default
-   # replace py-compile to fix py3
-   [[ ${PV} ==  ]] && eautoreconf || eautomake
+   [[ ${PV} ==  ]] && eautoreconf
 }
 
 src_configure() {

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 090a7032ac19..14d5a18e335a 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -1,21 +1,24 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
 
-PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 syst

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

2022-04-27 Thread Michał Górny
commit: 552fdc6ab78ad6bcd3ae18a3e6f91e1f1d9a1964
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 27 19:52:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 27 19:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552fdc6a

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest|   1 -
 net-wireless/blueman/blueman-2.2.2-r1.ebuild | 132 ---
 2 files changed, 133 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index c142683746c7..dc71bc07a205 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.2.2.tar.xz 1560516 BLAKE2B 
fb82044971fb51ed7732f7638872e3bdbc7259a4fd4f3cc26f5567cfce378319ef3346376d3f07ceab92d2d002ff6455cc7c43345da7f660c3dc9f6b5ab57980
 SHA512 
b95f82c8a1bc8a77755f56944852a92da3bb58ecf646da75cfc6b6b50af679a3a8efb881f7917e6bb8b3645b1d3ab95b52ecd3c13ff0891ce999b59fe6d24488
 DIST blueman-2.2.3.tar.xz 1587268 BLAKE2B 
b3a2d275904959437a47eec32b16f9ebd945bf49705d4f4752d9bfa40d7764b73d373225875773491432cf5b72319eba51a7206cccf10dcf6033a98f584a0504
 SHA512 
ccaf624bdea116c70b375ae62c1b477452207e8df0fa0941b0e80ac9fa9fbf760fa0bd0db1e7dc1e63f6010323c4b0bb228e315a0cb8f6a4283cd9da6cfa012b

diff --git a/net-wireless/blueman/blueman-2.2.2-r1.ebuild 
b/net-wireless/blueman/blueman-2.2.2-r1.ebuild
deleted file mode 100644
index bf91bd70e3e9..
--- a/net-wireless/blueman/blueman-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,132 +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 autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio-daemon[bluetooth]
-   

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

2022-04-27 Thread Arthur Zamarin
commit: 84099c23bc191503401d4276ba260a49b4178508
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 19:12:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 19:12:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84099c23

net-wireless/blueman: Stabilize 2.2.3-r2 ppc64, #841284

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

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index ec92f3a1f7ca..13fd55d8e9c7 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-04-27 Thread Arthur Zamarin
commit: 8cb2e8e6a7b65e64c2c29f9ddfd74de5e8fc39e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:57:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:57:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb2e8e6

net-wireless/blueman: Stabilize 2.2.3-r2 ppc, #841284

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

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index f889f28ee396..ec92f3a1f7ca 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-04-27 Thread Arthur Zamarin
commit: 7cf41b88c0c5d7bc002665161b6e9d655b7a21b2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:48:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:48:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf41b88

net-wireless/blueman: Stabilize 2.2.3-r2 arm64, #841284

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

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index 74af3a1a84eb..f889f28ee396 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-04-27 Thread Arthur Zamarin
commit: 943820dc4d30c4a1298c34759fa126dc473107a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:31:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:31:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943820dc

net-wireless/blueman: Stabilize 2.2.3-r2 arm, #841284

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

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index 4b08b5152ca6..74af3a1a84eb 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-04-27 Thread Jakov Smolić
commit: d24da472701fd42009af83acedd71c083814e5e8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:21:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24da472

net-wireless/blueman: Stabilize 2.2.3-r2 x86, #841284

Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index 4bccbdee40e5..4b08b5152ca6 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 # icons are GPL-2



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

2022-04-27 Thread Jakov Smolić
commit: 989f79e8052dfdc0be572d537f54068328b30ffd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:20:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989f79e8

net-wireless/blueman: Stabilize 2.2.3-r2 amd64, #841284

Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index 24a8732bed40..4bccbdee40e5 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2022-03-24 Thread Sam James
commit: 834322d5c3536354a165908a790ec4b998e4c2bf
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 25 02:26:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 25 02:26:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834322d5

net-wireless/blueman: drop obsolete intltool dependency

Dropped upstream in 
https://github.com/blueman-project/blueman/commit/3a3b27e6f8706df2de000cee6a879652d3633a00

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

 net-wireless/blueman/blueman-2.2.3-r2.ebuild | 2 +-
 net-wireless/blueman/blueman-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.2.3-r2.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
index d76266468173..24a8732bed40 100644
--- a/net-wireless/blueman/blueman-2.2.3-r2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r2.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
')
virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
+   nls? ( sys-devel/gettext )"
 RDEPEND="${DEPEND}
$(python_gen_cond_dep '
dev-python/pycairo[${PYTHON_USEDEP}]

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 93256bfb360b..090a7032ac19 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
')
virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
+   nls? ( sys-devel/gettext )"
 RDEPEND="${DEPEND}
$(python_gen_cond_dep '
dev-python/pycairo[${PYTHON_USEDEP}]



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

2022-03-08 Thread Sam James
commit: 4579f2db5fbccde319b2fcd1a44cc1a849132601
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Sun Feb 27 07:15:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 13:30:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4579f2db

net-wireless/blueman: Adapt to split pulseaudio metapackage

Signed-off-by: Igor V. Kovalenko  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../blueman/{blueman-2.2.2.ebuild => blueman-2.2.2-r1.ebuild}| 5 +++--
 .../blueman/{blueman-2.2.3-r1.ebuild => blueman-2.2.3-r2.ebuild} | 2 +-
 net-wireless/blueman/blueman-.ebuild | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2-r1.ebuild
similarity index 95%
rename from net-wireless/blueman/blueman-2.2.2.ebuild
rename to net-wireless/blueman/blueman-2.2.2-r1.ebuild
index d3bf445dc93f..bf91bd70e3e9 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2-r1.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"
@@ -64,7 +64,8 @@ RDEPEND="${DEPEND}
policykit? ( sys-auth/polkit )
pulseaudio? (
|| (
-   media-sound/pulseaudio[bluetooth]
+   media-sound/pulseaudio-daemon[bluetooth]
+   

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

2022-02-20 Thread Sam James
commit: dda3af5e256605dd18ea16327746f486ecca61e4
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Fri Feb 18 19:21:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 21 00:43:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda3af5e

net-wireless/blueman: Allow more BT audio implementations

Blueman package wants to make sure there is functional bluetooth audio
implementation. Allow pulseaudio-daemon or pipewire with USE=bluetooth.

With this change corresponding 'pulseaudio' use flag should probably be renamed
to either 'audio' or 'sound'

Signed-off-by: Igor V. Kovalenko  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24223
Signed-off-by: Sam James  gentoo.org>

 .../blueman/{blueman-2.2.3.ebuild => blueman-2.2.3-r1.ebuild} | 2 ++
 net-wireless/blueman/blueman-.ebuild  | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.3.ebuild 
b/net-wireless/blueman/blueman-2.2.3-r1.ebuild
similarity index 97%
rename from net-wireless/blueman/blueman-2.2.3.ebuild
rename to net-wireless/blueman/blueman-2.2.3-r1.ebuild
index e26dd771b41d..9956a8d8bdc4 100644
--- a/net-wireless/blueman/blueman-2.2.3.ebuild
+++ b/net-wireless/blueman/blueman-2.2.3-r1.ebuild
@@ -64,6 +64,8 @@ RDEPEND="${DEPEND}
policykit? ( sys-auth/polkit )
pulseaudio? (
|| (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
media-sound/pulseaudio[bluetooth]
media-sound/pulseaudio-modules-bt
)

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 093410dceb50..ee078696786e 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.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"
@@ -64,6 +64,8 @@ RDEPEND="${DEPEND}
policykit? ( sys-auth/polkit )
pulseaudio? (
|| (
+   media-sound/pulseaudio-daemon[bluetooth]
+   media-video/pipewire[bluetooth]
media-sound/pulseaudio[bluetooth]
media-sound/pulseaudio-modules-bt
)



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

2022-02-08 Thread Michał Górny
commit: bcefb5b1baa18ef283755b642c871fe7a54a53a6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  8 21:00:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  8 23:21:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcefb5b1

net-wireless/blueman: Bump to 2.2.3

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.2.3.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 1c344ecfbf1f..c142683746c7 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.2.2.tar.xz 1560516 BLAKE2B 
fb82044971fb51ed7732f7638872e3bdbc7259a4fd4f3cc26f5567cfce378319ef3346376d3f07ceab92d2d002ff6455cc7c43345da7f660c3dc9f6b5ab57980
 SHA512 
b95f82c8a1bc8a77755f56944852a92da3bb58ecf646da75cfc6b6b50af679a3a8efb881f7917e6bb8b3645b1d3ab95b52ecd3c13ff0891ce999b59fe6d24488
+DIST blueman-2.2.3.tar.xz 1587268 BLAKE2B 
b3a2d275904959437a47eec32b16f9ebd945bf49705d4f4752d9bfa40d7764b73d373225875773491432cf5b72319eba51a7206cccf10dcf6033a98f584a0504
 SHA512 
ccaf624bdea116c70b375ae62c1b477452207e8df0fa0941b0e80ac9fa9fbf760fa0bd0db1e7dc1e63f6010323c4b0bb228e315a0cb8f6a4283cd9da6cfa012b

diff --git a/net-wireless/blueman/blueman-2.2.3.ebuild 
b/net-wireless/blueman/blueman-2.2.3.ebuild
new file mode 100644
index ..e26dd771b41d
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.2.3.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="appindicator network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+   ${PYTHON_DEPS}"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( dev-util/intltool sys-devel/gettext )"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   appindicator? ( dev-libs/libappindicator:3[introspection] )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8
+   )
+   )
+   policykit? ( sys-auth/polkit )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio[bluetooth]
+   media-sound/pulseaudio-modules-bt
+   )
+   )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_pretend() {
+   if use network; then
+   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
+   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
+   check_extra_config
+   fi
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # replace py-compile to fix py3
+   [[ ${PV} ==  ]] && eautoreconf || eautomake
+}
+
+src_configure() {
+   local myconf=(
+   --disable-runtime-deps-check
+   --disable-static
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-systemduserunitdir="$(systemd_get_userunitdir)"
+   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
+   $(use_enable appindicator)
+   $(use_enable policykit polkit)
+   $(use_enable nls)
+   $(use_enable pulseaudio)
+   # thunar integration is a single data file with no extra deps
+   # so install it unconditionally
+   --enable-thunar-sendto
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+  

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

2021-10-04 Thread Michał Górny
commit: 262cda30bd4e8c731b3e83c58a4670d0327db20d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  4 20:52:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  4 20:52:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262cda30

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.2.1.ebuild | 131 --
 2 files changed, 132 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 601f09f59b9..1c344ecfbf1 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.2.1.tar.xz 1570992 BLAKE2B 
b6d2296b68990c25e6d8077b513ebd3915152522fdf66bb5d887a90cf98e8835d993caf89a93089947ff1f6470075b9b6643ee0169ba86e46d190c09fbc6942a
 SHA512 
7668a68470e7b5ab8e5cd774c89a7ae347de4193e293b5f2a467407fcb625e07a482f986fd7b672b763c297a0c0692c1da53dcc4ae75ec7fa118b180be623104
 DIST blueman-2.2.2.tar.xz 1560516 BLAKE2B 
fb82044971fb51ed7732f7638872e3bdbc7259a4fd4f3cc26f5567cfce378319ef3346376d3f07ceab92d2d002ff6455cc7c43345da7f660c3dc9f6b5ab57980
 SHA512 
b95f82c8a1bc8a77755f56944852a92da3bb58ecf646da75cfc6b6b50af679a3a8efb881f7917e6bb8b3645b1d3ab95b52ecd3c13ff0891ce999b59fe6d24488

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
deleted file mode 100644
index dccbae5e252..000
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio[bluetooth]
-   media-sound/pulseaudio-modules-bt
-   )
-   )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_pretend() {
-   if use network; then
-   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
-   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
-   check_extra_config
-   fi
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # replace py-compile to fix py3
-   [[ ${PV} ==  ]] && eautoreconf || eautomake
-}
-
-src_configure() {
-   local myconf=(
-   --disable-runtime-deps-check
-   --disable-static
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
-   $(use_enable appindicator)
-   $(use_enable policykit polkit)
-   $(use_enable nls)
-   $(use_enable pulseaudio)
-   # thunar integration is a single data file with no extra deps
-   # so install it unconditionally
-   --enable-thunar-sendto
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-  

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

2021-10-04 Thread Sam James
commit: bd7b27e94f0e7da688c5cfe02faf649de023f528
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 19:15:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 19:15:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7b27e9

net-wireless/blueman: Stabilize 2.2.2 arm64, #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 181b60160ae..71f26470d8f 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-10-01 Thread Sam James
commit: 37a35940b0f81b0c0e629f346db5ab093fb97214
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  1 23:41:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  1 23:41:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a35940

net-wireless/blueman: Stabilize 2.2.2 arm, #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 17322df1587..181b60160ae 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Agostino Sarubbo
commit: cfa3e291cd42aca1081c3d75bc62eb96682fd75b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 27 06:57:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 27 06:57:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa3e291

net-wireless/blueman: x86 stable wrt bug #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index f9a2d9cc0a8..17322df1587 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Agostino Sarubbo
commit: 6e12909b7db6c8e1383bcac75c0a87d99ec9540c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 27 06:54:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 27 06:54:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e12909b

net-wireless/blueman: amd64 stable wrt bug #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index be3dbdcd9ce..f9a2d9cc0a8 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Sam James
commit: 2632b9f36c0b9440924411ea00c41155d82a00cd
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2632b9f3

net-wireless/blueman: Stabilize 2.2.2 ppc64, #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 1eaea12f6d4..be3dbdcd9ce 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Sam James
commit: 252f6b32291149634a8ae4891ea34c50a261e112
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252f6b32

net-wireless/blueman: Stabilize 2.2.2 ppc, #815034

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

 net-wireless/blueman/blueman-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 093410dceb5..1eaea12f6d4 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-08-06 Thread Michał Górny
commit: 257d11c976d43e81f9f055910a029c006e0624d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 05:52:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 06:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257d11c9

net-wireless/blueman: Bump to 2.2.2

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

 net-wireless/blueman/Manifest  | 1 +
 net-wireless/blueman/{blueman-.ebuild => blueman-2.2.2.ebuild} | 4 ++--
 net-wireless/blueman/blueman-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index b6f55837c10..601f09f59b9 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.2.1.tar.xz 1570992 BLAKE2B 
b6d2296b68990c25e6d8077b513ebd3915152522fdf66bb5d887a90cf98e8835d993caf89a93089947ff1f6470075b9b6643ee0169ba86e46d190c09fbc6942a
 SHA512 
7668a68470e7b5ab8e5cd774c89a7ae347de4193e293b5f2a467407fcb625e07a482f986fd7b672b763c297a0c0692c1da53dcc4ae75ec7fa118b180be623104
+DIST blueman-2.2.2.tar.xz 1560516 BLAKE2B 
fb82044971fb51ed7732f7638872e3bdbc7259a4fd4f3cc26f5567cfce378319ef3346376d3f07ceab92d2d002ff6455cc7c43345da7f660c3dc9f6b5ab57980
 SHA512 
b95f82c8a1bc8a77755f56944852a92da3bb58ecf646da75cfc6b6b50af679a3a8efb881f7917e6bb8b3645b1d3ab95b52ecd3c13ff0891ce999b59fe6d24488

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
similarity index 97%
copy from net-wireless/blueman/blueman-.ebuild
copy to net-wireless/blueman/blueman-2.2.2.ebuild
index 7b936b7e454..093410dceb5 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 7b936b7e454..093410dceb5 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-07-08 Thread Michał Górny
commit: 7ef00947bbc1e840e49d1abb4aec8beda6d6fc09
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  8 07:00:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  8 07:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef00947

net-wireless/blueman: Remove old

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

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.1.4.ebuild | 131 --
 2 files changed, 132 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index c9cafe4c742..b6f55837c10 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.1.4.tar.xz 983816 BLAKE2B 
de8d475b0aec5b037df43fdb76ebbf4fdb05367f166c14cda818badf49376f2a91de246f991167a57ecaa82a84ac84b4e91f600237c35d86e27431a760192996
 SHA512 
b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff
 DIST blueman-2.2.1.tar.xz 1570992 BLAKE2B 
b6d2296b68990c25e6d8077b513ebd3915152522fdf66bb5d887a90cf98e8835d993caf89a93089947ff1f6470075b9b6643ee0169ba86e46d190c09fbc6942a
 SHA512 
7668a68470e7b5ab8e5cd774c89a7ae347de4193e293b5f2a467407fcb625e07a482f986fd7b672b763c297a0c0692c1da53dcc4ae75ec7fa118b180be623104

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
deleted file mode 100644
index 34209ec79cb..000
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_MULTI_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio[bluetooth]
-   media-sound/pulseaudio-modules-bt
-   )
-   )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_pretend() {
-   if use network; then
-   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
-   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
-   check_extra_config
-   fi
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # replace py-compile to fix py3
-   [[ ${PV} ==  ]] && eautoreconf || eautomake
-}
-
-src_configure() {
-   local myconf=(
-   --disable-runtime-deps-check
-   --disable-static
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
-   $(use_enable appindicator)
-   $(use_enable policykit polkit)
-   $(use_enable nls)
-   $(use_enable pulseaudio)
-   # thunar integration is a single data file with no extra deps
-   # so install it unconditionally
-   --enable-thunar-sendto
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   

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

2021-07-07 Thread Sam James
commit: 472ff2d3c9d7affc62e8bd3a32e278bbf633931f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 03:53:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  8 03:53:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472ff2d3

net-wireless/blueman: Stabilize 2.2.1 arm64, #799932

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

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 3684a53acc8..34209ec79cb 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-05 Thread Sam James
commit: cd16cbf51f79c0ba1647946350a377c2a0d17372
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 01:47:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 01:47:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd16cbf5

net-wireless/blueman: Stabilize 2.2.1 arm, #799932

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

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 98700e5aa44..3684a53acc8 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-02 Thread Agostino Sarubbo
commit: 1ff4f5df06f09ec2c7d4e6f075c31e18562deec6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:22:26 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:22:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff4f5df

net-wireless/blueman: ppc64 stable wrt bug #799932

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 0a63f77c355..98700e5aa44 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-02 Thread Agostino Sarubbo
commit: 21c30e2203351e50e8c390203d4884a6479cdff4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:20:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:20:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c30e22

net-wireless/blueman: ppc stable wrt bug #799932

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 927abb302b9..0a63f77c355 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-02 Thread Sam James
commit: 839954bbd0adc431bd4a5dea92990ddf6b87b012
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839954bb

net-wireless/blueman: Stabilize 2.2.1 amd64, #799932

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

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 8851d427618..927abb302b9 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-02 Thread Sam James
commit: aebaf90e73986ee883dc74ca0a318d72f1b5935e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebaf90e

net-wireless/blueman: Stabilize 2.2.1 x86, #799932

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

 net-wireless/blueman/blueman-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 5d3ff61c631..8851d427618 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-06-01 Thread Michał Górny
commit: d8bf2b3ce58d7fa5b6b74c25c04fcfc9dace2260
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  1 09:31:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  1 20:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bf2b3c

net-wireless/blueman: Bump to 2.2.1

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.2.1.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 7c13bbcf6d8..c9cafe4c742 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.1.4.tar.xz 983816 BLAKE2B 
de8d475b0aec5b037df43fdb76ebbf4fdb05367f166c14cda818badf49376f2a91de246f991167a57ecaa82a84ac84b4e91f600237c35d86e27431a760192996
 SHA512 
b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff
+DIST blueman-2.2.1.tar.xz 1570992 BLAKE2B 
b6d2296b68990c25e6d8077b513ebd3915152522fdf66bb5d887a90cf98e8835d993caf89a93089947ff1f6470075b9b6643ee0169ba86e46d190c09fbc6942a
 SHA512 
7668a68470e7b5ab8e5cd774c89a7ae347de4193e293b5f2a467407fcb625e07a482f986fd7b672b763c297a0c0692c1da53dcc4ae75ec7fa118b180be623104

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
new file mode 100644
index 000..5d3ff61c631
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+else
+   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="appindicator network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+   ${PYTHON_DEPS}"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( dev-util/intltool sys-devel/gettext )"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   appindicator? ( dev-libs/libappindicator:3[introspection] )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8
+   )
+   )
+   policykit? ( sys-auth/polkit )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio[bluetooth]
+   media-sound/pulseaudio-modules-bt
+   )
+   )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_pretend() {
+   if use network; then
+   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
+   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
+   check_extra_config
+   fi
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # replace py-compile to fix py3
+   [[ ${PV} ==  ]] && eautoreconf || eautomake
+}
+
+src_configure() {
+   local myconf=(
+   --disable-runtime-deps-check
+   --disable-static
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-systemduserunitdir="$(systemd_get_userunitdir)"
+   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
+   $(use_enable appindicator)
+   $(use_enable policykit polkit)
+   $(use_enable nls)
+   $(use_enable pulseaudio)
+   # thunar integration is a single data file with no extra deps
+   # so install it unconditionally
+   --enable-thunar-sendto
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+ 

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

2021-02-01 Thread Michał Górny
commit: aeb4010677480f96377da0ad92c55b1eef143e02
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  1 18:15:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  1 18:51:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb40106

net-wireless/blueman: Allow py3.9

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

 net-wireless/blueman/blueman-2.1.4.ebuild | 2 +-
 net-wireless/blueman/blueman-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 54bfcc09846..34209ec79cb 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index c254607dd5a..0ab627a1c04 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"



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

2021-02-01 Thread Michał Górny
commit: 3081c9768582a589390e3e1c90598873c9c1e629
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  1 18:14:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  1 18:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3081c976

net-wireless/blueman: Remove .la files only if they exist

Closes: https://bugs.gentoo.org/768243
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/blueman-2.1.4.ebuild | 4 ++--
 net-wireless/blueman/blueman-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 8d6b0a61589..54bfcc09846 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.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"
@@ -117,7 +117,7 @@ src_install() {
doins "${FILESDIR}/01-org.blueman.rules"
fi
 
-   rm "${D}"/$(python_get_sitedir)/*.la || die
+   find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index d7418234754..c254607dd5a 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.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"
@@ -117,7 +117,7 @@ src_install() {
doins "${FILESDIR}/01-org.blueman.rules"
fi
 
-   rm "${D}"/$(python_get_sitedir)/*.la || die
+   find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {



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

2020-11-01 Thread Michał Górny
commit: 3d2117c3fcd8409439a81888ca9c244a041cddbc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  1 14:31:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  1 14:34:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2117c3

net-wireless/blueman: Fix broken - keyword logic

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

 net-wireless/blueman/blueman-2.1.3.ebuild | 1 -
 net-wireless/blueman/blueman-2.1.4.ebuild | 3 +--
 net-wireless/blueman/blueman-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
index b86f628e367..8705d7ca38f 100644
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ b/net-wireless/blueman/blueman-2.1.3.ebuild
@@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 046e6f1fcc3..8705d7ca38f 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,11 +12,10 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index 02b2ce337b1..c81a8ef9639 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS=""
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}



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

2020-11-01 Thread Michał Górny
commit: 5e7942ca7449b477f3581a1ac4c8408db1c95746
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  1 14:31:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  1 14:34:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7942ca

net-wireless/blueman: Remove old

Bug: https://bugs.gentoo.org/751556
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueman/Manifest |   1 -
 net-wireless/blueman/blueman-2.1.3.ebuild | 131 --
 2 files changed, 132 deletions(-)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index 2235f5f8c7c..7c13bbcf6d8 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1,2 +1 @@
-DIST blueman-2.1.3.tar.xz 950772 BLAKE2B 
bec7c8da59b94e8f30ff5f41e057ae5662928a4469b46d0ad2b33521a9b3a5de94056f6f35440d90e05116b1dd83dcd2437f1c00fb6b9532c14ab0698716c57a
 SHA512 
376007c6e857f0e10a4d5e4bc2a50f6d170d393389d3aa5d02728646bf27e2fe5c08fb835bb5432a980d2b6c70c348a0274015552be6229c15a89c34c0d105f2
 DIST blueman-2.1.4.tar.xz 983816 BLAKE2B 
de8d475b0aec5b037df43fdb76ebbf4fdb05367f166c14cda818badf49376f2a91de246f991167a57ecaa82a84ac84b4e91f600237c35d86e27431a760192996
 SHA512 
b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
deleted file mode 100644
index 8705d7ca38f..000
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{6..8} )
-inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
-
-DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
-HOMEPAGE="https://github.com/blueman-project/blueman";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-else
-   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
-   S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-# icons are GPL-2
-# source files are mixed GPL-3+ and GPL-2+
-LICENSE="GPL-3+ GPL-2"
-SLOT="0"
-IUSE="appindicator network nls policykit pulseaudio"
-
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=net-wireless/bluez-5:=
-   ${PYTHON_DEPS}"
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_MULTI_USEDEP}]
-   ')
-   virtual/pkgconfig
-   nls? ( dev-util/intltool sys-devel/gettext )"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
-   ')
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   x11-themes/mate-icon-theme
-   )
-   appindicator? ( dev-libs/libappindicator:3[introspection] )
-   network? (
-   net-firewall/iptables
-   || (
-   sys-apps/net-tools
-   sys-apps/iproute2
-   )
-   || (
-   net-dns/dnsmasq
-   net-misc/dhcp
-   >=net-misc/networkmanager-0.8
-   )
-   )
-   policykit? ( sys-auth/polkit )
-   pulseaudio? (
-   || (
-   media-sound/pulseaudio[bluetooth]
-   media-sound/pulseaudio-modules-bt
-   )
-   )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_pretend() {
-   if use network; then
-   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
-   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
-   check_extra_config
-   fi
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # replace py-compile to fix py3
-   [[ ${PV} ==  ]] && eautoreconf || eautomake
-}
-
-src_configure() {
-   local myconf=(
-   --disable-runtime-deps-check
-   --disable-static
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
-   $(use_enable appindicator)
-   $(use_enable policykit polkit)
-   $(use_enable nls)
-   $(use_enable pulseaudio)
-   # thunar integration is a single data file with no extra deps
-   # so install it unconditionally
-   --enable-thunar-sendto
-   )
-   econf "${myconf[

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

2020-10-31 Thread Sam James
commit: a560b23a83e3542936a73775b41518006757479a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  1 02:22:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  1 02:22:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a560b23a

net-wireless/blueman: Stabilize 2.1.4 amd64, #751556

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

 net-wireless/blueman/blueman-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 010e32631a7..046e6f1fcc3 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}



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

2020-10-31 Thread Sergei Trofimovich
commit: 1d9995cca33496f2a3863e59b20529306c4d10b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 31 20:18:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 31 20:18:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9995cc

net-wireless/blueman: stable 2.1.4 for ppc64

stable wrt bug #751556

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-wireless/blueman/blueman-2.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 45a0e47e78c..010e32631a7 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 arm arm64 ppc ~ppc64 x86"
+   KEYWORDS="~amd64 arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-10-31 Thread Sergei Trofimovich
commit: f12bb627edef886d9a0c822249e2394c63db2789
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 31 20:15:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 31 20:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12bb627

net-wireless/blueman: stable 2.1.4 for ppc

stable wrt bug #751556

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-wireless/blueman/blueman-2.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 0649fcdcd16..45a0e47e78c 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="~amd64 arm arm64 ppc ~ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-10-28 Thread Sam James
commit: d1e78606606893bea1c35395f6e225b25674d4fb
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 29 01:22:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 29 01:22:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e78606

net-wireless/blueman: Stabilize 2.1.4 arm64, #751556

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

 net-wireless/blueman/blueman-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 76f4822ef9f..0649fcdcd16 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}



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

2020-10-28 Thread Sam James
commit: 94cdef05fc3664ba172cab514f65881cfe377dc7
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 28 16:45:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 28 16:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cdef05

net-wireless/blueman: Stabilize 2.1.4 arm, #751556

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

 net-wireless/blueman/blueman-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index a40cae4609c..76f4822ef9f 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}



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

2020-10-28 Thread Thomas Deutschmann
commit: b2d6023fbcbd64ee2611c32011a2a55bb3623dae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 28 14:32:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 28 14:32:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d6023f

net-wireless/blueman: x86 stable (bug #751556)

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

 net-wireless/blueman/blueman-2.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
index 90544f6ccff..a40cae4609c 100644
--- a/net-wireless/blueman/blueman-2.1.4.ebuild
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-10-27 Thread Michał Górny
commit: be6786733130233cc99087a90e45f0b264931a6a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 27 13:18:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 27 13:18:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be678673

net-wireless/blueman: Bump to 2.1.4

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

 net-wireless/blueman/Manifest |   1 +
 net-wireless/blueman/blueman-2.1.4.ebuild | 132 ++
 2 files changed, 133 insertions(+)

diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest
index f338f72712d..2235f5f8c7c 100644
--- a/net-wireless/blueman/Manifest
+++ b/net-wireless/blueman/Manifest
@@ -1 +1,2 @@
 DIST blueman-2.1.3.tar.xz 950772 BLAKE2B 
bec7c8da59b94e8f30ff5f41e057ae5662928a4469b46d0ad2b33521a9b3a5de94056f6f35440d90e05116b1dd83dcd2437f1c00fb6b9532c14ab0698716c57a
 SHA512 
376007c6e857f0e10a4d5e4bc2a50f6d170d393389d3aa5d02728646bf27e2fe5c08fb835bb5432a980d2b6c70c348a0274015552be6229c15a89c34c0d105f2
+DIST blueman-2.1.4.tar.xz 983816 BLAKE2B 
de8d475b0aec5b037df43fdb76ebbf4fdb05367f166c14cda818badf49376f2a91de246f991167a57ecaa82a84ac84b4e91f600237c35d86e27431a760192996
 SHA512 
b8b54942092c1984cfac0cf73e2ac23f7693cb3ee0aa4cfaab1fa0282de4afd539f6860d5541523b542956b2efa31da3ec012dcc39d92fd699d0b8479df641ff

diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild 
b/net-wireless/blueman/blueman-2.1.4.ebuild
new file mode 100644
index 000..90544f6ccff
--- /dev/null
+++ b/net-wireless/blueman/blueman-2.1.4.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..8} )
+inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
+HOMEPAGE="https://github.com/blueman-project/blueman";
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+else
+   
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   S=${WORKDIR}/${P/_/.}
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+# icons are GPL-2
+# source files are mixed GPL-3+ and GPL-2+
+LICENSE="GPL-3+ GPL-2"
+SLOT="0"
+IUSE="appindicator network nls policykit pulseaudio"
+
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=net-wireless/bluez-5:=
+   ${PYTHON_DEPS}"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   ')
+   virtual/pkgconfig
+   nls? ( dev-util/intltool sys-devel/gettext )"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+   ')
+   sys-apps/dbus
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]
+   || (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   x11-themes/mate-icon-theme
+   )
+   appindicator? ( dev-libs/libappindicator:3[introspection] )
+   network? (
+   net-firewall/iptables
+   || (
+   sys-apps/net-tools
+   sys-apps/iproute2
+   )
+   || (
+   net-dns/dnsmasq
+   net-misc/dhcp
+   >=net-misc/networkmanager-0.8
+   )
+   )
+   policykit? ( sys-auth/polkit )
+   pulseaudio? (
+   || (
+   media-sound/pulseaudio[bluetooth]
+   media-sound/pulseaudio-modules-bt
+   )
+   )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+pkg_pretend() {
+   if use network; then
+   local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
+   ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
+   check_extra_config
+   fi
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # replace py-compile to fix py3
+   [[ ${PV} ==  ]] && eautoreconf || eautomake
+}
+
+src_configure() {
+   local myconf=(
+   --disable-runtime-deps-check
+   --disable-static
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-systemduserunitdir="$(systemd_get_userunitdir)"
+   --with-dhcp-config="/etc/dhcp/dhcpd.conf"
+   $(use_enable appindicator)
+   $(use_enable policykit polkit)
+   $(use_enable nls)
+   $(use_enable pulseaudio)
+   # thunar integration is a single data file with no extra deps
+   # so install it unconditionally
+   --enable-thunar-sendto
+   )

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

2020-09-23 Thread Agostino Sarubbo
commit: 00f43af78ee2722ffde36d7a4aa56bdd6d8fc4f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:58:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:58:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f43af7

net-wireless/blueman: amd64 stable wrt bug #743280

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

 net-wireless/blueman/blueman-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
index 06839a236a4..b86f628e367 100644
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ b/net-wireless/blueman/blueman-2.1.3.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-09-20 Thread Thomas Deutschmann
commit: 014a57846fd8a4760067c5885c0cf366f2cec1d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:35:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014a5784

net-wireless/blueman: x86 stable (bug #743280)

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

 net-wireless/blueman/blueman-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
index e97fff78e6e..06839a236a4 100644
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ b/net-wireless/blueman/blueman-2.1.3.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="arm arm64 ppc ppc64"
+   KEYWORDS="arm arm64 ppc ppc64 x86"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 arm arm64 ppc ppc64 ~x86"
+   KEYWORDS="~amd64 arm arm64 ppc ppc64 x86"
 fi
 
 # icons are GPL-2



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

2020-09-18 Thread Sam James
commit: 4db5d625cdba6db6fdbfe7aeb9ef02eb5ddfcbb5
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 19 02:39:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 19 02:39:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db5d625

net-wireless/blueman: arm stable (bug #743280)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-wireless/blueman/blueman-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild 
b/net-wireless/blueman/blueman-2.1.3.ebuild
index f3675cdc395..e97fff78e6e 100644
--- a/net-wireless/blueman/blueman-2.1.3.ebuild
+++ b/net-wireless/blueman/blueman-2.1.3.ebuild
@@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman";
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/blueman-project/blueman.git";
-   KEYWORDS="~arm arm64 ppc ppc64"
+   KEYWORDS="arm arm64 ppc ppc64"
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm arm64 ppc ppc64 ~x86"
+   KEYWORDS="~amd64 arm arm64 ppc ppc64 ~x86"
 fi
 
 # icons are GPL-2



  1   2   >