From 19ad4b65c8b02065c065c91941241f231f78246c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 2 Oct 2023 17:46:37 +0100 Subject: gentoo auto-resync : 02:10:2023 - 17:46:37 --- net-wireless/gnome-bluetooth/Manifest | 2 - .../gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 84 ---------------------- 2 files changed, 86 deletions(-) delete mode 100644 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild (limited to 'net-wireless/gnome-bluetooth') diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest index 7156e404740d..a567f56273ae 100644 --- a/net-wireless/gnome-bluetooth/Manifest +++ b/net-wireless/gnome-bluetooth/Manifest @@ -1,7 +1,5 @@ AUX 61-gnome-bluetooth.rules 399 BLAKE2B ba3dd9fdc3834ce6a3460d8abff179d08c1258f7ba43e2350ed2c7e88aaf6fef4b06c51b6212650523c4de577cb3a85946bae9b955cf6c17a0c984431abd5d2b SHA512 74fd95e2afb3d3f13df72bb593ae6644a3a4975e43f5f50c622f14f756861596ef92aa331200d9fce6ff3976e8a1ed57e4053186b7a9716039ace971a6dfed0d AUX gnome-bluetooth-3.34.5-meson-0.61-build.patch 549 BLAKE2B 85812555ab5cc25ae3b766455934f8760c6002cf6426265c1a464086330627e9985345fbccecd9cbc8026a90468eebfde4a0d32c716a8f5d0ba56e64f68a9449 SHA512 727bcf24e07f92c7705f1fcc11e56d52dac7aa2826b7b9e39a3df87ee79c253aeb98dbebc998eada2fc346a086dece16c9029ecec2b114f939e917e3b099ad00 -DIST gnome-bluetooth-3.34.5.tar.xz 353936 BLAKE2B 40300752830f71d436591e22a64a282745d8419ee46de534f76c4871a86a4c8f7b2203e3ddc4ca08d26348b97bf4a68315802ffa09c69265c55001e4806c7f1e SHA512 48431b3d19083705a6623442c5cd2d6c14962cdf30fc599ba47dceb6612b80142af77e1b6df142b530cb1015638081a06de38a3034177e0d05a354c40f19d9e5 DIST gnome-bluetooth-42.6.tar.xz 304668 BLAKE2B d3dbc6c41de456e357e16b8d714f96bbcf9fc28776d361d4fc7d6d2c6ed7bb21496cc5f5eb02a24ce0b48c40ca2fefd80a36dda78e3ae63f67051b6f6a358258 SHA512 4c939a2f19c656ecc03535a203e3eed582a288abb3862ae92c517e611395e940ac65412281c9cd238cb8da99a2019505dd5bb2a687f143dd02b24b11d40b5450 -EBUILD gnome-bluetooth-3.34.5.ebuild 1871 BLAKE2B a2cc818db51397127abb226486f423f1f61c73fcb3b1d28377c5a697a707c24a7c581794f751f01ae9e907b0dae8342d3ff5838ba6b4c91ec9e873583f8d1247 SHA512 c853b9444c7e51b47b7b0d65d8d12e251831f4ab21bbd85619a7cab582666536e726036508f27f11adc67034e319fdd4bc0477a97b0e38b03e96ccd88c1e2dc7 EBUILD gnome-bluetooth-42.6.ebuild 1669 BLAKE2B dc54b62f91c2b02caf22aa99db603d677b471a330f592dc20181aaed8efbf2e2466ae60ae3187f080e31d07505ec5869777b0ee07029214bbcfbfe641b5efd67 SHA512 837c795c884207ae2e002b703a9a28bb778c8d93b6082cc956ce0d41e47f80d8795dc03286984e21819e8c674ffdff8588d95074d6ad95f67678503e8faca597 MISC metadata.xml 486 BLAKE2B f7080e058845d3931203b7912dfe5c31ecf36573241f33878cba7ca2ae240d62d067ea470845f6dfbb261631550916d430656040b8efcaec20123eb2be9ad5e4 SHA512 7b7f53d1648ad533caa02a18b859a3498e62a964f24a0e321f7661feecf95c02516f0ec65f23891a375a834d625dba7222c8e0919bc721558e747d582b6a4197 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild deleted file mode 100644 index 936cf9a391a0..000000000000 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) -inherit gnome.org meson python-any-r1 udev xdg - -DESCRIPTION="Bluetooth graphical utilities integrated with GNOME" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth" - -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" -SLOT="2/13" # subslot = libgnome-bluetooth soname version -IUSE="gtk-doc +introspection test" -RESTRICT="!test? ( test )" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" - -DEPEND=" - >=dev-libs/glib-2.44:2 - >=x11-libs/gtk+-3.12:3[introspection?] - media-libs/libcanberra[gtk3] - >=x11-libs/libnotify-0.7.0 - virtual/libudev - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) -" -RDEPEND="${DEPEND} - acct-group/plugdev - virtual/udev - >=net-wireless/bluez-5 -" -BDEPEND=" - dev-libs/libxml2:2 - dev-util/gdbus-codegen - dev-util/glib-utils - gtk-doc? ( >=dev-util/gtk-doc-1.9 ) - virtual/pkgconfig - test? ( - $(python_gen_any_dep ' - dev-python/python-dbusmock[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - ') - ) -" - -PATCHES=( - "${FILESDIR}"/${P}-meson-0.61-build.patch -) - -python_check_deps() { - if use test; then - python_has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && - python_has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" - fi -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - local emesonargs=( - -Dicon_update=false - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection) - ) - meson_src_configure -} - -src_install() { - meson_src_install - udev_dorules "${FILESDIR}"/61-${PN}.rules -} - -pkg_postinst() { - udev_reload - xdg_pkg_postinst - if ! has_version 'sys-apps/systemd[acl]' ; then - elog "Don't forget to add yourself to the plugdev group " - elog "if you want to be able to control bluetooth transmitter." - fi -} - -pkg_postrm() { - udev_reload -} -- cgit v1.2.3