From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72A1415852A for ; Fri, 16 Aug 2024 15:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54987E2AAB; Fri, 16 Aug 2024 15:20:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39748E2AAB for ; Fri, 16 Aug 2024 15:20:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E7E340CB1 for ; Fri, 16 Aug 2024 15:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9262B1EF4 for ; Fri, 16 Aug 2024 15:20:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1723821596.c9cda9b53fd7bcd3f68c0f748942ac4dbc538dcb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/Manifest net-wireless/blueman/blueman-2.4.2.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9cda9b53fd7bcd3f68c0f748942ac4dbc538dcb X-VCS-Branch: master Date: Fri, 16 Aug 2024 15:20:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b64ef7f-19e4-442a-a822-dacda0d4a21d X-Archives-Hash: b2a53d798f18c42f605d00425a3ddb87 commit: c9cda9b53fd7bcd3f68c0f748942ac4dbc538dcb Author: Michał Górny gentoo org> AuthorDate: Fri Aug 16 14:13:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 16 15:19:56 2024 +0000 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..000000000000 --- 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} == "9999" ]] ; 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] -