From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- net-wireless/blueberry/Manifest | 4 +- net-wireless/blueberry/blueberry-1.4.6.ebuild | 61 --------------------------- net-wireless/blueberry/blueberry-1.4.7.ebuild | 61 +++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 net-wireless/blueberry/blueberry-1.4.6.ebuild create mode 100644 net-wireless/blueberry/blueberry-1.4.7.ebuild (limited to 'net-wireless/blueberry') diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest index 48e386c08070..a944bacc9ec6 100644 --- a/net-wireless/blueberry/Manifest +++ b/net-wireless/blueberry/Manifest @@ -1,3 +1,3 @@ -DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590 SHA512 580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a -EBUILD blueberry-1.4.6.ebuild 1278 BLAKE2B 37ed69c445baebcf5b5ef167a97b9ff3122f9caeb9c7c1b2a3b4cfbc01986f9943163b199b6249706c18b33be6a65683ec65f15c1529d7d61e77101687e63fa0 SHA512 71e7be2decf92521d06308b28bbbac9b4e96030d24636ab70fe04e149eea4b2b8ec9bb57f2366337b34e84a6e9635ffdd79327c502df999aa462c421b2e30f83 +DIST blueberry-1.4.7.tar.gz 1415642 BLAKE2B 59b419d73416105d3d853cc8c5f6cba3f1171f441478ec7f3bdfaaeea22ce07afef3da372a1f993345a7fb38621d0d163ebb4a4d9e8b9e919d71af47e79dfb98 SHA512 2562017da0a102d5fde2905aa4d76cbcd761eeb5e17b137bb6a0bd22d518dfb677bb6ce1e05eb109a1b8ae35588f56f0d42b56f455aaec174155614966551eee +EBUILD blueberry-1.4.7.ebuild 1283 BLAKE2B 8a5884f8ee0ac39e7c9a809c075cd4f5250e0d09fd1f758799dc3d74d4adf3bd3cc218494f14483000eec402c886026b6462117a2a7d1585653ee8bc1c67ecc7 SHA512 3d35f50355933a5fa1efdb56f71e4995c59f3e9b772e69300cc09200830b9abd17af3878c89b3d7d0a8a0c15b90d5b528c720585a92b66821f439e080d1f7135 MISC metadata.xml 494 BLAKE2B a25e54118f511c2d8d7077d2f6f7a21f5bf7a7edf03cde26561a147136868e3dbcbce27fe6628cb5637dbb728762dec841bfe0fa21e03adc34b49eb8c64722fa SHA512 9b9f58c5a954d69028c79611e11670e205366505626236895dae550faf672868ac6c778a7bd6f864ee20a29fc2f9c192065871ad28bcf2e3a7e16cb0d6cb39cf 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..000000000000 --- 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 -} 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 000000000000..0f483c473ace --- /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=8 + +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 +} -- cgit v1.2.3