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

2023-02-25 Thread Michał Górny
commit: bcf2e507bea32300314b76b09939093ea8265e9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 26 04:55:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 04:56:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf2e507

net-wireless/blueberry: Remove obsolete dep on rfkill

Requested in:
https://github.com/gentoo/gentoo/pull/29794#issuecomment-1445210476

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

 net-wireless/blueberry/blueberry-1.4.8.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.4.8.ebuild 
b/net-wireless/blueberry/blueberry-1.4.8.ebuild
index e9cf5cf3b9b0..ed92957c3cf4 100644
--- a/net-wireless/blueberry/blueberry-1.4.8.ebuild
+++ b/net-wireless/blueberry/blueberry-1.4.8.ebuild
@@ -14,10 +14,10 @@ 
SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+   ${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
@@ -27,12 +27,10 @@ RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnome-bluetooth-3.14:2[introspection]
net-wireless/bluez[obex]
net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
+   >=sys-apps/util-linux-2.31_rc1
x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
+   x11-misc/wmctrl
+"
 DEPEND="${RDEPEND}"
 
 src_prepare() {



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

2023-02-25 Thread Michał Górny
commit: e4352fcd1183431739cd41b7fd21a92d1854f8ab
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat Feb 25 19:48:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 03:59:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4352fcd

net-wireless/blueberry: remove old version

Remove version 1.4.7

Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/29794
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 -
 net-wireless/blueberry/blueberry-1.4.7.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index f098c1eb5333..5071805ae313 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.4.7.tar.gz 1415642 BLAKE2B 
59b419d73416105d3d853cc8c5f6cba3f1171f441478ec7f3bdfaaeea22ce07afef3da372a1f993345a7fb38621d0d163ebb4a4d9e8b9e919d71af47e79dfb98
 SHA512 
2562017da0a102d5fde2905aa4d76cbcd761eeb5e17b137bb6a0bd22d518dfb677bb6ce1e05eb109a1b8ae35588f56f0d42b56f455aaec174155614966551eee
 DIST blueberry-1.4.8.tar.gz 1416910 BLAKE2B 
ef122021709443fa7a06e6759450ca8b3bc2c21ee930b0bc532454001addb49df1320a177f8b2e217b59e4a931f1634eea642c1d625ba255ec573d60cc34
 SHA512 
32dbc4fa91321eb1401afa4ac4cc42794ef8cac9ed63ad19c3fd34d88e0eb6c7aa51d3aa3a2f8017a9f6135ab16ca154a929ce5ff592f5157bb3f799a9ef8891

diff --git a/net-wireless/blueberry/blueberry-1.4.7.ebuild 
b/net-wireless/blueberry/blueberry-1.4.7.ebuild
deleted file mode 100644
index 88c8874d7a8e..
--- a/net-wireless/blueberry/blueberry-1.4.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/python3-xapp[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14:2[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2023-02-25 Thread Michał Górny
commit: 65b3c5533c7f0225e74427f3f2d3589ff29136c4
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat Feb 25 19:39:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 03:59:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3c553

net-wireless/blueberry: version bump to 1.4.8

Update to latest upstream version
Add python 3.11 support

Closes: https://bugs.gentoo.org/897162
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.4.8.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 854be1728113..f098c1eb5333 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.4.7.tar.gz 1415642 BLAKE2B 
59b419d73416105d3d853cc8c5f6cba3f1171f441478ec7f3bdfaaeea22ce07afef3da372a1f993345a7fb38621d0d163ebb4a4d9e8b9e919d71af47e79dfb98
 SHA512 
2562017da0a102d5fde2905aa4d76cbcd761eeb5e17b137bb6a0bd22d518dfb677bb6ce1e05eb109a1b8ae35588f56f0d42b56f455aaec174155614966551eee
+DIST blueberry-1.4.8.tar.gz 1416910 BLAKE2B 
ef122021709443fa7a06e6759450ca8b3bc2c21ee930b0bc532454001addb49df1320a177f8b2e217b59e4a931f1634eea642c1d625ba255ec573d60cc34
 SHA512 
32dbc4fa91321eb1401afa4ac4cc42794ef8cac9ed63ad19c3fd34d88e0eb6c7aa51d3aa3a2f8017a9f6135ab16ca154a929ce5ff592f5157bb3f799a9ef8891

diff --git a/net-wireless/blueberry/blueberry-1.4.8.ebuild 
b/net-wireless/blueberry/blueberry-1.4.8.ebuild
new file mode 100644
index ..e9cf5cf3b9b0
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.4.8.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/python3-xapp[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14:2[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2022-05-20 Thread Joonas Niilola
commit: 2b7b36a661d5b3e06558ed0965299d33f55ba0a0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri May 20 08:01:13 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May 20 08:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7b36a6

net-wireless/blueberry: update EAPI 7 -> 8

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

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

diff --git a/net-wireless/blueberry/blueberry-1.4.7.ebuild 
b/net-wireless/blueberry/blueberry-1.4.7.ebuild
index b85fafd33ac2..0f483c473ace 100644
--- a/net-wireless/blueberry/blueberry-1.4.7.ebuild
+++ b/net-wireless/blueberry/blueberry-1.4.7.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8,9,10} )
 



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

2022-05-20 Thread Joonas Niilola
commit: 113e7f36c2e9ab1129668eea0a04067166b93985
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri May 20 06:57:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May 20 08:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113e7f36

net-wireless/blueberry: version bump to 1.4.7

Update to latest upstream version
Add python 3.10 support

Closes: https://bugs.gentoo.org/846185
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.4.7.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 48658733cded..5868caf5967e 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 
2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590
 SHA512 
580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a
+DIST blueberry-1.4.7.tar.gz 1415642 BLAKE2B 
59b419d73416105d3d853cc8c5f6cba3f1171f441478ec7f3bdfaaeea22ce07afef3da372a1f993345a7fb38621d0d163ebb4a4d9e8b9e919d71af47e79dfb98
 SHA512 
2562017da0a102d5fde2905aa4d76cbcd761eeb5e17b137bb6a0bd22d518dfb677bb6ce1e05eb109a1b8ae35588f56f0d42b56f455aaec174155614966551eee

diff --git a/net-wireless/blueberry/blueberry-1.4.7.ebuild 
b/net-wireless/blueberry/blueberry-1.4.7.ebuild
new file mode 100644
index ..b85fafd33ac2
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.4.7.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/python3-xapp[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14:2[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2022-05-20 Thread Joonas Niilola
commit: 0b9f606b62dc1e74cc8026d21560cb56a6ae28fb
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri May 20 06:59:16 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May 20 08:38:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9f606b

net-wireless/blueberry: remove old version

Remove version 1.4.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/25569
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 -
 net-wireless/blueberry/blueberry-1.4.6.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 5868caf5967e..854be1728113 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 
2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590
 SHA512 
580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a
 DIST blueberry-1.4.7.tar.gz 1415642 BLAKE2B 
59b419d73416105d3d853cc8c5f6cba3f1171f441478ec7f3bdfaaeea22ce07afef3da372a1f993345a7fb38621d0d163ebb4a4d9e8b9e919d71af47e79dfb98
 SHA512 
2562017da0a102d5fde2905aa4d76cbcd761eeb5e17b137bb6a0bd22d518dfb677bb6ce1e05eb109a1b8ae35588f56f0d42b56f455aaec174155614966551eee

diff --git a/net-wireless/blueberry/blueberry-1.4.6.ebuild 
b/net-wireless/blueberry/blueberry-1.4.6.ebuild
deleted file mode 100644
index 15ace7d83475..
--- a/net-wireless/blueberry/blueberry-1.4.6.ebuild
+++ /dev/null
@@ -1,61 +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 gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/python3-xapp[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2022-01-06 Thread Sam James
commit: ffb212eb50ee9f99448407c7029860f1a0271c7b
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Dec 31 09:40:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  7 05:05:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb212eb

net-wireless/blueberry: remove old

Remove old version

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

 net-wireless/blueberry/Manifest   |  1 -
 net-wireless/blueberry/blueberry-1.4.2.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 551a2dd2958b..48658733cded 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.4.2.tar.gz 1414169 BLAKE2B 
cd55e2bb572efb2badeab1667324df67c35f5833c53755c76c0793c07e8427c7d4714135014dad90aeaddc806c798f2b89960a051a15f668d214bb95cc0943e3
 SHA512 
5c2fb94e842cd1229682305f0054061724b958406ea15a64495ca418aa7da73c38b45ddc43c27a193aef995ab860cad985e3369e3dac53d2098463e6e4250493
 DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 
2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590
 SHA512 
580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a

diff --git a/net-wireless/blueberry/blueberry-1.4.2.ebuild 
b/net-wireless/blueberry/blueberry-1.4.2.ebuild
deleted file mode 100644
index d4077a454e74..
--- a/net-wireless/blueberry/blueberry-1.4.2.ebuild
+++ /dev/null
@@ -1,61 +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 gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/xapp[${PYTHON_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2022-01-06 Thread Sam James
commit: 673f9ffca5670706d807a4d984c94b32771ad970
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Dec 31 09:38:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  7 05:05:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673f9ffc

net-wireless/blueberry: version bump to 1.4.6

Update to latest upstream version

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

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.4.6.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 54e934943563..551a2dd2958b 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.4.2.tar.gz 1414169 BLAKE2B 
cd55e2bb572efb2badeab1667324df67c35f5833c53755c76c0793c07e8427c7d4714135014dad90aeaddc806c798f2b89960a051a15f668d214bb95cc0943e3
 SHA512 
5c2fb94e842cd1229682305f0054061724b958406ea15a64495ca418aa7da73c38b45ddc43c27a193aef995ab860cad985e3369e3dac53d2098463e6e4250493
+DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 
2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590
 SHA512 
580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a

diff --git a/net-wireless/blueberry/blueberry-1.4.6.ebuild 
b/net-wireless/blueberry/blueberry-1.4.6.ebuild
new file mode 100644
index ..d4077a454e74
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.4.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/xapp[${PYTHON_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2021-06-10 Thread Joonas Niilola
commit: 28eb9e592f7d8b96a7926e5db7a2a2cd751bf3ae
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat May 22 07:26:29 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 10 08:13:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28eb9e59

net-wireless/blueberry: version bump to 1.4.2

Update to latest upstream version
Add python 3.9 compatibility

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.4.2.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 7fc8166e5e6..84150d05c50 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.3.9.tar.gz 1411969 BLAKE2B 
2a11b12428166dce5dbeb00cc3813e9dea96b61891456622833400f7a9bb69a61317e9d6bdc862edce2c39f64fd04950dc793724338cb266ae365b1d10abee49
 SHA512 
7ee5e33daf0ce3b41bc3827042aa14ed4de1b58f862e76a50934d6beae79bf7e68b657461370da2e309d15c7ff858c8fb18aa7e891e7bc70e70c171884c5bb57
+DIST blueberry-1.4.2.tar.gz 1414169 BLAKE2B 
cd55e2bb572efb2badeab1667324df67c35f5833c53755c76c0793c07e8427c7d4714135014dad90aeaddc806c798f2b89960a051a15f668d214bb95cc0943e3
 SHA512 
5c2fb94e842cd1229682305f0054061724b958406ea15a64495ca418aa7da73c38b45ddc43c27a193aef995ab860cad985e3369e3dac53d2098463e6e4250493

diff --git a/net-wireless/blueberry/blueberry-1.4.2.ebuild 
b/net-wireless/blueberry/blueberry-1.4.2.ebuild
new file mode 100644
index 000..b028a730585
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.4.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
+   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2021-06-10 Thread Joonas Niilola
commit: 6376fdf6dd7e5023fb5a11a5340c003764c290d5
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat May 22 07:28:12 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 10 08:13:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6376fdf6

net-wireless/blueberry: remove old

Remove old version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/20925
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 -
 net-wireless/blueberry/blueberry-1.3.9.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 84150d05c50..54e93494356 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.3.9.tar.gz 1411969 BLAKE2B 
2a11b12428166dce5dbeb00cc3813e9dea96b61891456622833400f7a9bb69a61317e9d6bdc862edce2c39f64fd04950dc793724338cb266ae365b1d10abee49
 SHA512 
7ee5e33daf0ce3b41bc3827042aa14ed4de1b58f862e76a50934d6beae79bf7e68b657461370da2e309d15c7ff858c8fb18aa7e891e7bc70e70c171884c5bb57
 DIST blueberry-1.4.2.tar.gz 1414169 BLAKE2B 
cd55e2bb572efb2badeab1667324df67c35f5833c53755c76c0793c07e8427c7d4714135014dad90aeaddc806c798f2b89960a051a15f668d214bb95cc0943e3
 SHA512 
5c2fb94e842cd1229682305f0054061724b958406ea15a64495ca418aa7da73c38b45ddc43c27a193aef995ab860cad985e3369e3dac53d2098463e6e4250493

diff --git a/net-wireless/blueberry/blueberry-1.3.9.ebuild 
b/net-wireless/blueberry/blueberry-1.3.9.ebuild
deleted file mode 100644
index 9ccd7ba7dc3..000
--- a/net-wireless/blueberry/blueberry-1.3.9.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
-   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2020-09-15 Thread Joonas Niilola
commit: edfb43832eb352f9be4679162daef51d9bb66cea
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 15 14:18:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 14:20:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfb4383

net-wireless/blueberry: remove cinnamon project

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

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

diff --git a/net-wireless/blueberry/metadata.xml 
b/net-wireless/blueberry/metadata.xml
index 77900a98ef0..49b903bd866 100644
--- a/net-wireless/blueberry/metadata.xml
+++ b/net-wireless/blueberry/metadata.xml
@@ -5,10 +5,6 @@
olivier.lauran...@laposte.net
Olivier Laurantin

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

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



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

2020-09-15 Thread Joonas Niilola
commit: f0f60f109856326acfc1bf2f8f471e2a950bf971
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 15 14:09:23 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 14:11:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f60f10

net-wireless/blueberry: remove eutils.eclass

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

 net-wireless/blueberry/blueberry-1.3.9.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.3.9.ebuild 
b/net-wireless/blueberry/blueberry-1.3.9.ebuild
index 391bc9e2e03..4092fe92950 100644
--- a/net-wireless/blueberry/blueberry-1.3.9.ebuild
+++ b/net-wireless/blueberry/blueberry-1.3.9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit eutils gnome2-utils python-single-r1 xdg-utils
+inherit gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="A Bluetooth configuration tool"
 HOMEPAGE="https://github.com/linuxmint/blueberry;
@@ -50,10 +50,6 @@ src_install() {
doins -r usr/share
 }
 
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
 pkg_postinst() {
gnome2_schemas_update
xdg_icon_cache_update



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

2020-09-15 Thread Joonas Niilola
commit: 2e56cbdd581340ac8973893b667e2aaa062e
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Aug 21 16:14:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 14:11:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e56cbdd

net-wireless/blueberry: version bump

Update to latest upstream version
Add python 3.8 compatibility
Signed-off-by: Olivier Laurantin  laposte.net>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.3.9.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 85316f6cb51..8744c4d77cb 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.3.6.tar.gz 1411444 BLAKE2B 
b86db1f470f44ad8c0b8efa173f0d161112a6ddd734b9cb9545ece78762299ed244855d9d89d7f9090f876ca6da8ac0b8cd8e2b4627ea94588bfe52b466b43d5
 SHA512 
6ff6a9b3dc5ff46fc383f55a1c6f519447ca707fac2a31436a1a8d0955de50dd5bfc9977879fcd3191ef1a4e508629ccb0d790a2dce3fd3ff54be098218bbd8d
+DIST blueberry-1.3.9.tar.gz 1411969 BLAKE2B 
2a11b12428166dce5dbeb00cc3813e9dea96b61891456622833400f7a9bb69a61317e9d6bdc862edce2c39f64fd04950dc793724338cb266ae365b1d10abee49
 SHA512 
7ee5e33daf0ce3b41bc3827042aa14ed4de1b58f862e76a50934d6beae79bf7e68b657461370da2e309d15c7ff858c8fb18aa7e891e7bc70e70c171884c5bb57

diff --git a/net-wireless/blueberry/blueberry-1.3.9.ebuild 
b/net-wireless/blueberry/blueberry-1.3.9.ebuild
new file mode 100644
index 000..391bc9e2e03
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.3.9.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit eutils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
+   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2020-09-15 Thread Joonas Niilola
commit: 7e87d244e670c1f7db27f93f2028ccf932a79bf8
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Aug 21 16:18:12 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 14:11:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e87d244

net-wireless/blueberry: remove old

Remove old version
Signed-off-by: Olivier Laurantin  laposte.net>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17204
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 -
 net-wireless/blueberry/blueberry-1.3.6.ebuild | 65 ---
 2 files changed, 66 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 8744c4d77cb..7fc8166e5e6 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.3.6.tar.gz 1411444 BLAKE2B 
b86db1f470f44ad8c0b8efa173f0d161112a6ddd734b9cb9545ece78762299ed244855d9d89d7f9090f876ca6da8ac0b8cd8e2b4627ea94588bfe52b466b43d5
 SHA512 
6ff6a9b3dc5ff46fc383f55a1c6f519447ca707fac2a31436a1a8d0955de50dd5bfc9977879fcd3191ef1a4e508629ccb0d790a2dce3fd3ff54be098218bbd8d
 DIST blueberry-1.3.9.tar.gz 1411969 BLAKE2B 
2a11b12428166dce5dbeb00cc3813e9dea96b61891456622833400f7a9bb69a61317e9d6bdc862edce2c39f64fd04950dc793724338cb266ae365b1d10abee49
 SHA512 
7ee5e33daf0ce3b41bc3827042aa14ed4de1b58f862e76a50934d6beae79bf7e68b657461370da2e309d15c7ff858c8fb18aa7e891e7bc70e70c171884c5bb57

diff --git a/net-wireless/blueberry/blueberry-1.3.6.ebuild 
b/net-wireless/blueberry/blueberry-1.3.6.ebuild
deleted file mode 100644
index b5c019bbd2a..000
--- a/net-wireless/blueberry/blueberry-1.3.6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit eutils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
-   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2020-04-17 Thread Joonas Niilola
commit: ef8b23ec7f98e6f8e4921dca44914bf5ec33b40f
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Apr 17 05:26:25 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 17 07:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8b23ec

net-wireless/blueberry: version bump

Update to the latest upstream version
Closes: https://bugs.gentoo.org/717554
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.3.6.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 74c08291a2b..98f421841a4 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.3.4.tar.gz 1410366 BLAKE2B 
a684c30b7457c4df8cc1f5449891cb43d0bc314692ad1d135377c861c669b0f4f8185396f39295268821ac6403dfd035201756dea4974f31066da766e36b559c
 SHA512 
d5ca457ace0d46aab425b6821e690a94375de1222e90d0223afa97de5ce16f77089ba84b1b47a90e6494f34d3bd6824dbd6d2ff1e41e0b9be1d7bc9611abd6db
+DIST blueberry-1.3.6.tar.gz 1411444 BLAKE2B 
b86db1f470f44ad8c0b8efa173f0d161112a6ddd734b9cb9545ece78762299ed244855d9d89d7f9090f876ca6da8ac0b8cd8e2b4627ea94588bfe52b466b43d5
 SHA512 
6ff6a9b3dc5ff46fc383f55a1c6f519447ca707fac2a31436a1a8d0955de50dd5bfc9977879fcd3191ef1a4e508629ccb0d790a2dce3fd3ff54be098218bbd8d

diff --git a/net-wireless/blueberry/blueberry-1.3.6.ebuild 
b/net-wireless/blueberry/blueberry-1.3.6.ebuild
new file mode 100644
index 000..b5c019bbd2a
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.3.6.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit eutils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
+   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2020-04-17 Thread Joonas Niilola
commit: c06849a995c3d0a22d0749f1c8045a8d403d72e7
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Apr 17 05:28:18 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 17 07:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06849a9

net-wireless/blueberry: remove old

Remove old version
Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/15380
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest  |  1 -
 net-wireless/blueberry/blueberry-1.3.4-r1.ebuild | 65 
 2 files changed, 66 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 98f421841a4..85316f6cb51 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
-DIST blueberry-1.3.4.tar.gz 1410366 BLAKE2B 
a684c30b7457c4df8cc1f5449891cb43d0bc314692ad1d135377c861c669b0f4f8185396f39295268821ac6403dfd035201756dea4974f31066da766e36b559c
 SHA512 
d5ca457ace0d46aab425b6821e690a94375de1222e90d0223afa97de5ce16f77089ba84b1b47a90e6494f34d3bd6824dbd6d2ff1e41e0b9be1d7bc9611abd6db
 DIST blueberry-1.3.6.tar.gz 1411444 BLAKE2B 
b86db1f470f44ad8c0b8efa173f0d161112a6ddd734b9cb9545ece78762299ed244855d9d89d7f9090f876ca6da8ac0b8cd8e2b4627ea94588bfe52b466b43d5
 SHA512 
6ff6a9b3dc5ff46fc383f55a1c6f519447ca707fac2a31436a1a8d0955de50dd5bfc9977879fcd3191ef1a4e508629ccb0d790a2dce3fd3ff54be098218bbd8d

diff --git a/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild 
b/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild
deleted file mode 100644
index b5c019bbd2a..000
--- a/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit eutils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
-   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   python_fix_shebang usr/lib
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2020-02-09 Thread Michał Górny
commit: 2a587cc873e46f45448e5ad760d25711e5ade68f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 17:33:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:34:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a587cc8

net-wireless/blueberry: Switch to PYTHON_MULTI_USEDEP API

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

 .../{blueberry-1.3.4.ebuild => blueberry-1.3.4-r1.ebuild}  | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.3.4.ebuild 
b/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild
similarity index 83%
rename from net-wireless/blueberry/blueberry-1.3.4.ebuild
rename to net-wireless/blueberry/blueberry-1.3.4-r1.ebuild
index 9eda79f9577..b5c019bbd2a 100644
--- a/net-wireless/blueberry/blueberry-1.3.4.ebuild
+++ b/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild
@@ -18,10 +18,12 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/xapp[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
+   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
+   ')
>=net-wireless/gnome-bluetooth-3.14[introspection]
net-wireless/bluez[obex]
net-wireless/bluez-tools



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

2020-01-29 Thread Joonas Niilola
commit: 02a3266b449476cf1fa67213c8126b5710c10cc0
Author: Olivier Laurantin  laposte  net>
AuthorDate: Tue Jan 28 21:26:20 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 30 06:33:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a3266b

net-wireless/blueberry: version bump

Update to the latest upstream version

Closes: https://bugs.gentoo.org/706016
Signed-off-by: Olivier Laurantin  laposte.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.3.4.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 68ed29c2618..2950875c6cd 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1,3 @@
 DIST blueberry-1.1.13.tar.gz 1382261 BLAKE2B 
5b23429243bc63d864f7176139a577cb5c8aea1f00906c218c66e92b9d679ad793f6429d01f9e49f960674b1ad5100d642075a730db49dd568282ea00089d8a3
 SHA512 
587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
 DIST blueberry-1.2.9.tar.gz 1402410 BLAKE2B 
0b816d4ca812b18e00a88d0d5b9cd1d44086a29f656d56cb23eede9b7f5cf7380ecf802ebc04369d39cbff56912292bff10bf31724389ab4a33731d2ce61c822
 SHA512 
6119cc9a7e1c18db2110f568f9fc8717ff0cc1db5fa8794f95734229cc4ebbc658b9b19c9b545dabdcbfa56c4fe2c5631c5fe2e8675860645790bb1c67aaa8f6
+DIST blueberry-1.3.4.tar.gz 1410366 BLAKE2B 
a684c30b7457c4df8cc1f5449891cb43d0bc314692ad1d135377c861c669b0f4f8185396f39295268821ac6403dfd035201756dea4974f31066da766e36b559c
 SHA512 
d5ca457ace0d46aab425b6821e690a94375de1222e90d0223afa97de5ce16f77089ba84b1b47a90e6494f34d3bd6824dbd6d2ff1e41e0b9be1d7bc9611abd6db

diff --git a/net-wireless/blueberry/blueberry-1.3.4.ebuild 
b/net-wireless/blueberry/blueberry-1.3.4.ebuild
new file mode 100644
index 000..9eda79f9577
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.3.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit eutils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/xapp[${PYTHON_USEDEP}]
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   python_fix_shebang usr/lib
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2020-01-29 Thread Joonas Niilola
commit: fae1e4ca5c7f69488c6d775215e0efb380fa50fd
Author: Olivier Laurantin  laposte  net>
AuthorDate: Tue Jan 28 21:33:54 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 30 06:33:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae1e4ca

net-wireless/blueberry: remove old

Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/14456
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  2 -
 net-wireless/blueberry/blueberry-1.1.13-r1.ebuild | 63 ---
 net-wireless/blueberry/blueberry-1.2.9.ebuild | 57 
 3 files changed, 122 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 2950875c6cd..74c08291a2b 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,3 +1 @@
-DIST blueberry-1.1.13.tar.gz 1382261 BLAKE2B 
5b23429243bc63d864f7176139a577cb5c8aea1f00906c218c66e92b9d679ad793f6429d01f9e49f960674b1ad5100d642075a730db49dd568282ea00089d8a3
 SHA512 
587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
-DIST blueberry-1.2.9.tar.gz 1402410 BLAKE2B 
0b816d4ca812b18e00a88d0d5b9cd1d44086a29f656d56cb23eede9b7f5cf7380ecf802ebc04369d39cbff56912292bff10bf31724389ab4a33731d2ce61c822
 SHA512 
6119cc9a7e1c18db2110f568f9fc8717ff0cc1db5fa8794f95734229cc4ebbc658b9b19c9b545dabdcbfa56c4fe2c5631c5fe2e8675860645790bb1c67aaa8f6
 DIST blueberry-1.3.4.tar.gz 1410366 BLAKE2B 
a684c30b7457c4df8cc1f5449891cb43d0bc314692ad1d135377c861c669b0f4f8185396f39295268821ac6403dfd035201756dea4974f31066da766e36b559c
 SHA512 
d5ca457ace0d46aab425b6821e690a94375de1222e90d0223afa97de5ce16f77089ba84b1b47a90e6494f34d3bd6824dbd6d2ff1e41e0b9be1d7bc9611abd6db

diff --git a/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild 
b/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild
deleted file mode 100644
index 82e74e30c65..000
--- a/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2-utils python-single-r1
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-   sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} 
|| die
-   default_src_prepare
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}

diff --git a/net-wireless/blueberry/blueberry-1.2.9.ebuild 
b/net-wireless/blueberry/blueberry-1.2.9.ebuild
deleted file mode 100644
index 6ca6d4fc15e..000
--- a/net-wireless/blueberry/blueberry-1.2.9.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit eutils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/bluez[obex]
-   net-wireless/bluez-tools
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-libs/libnotify[introspection]
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   doins -r etc
-   

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

2019-10-06 Thread Joonas Niilola
commit: 608bc1e7e328ef199cd75a0f5a066aa49ad71587
Author: Olivier Laurantin  laposte  net>
AuthorDate: Sat Oct  5 08:06:47 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct  7 05:19:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608bc1e7

net-wireless/blueberry: version bump

Update to the latest upstream version
Closes: https://bugs.gentoo.org/696196
Signed-off-by: Olivier Laurantin  laposte.net>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Closes: https://github.com/gentoo/gentoo/pull/13148
Signed-off-by: Joonas Niilola  gentoo.org>

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.2.9.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index d9de28b7be6..68ed29c2618 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
 DIST blueberry-1.1.13.tar.gz 1382261 BLAKE2B 
5b23429243bc63d864f7176139a577cb5c8aea1f00906c218c66e92b9d679ad793f6429d01f9e49f960674b1ad5100d642075a730db49dd568282ea00089d8a3
 SHA512 
587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
+DIST blueberry-1.2.9.tar.gz 1402410 BLAKE2B 
0b816d4ca812b18e00a88d0d5b9cd1d44086a29f656d56cb23eede9b7f5cf7380ecf802ebc04369d39cbff56912292bff10bf31724389ab4a33731d2ce61c822
 SHA512 
6119cc9a7e1c18db2110f568f9fc8717ff0cc1db5fa8794f95734229cc4ebbc658b9b19c9b545dabdcbfa56c4fe2c5631c5fe2e8675860645790bb1c67aaa8f6

diff --git a/net-wireless/blueberry/blueberry-1.2.9.ebuild 
b/net-wireless/blueberry/blueberry-1.2.9.ebuild
new file mode 100644
index 000..8bcaa8254cf
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.2.9.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit eutils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}



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

2018-05-26 Thread Mart Raudsepp
commit: 52d900295bae322f457d0c535938117112827389
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 26 11:25:46 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 26 11:31:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d90029

net-wireless/blueberry: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-wireless/blueberry/Manifest  |  1 -
 net-wireless/blueberry/blueberry-1.1.8-r1.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 764b7016f4a..d9de28b7be6 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1,2 +1 @@
 DIST blueberry-1.1.13.tar.gz 1382261 BLAKE2B 
5b23429243bc63d864f7176139a577cb5c8aea1f00906c218c66e92b9d679ad793f6429d01f9e49f960674b1ad5100d642075a730db49dd568282ea00089d8a3
 SHA512 
587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
-DIST blueberry-1.1.8.tar.gz 1342620 BLAKE2B 
2147e10fc2bb39960c5c5d03df0c53eacd2f10848f23a0c55994f1b06b975fcac4409b7667891d6aa882fc6c2c3788de7682aad959524014f971de89d15f08c5
 SHA512 
e516294ad9a4c40dee3c1acad2a30d8110631fff9627b2212f0f3168e13e615ca0b44b93ee1da0adf99b0b858effdd61db2a4898000c5cf040d638746a45b1bc

diff --git a/net-wireless/blueberry/blueberry-1.1.8-r1.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8-r1.ebuild
deleted file mode 100644
index d8c1532b075..000
--- a/net-wireless/blueberry/blueberry-1.1.8-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2-utils python-single-r1
-
-DESCRIPTION="A Bluetooth configuration tool"
-HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   >=net-wireless/gnome-bluetooth-3.14[introspection]
-   || (
-   >=sys-apps/util-linux-2.31_rc1
-   net-wireless/rfkill
-   )
-   x11-misc/wmctrl"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-   sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} 
|| die
-   epatch_user
-}
-
-src_install() {
-   doins -r etc
-   exeinto /usr/bin
-   doexe usr/bin/*
-   exeinto /usr/lib/blueberry
-   doexe usr/lib/blueberry/*
-   insinto /usr
-   doins -r usr/share
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}



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

2017-11-26 Thread David Seifert
commit: a6fd578ab36c3358393e9f20159c35278e22332d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 12:55:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:23:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fd578a

net-wireless/blueberry: [QA] Consistent whitespace in metadata.xml

 net-wireless/blueberry/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueberry/metadata.xml 
b/net-wireless/blueberry/metadata.xml
index 85b93305f55..77900a98ef0 100644
--- a/net-wireless/blueberry/metadata.xml
+++ b/net-wireless/blueberry/metadata.xml
@@ -12,7 +12,7 @@

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

linuxmint/blueberry




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

2017-10-23 Thread Lars Wendler
commit: e28677890d5243f0fa0654994b0d72453ae402c1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 23 12:45:55 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 23 12:47:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2867789

net-wireless/blueberry: Revbumps to fix QA moaning.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 .../blueberry/{blueberry-1.1.13.ebuild => blueberry-1.1.13-r1.ebuild} | 0
 .../blueberry/{blueberry-1.1.8.ebuild => blueberry-1.1.8-r1.ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild 
b/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild
similarity index 100%
rename from net-wireless/blueberry/blueberry-1.1.13.ebuild
rename to net-wireless/blueberry/blueberry-1.1.13-r1.ebuild

diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8-r1.ebuild
similarity index 100%
rename from net-wireless/blueberry/blueberry-1.1.8.ebuild
rename to net-wireless/blueberry/blueberry-1.1.8-r1.ebuild



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

2017-10-23 Thread Lars Wendler
commit: 9727e5f19cf3f87e83e8a54569c13253a3560a46
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 23 11:15:15 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 23 11:15:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9727e5f1

net-wireless/blueberry: >=util-linux-2.31_rc1 now also provides rfkill.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-wireless/blueberry/blueberry-1.1.13.ebuild | 5 -
 net-wireless/blueberry/blueberry-1.1.8.ebuild  | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild 
b/net-wireless/blueberry/blueberry-1.1.13.ebuild
index 60f995f28aa..82e74e30c65 100644
--- a/net-wireless/blueberry/blueberry-1.1.13.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.13.ebuild
@@ -24,7 +24,10 @@ RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnome-bluetooth-3.14[introspection]
net-wireless/bluez[obex]
net-wireless/bluez-tools
-   net-wireless/rfkill
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
x11-libs/libnotify[introspection]
x11-misc/wmctrl"
 DEPEND="${RDEPEND}"

diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8.ebuild
index 036859a11bd..d8c1532b075 100644
--- a/net-wireless/blueberry/blueberry-1.1.8.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.8.ebuild
@@ -20,7 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=net-wireless/gnome-bluetooth-3.14[introspection]
-   net-wireless/rfkill
+   || (
+   >=sys-apps/util-linux-2.31_rc1
+   net-wireless/rfkill
+   )
x11-misc/wmctrl"
 DEPEND="${RDEPEND}"
 



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

2017-06-26 Thread Kristian Fiskerstrand
commit: 7bf2126e619488125db317d7ae6e3271a0493747
Author: Olivier Laurantin  laposte  net>
AuthorDate: Mon Jun 26 17:17:50 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Jun 26 18:08:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2126e

net-wireless/blueberry: Minor adjustments

 net-wireless/blueberry/blueberry-1.1.13.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild 
b/net-wireless/blueberry/blueberry-1.1.13.ebuild
index 5350a685be7..60f995f28aa 100644
--- a/net-wireless/blueberry/blueberry-1.1.13.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.13.ebuild
@@ -2,17 +2,20 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit eutils gnome2-utils python-single-r1
 
 DESCRIPTION="A Bluetooth configuration tool"
 HOMEPAGE="https://github.com/linuxmint/blueberry;
-SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${PN}-${PV}.tar.gz"
+SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]



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

2017-06-25 Thread Kristian Fiskerstrand
commit: 2f0f2f1f8007b8aa05dd6e7f17e6d729ca9ed1fe
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun Jun 25 19:53:26 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun Jun 25 19:53:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0f2f1f

net-wireless/blueberry: New upstream version and adding cinnamon project

New upstream version and adding cinnamon to project in agreement
with proxied maintainer.

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-wireless/blueberry/Manifest|  1 +
 net-wireless/blueberry/blueberry-1.1.13.ebuild | 57 ++
 net-wireless/blueberry/metadata.xml| 12 --
 3 files changed, 66 insertions(+), 4 deletions(-)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
index 10a2f4f1871..db710221d71 100644
--- a/net-wireless/blueberry/Manifest
+++ b/net-wireless/blueberry/Manifest
@@ -1 +1,2 @@
+DIST blueberry-1.1.13.tar.gz 1382261 SHA256 
6a1e53d1d543417ec788e1f3dc89126a3e1a4392812977095be383f111cc915c SHA512 
587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
 WHIRLPOOL 
63ddd2fbe1871b13b623ff47df599ca7ac222cc20dba04ffb17a76b28ae3340fc1a9df2c47a16c46a53544327f592ceeec05411972e5cf600c93755ae2e47eeb
 DIST blueberry-1.1.8.tar.gz 1342620 SHA256 
f794a278d1c58e7b1717da1b89bff0939c4ae47206b6917f335d1b19f7569f55 SHA512 
e516294ad9a4c40dee3c1acad2a30d8110631fff9627b2212f0f3168e13e615ca0b44b93ee1da0adf99b0b858effdd61db2a4898000c5cf040d638746a45b1bc
 WHIRLPOOL 
ed527e7cfbd41ab8e128c072da251825d2db27347ec452b158efe0e9e766e866cd8a8c131849ef2d29872fac09d97644fcf18b9f7336a3e0e57ad09f90e92dad

diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild 
b/net-wireless/blueberry/blueberry-1.1.13.ebuild
new file mode 100644
index 000..5350a685be7
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.1.13.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils python-single-r1
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/bluez[obex]
+   net-wireless/bluez-tools
+   net-wireless/rfkill
+   x11-libs/libnotify[introspection]
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} 
|| die
+   default_src_prepare
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}

diff --git a/net-wireless/blueberry/metadata.xml 
b/net-wireless/blueberry/metadata.xml
index 421cd2f23d4..85b93305f55 100644
--- a/net-wireless/blueberry/metadata.xml
+++ b/net-wireless/blueberry/metadata.xml
@@ -5,10 +5,14 @@
olivier.lauran...@laposte.net
Olivier Laurantin

-   
-proxy-ma...@gentoo.org   
-Proxy Maintainers   
- 
+   
+   cinna...@gentoo.org
+   Cinnamon Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+

linuxmint/blueberry




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

2017-04-23 Thread David Seifert
commit: 80fb6cccb6f8011986afc37d42640f1e341cded8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 20:42:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 21:00:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb6ccc

net-wireless/blueberry: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/blueberry/blueberry-1.1.8.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8.ebuild
index c18f34668b8..036859a11bd 100644
--- a/net-wireless/blueberry/blueberry-1.1.8.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.8.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit eutils gnome2-utils python-single-r1
@@ -14,6 +15,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}]



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

2016-11-19 Thread Kristian Fiskerstrand
commit: 5df1b83896bc3231c4fd933fada4cf186193a7c1
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sat Nov 19 16:03:02 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sat Nov 19 16:03:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df1b838

net-wireless/blueberry: New package

Proxied maintained c.f
Gentoo-Bug: 600236
Gentoo-Bug: 599690

Package-Manager: portage-2.3.2

 net-wireless/blueberry/Manifest   |  1 +
 net-wireless/blueberry/blueberry-1.1.8.ebuild | 54 +++
 net-wireless/blueberry/metadata.xml   | 15 
 3 files changed, 70 insertions(+)

diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
new file mode 100644
index ..10a2f4f
--- /dev/null
+++ b/net-wireless/blueberry/Manifest
@@ -0,0 +1 @@
+DIST blueberry-1.1.8.tar.gz 1342620 SHA256 
f794a278d1c58e7b1717da1b89bff0939c4ae47206b6917f335d1b19f7569f55 SHA512 
e516294ad9a4c40dee3c1acad2a30d8110631fff9627b2212f0f3168e13e615ca0b44b93ee1da0adf99b0b858effdd61db2a4898000c5cf040d638746a45b1bc
 WHIRLPOOL 
ed527e7cfbd41ab8e128c072da251825d2db27347ec452b158efe0e9e766e866cd8a8c131849ef2d29872fac09d97644fcf18b9f7336a3e0e57ad09f90e92dad

diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild 
b/net-wireless/blueberry/blueberry-1.1.8.ebuild
new file mode 100644
index ..31214c6
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.1.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils python-single-r1
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry;
+SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> 
${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=net-wireless/gnome-bluetooth-3.14[introspection]
+   net-wireless/rfkill
+   x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} 
|| die
+   epatch_user
+}
+
+src_install() {
+   doins -r etc
+   exeinto /usr/bin
+   doexe usr/bin/*
+   exeinto /usr/lib/blueberry
+   doexe usr/lib/blueberry/*
+   insinto /usr
+   doins -r usr/share
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}

diff --git a/net-wireless/blueberry/metadata.xml 
b/net-wireless/blueberry/metadata.xml
new file mode 100644
index ..421cd2f
--- /dev/null
+++ b/net-wireless/blueberry/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   olivier.lauran...@laposte.net
+   Olivier Laurantin
+   
+   
+proxy-ma...@gentoo.org   
+Proxy Maintainers   
+ 
+   
+   linuxmint/blueberry
+   
+