Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/
Date: Fri, 07 Jan 2022 05:15:18
Message-Id: 1641531930.ffb212eb50ee9f99448407c7029860f1a0271c7b.sam@gentoo
1 commit: ffb212eb50ee9f99448407c7029860f1a0271c7b
2 Author: Olivier Laurantin <olivier.laurantin <AT> laposte <DOT> net>
3 AuthorDate: Fri Dec 31 09:40:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 05:05:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb212eb
7
8 net-wireless/blueberry: remove old
9
10 Remove old version
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Olivier Laurantin <olivier.laurantin <AT> laposte.net>
14 Closes: https://github.com/gentoo/gentoo/pull/23600
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-wireless/blueberry/Manifest | 1 -
18 net-wireless/blueberry/blueberry-1.4.2.ebuild | 61 ---------------------------
19 2 files changed, 62 deletions(-)
20
21 diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
22 index 551a2dd2958b..48658733cded 100644
23 --- a/net-wireless/blueberry/Manifest
24 +++ b/net-wireless/blueberry/Manifest
25 @@ -1,2 +1 @@
26 -DIST blueberry-1.4.2.tar.gz 1414169 BLAKE2B cd55e2bb572efb2badeab1667324df67c35f5833c53755c76c0793c07e8427c7d4714135014dad90aeaddc806c798f2b89960a051a15f668d214bb95cc0943e3 SHA512 5c2fb94e842cd1229682305f0054061724b958406ea15a64495ca418aa7da73c38b45ddc43c27a193aef995ab860cad985e3369e3dac53d2098463e6e4250493
27 DIST blueberry-1.4.6.tar.gz 1415484 BLAKE2B 2b0a737d6e9e10f4f8502ab6af5e90b35e2eb651a48b431a0738cf06817ca49f12e9cdf6e0a3221b42370a00cca23c7da54d75c1f801968f1ee6d87dc3523590 SHA512 580b0a0434bb3c980158361a22ad0d8a502cb8b9c5d92adf4e97fdc28405bd5422709d4c605923371284457389f68aebce3e4599b7dd0c35866b65bb4fc2355a
28
29 diff --git a/net-wireless/blueberry/blueberry-1.4.2.ebuild b/net-wireless/blueberry/blueberry-1.4.2.ebuild
30 deleted file mode 100644
31 index d4077a454e74..000000000000
32 --- a/net-wireless/blueberry/blueberry-1.4.2.ebuild
33 +++ /dev/null
34 @@ -1,61 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{8,9} )
41 -
42 -inherit gnome2-utils python-single-r1 xdg-utils
43 -
44 -DESCRIPTION="A Bluetooth configuration tool"
45 -HOMEPAGE="https://github.com/linuxmint/blueberry"
46 -SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -RDEPEND="${PYTHON_DEPS}
55 - $(python_gen_cond_dep '
56 - dev-python/dbus-python[${PYTHON_USEDEP}]
57 - dev-python/pygobject:3[${PYTHON_USEDEP}]
58 - dev-python/setproctitle[${PYTHON_USEDEP}]
59 - dev-python/xapp[${PYTHON_USEDEP}]
60 - ')
61 - >=net-wireless/gnome-bluetooth-3.14[introspection]
62 - net-wireless/bluez[obex]
63 - net-wireless/bluez-tools
64 - || (
65 - >=sys-apps/util-linux-2.31_rc1
66 - net-wireless/rfkill
67 - )
68 - x11-libs/libnotify[introspection]
69 - x11-misc/wmctrl"
70 -DEPEND="${RDEPEND}"
71 -
72 -src_prepare() {
73 - default
74 - python_fix_shebang usr/lib
75 -}
76 -
77 -src_install() {
78 - doins -r etc
79 - exeinto /usr/bin
80 - doexe usr/bin/*
81 - exeinto /usr/lib/blueberry
82 - doexe usr/lib/blueberry/*
83 - insinto /usr
84 - doins -r usr/share
85 -}
86 -
87 -pkg_postinst() {
88 - gnome2_schemas_update
89 - xdg_icon_cache_update
90 -}
91 -
92 -pkg_postrm() {
93 - gnome2_schemas_update
94 - xdg_icon_cache_update
95 -}