Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/
Date: Thu, 30 Jan 2020 06:33:43
Message-Id: 1580365987.fae1e4ca5c7f69488c6d775215e0efb380fa50fd.juippis@gentoo
1 commit: fae1e4ca5c7f69488c6d775215e0efb380fa50fd
2 Author: Olivier Laurantin <olivier.laurantin <AT> laposte <DOT> net>
3 AuthorDate: Tue Jan 28 21:33:54 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 06:33:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae1e4ca
7
8 net-wireless/blueberry: remove old
9
10 Signed-off-by: Olivier Laurantin <olivier.laurantin <AT> laposte.net>
11 Closes: https://github.com/gentoo/gentoo/pull/14456
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-wireless/blueberry/Manifest | 2 -
15 net-wireless/blueberry/blueberry-1.1.13-r1.ebuild | 63 -----------------------
16 net-wireless/blueberry/blueberry-1.2.9.ebuild | 57 --------------------
17 3 files changed, 122 deletions(-)
18
19 diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
20 index 2950875c6cd..74c08291a2b 100644
21 --- a/net-wireless/blueberry/Manifest
22 +++ b/net-wireless/blueberry/Manifest
23 @@ -1,3 +1 @@
24 -DIST blueberry-1.1.13.tar.gz 1382261 BLAKE2B 5b23429243bc63d864f7176139a577cb5c8aea1f00906c218c66e92b9d679ad793f6429d01f9e49f960674b1ad5100d642075a730db49dd568282ea00089d8a3 SHA512 587165b33f087720f9ae72dfb37feda9c6c3e4c4ad166a5a410c078a63bea0d33182b781f8f0c7840575917d06faec752866009c9b3664241b7ca23ab1586b94
25 -DIST blueberry-1.2.9.tar.gz 1402410 BLAKE2B 0b816d4ca812b18e00a88d0d5b9cd1d44086a29f656d56cb23eede9b7f5cf7380ecf802ebc04369d39cbff56912292bff10bf31724389ab4a33731d2ce61c822 SHA512 6119cc9a7e1c18db2110f568f9fc8717ff0cc1db5fa8794f95734229cc4ebbc658b9b19c9b545dabdcbfa56c4fe2c5631c5fe2e8675860645790bb1c67aaa8f6
26 DIST blueberry-1.3.4.tar.gz 1410366 BLAKE2B a684c30b7457c4df8cc1f5449891cb43d0bc314692ad1d135377c861c669b0f4f8185396f39295268821ac6403dfd035201756dea4974f31066da766e36b559c SHA512 d5ca457ace0d46aab425b6821e690a94375de1222e90d0223afa97de5ce16f77089ba84b1b47a90e6494f34d3bd6824dbd6d2ff1e41e0b9be1d7bc9611abd6db
27
28 diff --git a/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild b/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild
29 deleted file mode 100644
30 index 82e74e30c65..00000000000
31 --- a/net-wireless/blueberry/blueberry-1.1.13-r1.ebuild
32 +++ /dev/null
33 @@ -1,63 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit eutils gnome2-utils python-single-r1
42 -
43 -DESCRIPTION="A Bluetooth configuration tool"
44 -HOMEPAGE="https://github.com/linuxmint/blueberry"
45 -SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -RDEPEND="${PYTHON_DEPS}
54 - dev-python/dbus-python[${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 - dev-python/setproctitle[${PYTHON_USEDEP}]
57 - >=net-wireless/gnome-bluetooth-3.14[introspection]
58 - net-wireless/bluez[obex]
59 - net-wireless/bluez-tools
60 - || (
61 - >=sys-apps/util-linux-2.31_rc1
62 - net-wireless/rfkill
63 - )
64 - x11-libs/libnotify[introspection]
65 - x11-misc/wmctrl"
66 -DEPEND="${RDEPEND}"
67 -
68 -src_prepare () {
69 - sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} || die
70 - default_src_prepare
71 -}
72 -
73 -src_install() {
74 - doins -r etc
75 - exeinto /usr/bin
76 - doexe usr/bin/*
77 - exeinto /usr/lib/blueberry
78 - doexe usr/lib/blueberry/*
79 - insinto /usr
80 - doins -r usr/share
81 -}
82 -
83 -pkg_preinst() {
84 - gnome2_schemas_savelist
85 - gnome2_icon_savelist
86 -}
87 -
88 -pkg_postinst() {
89 - gnome2_schemas_update
90 - gnome2_icon_cache_update
91 -}
92 -
93 -pkg_postrm() {
94 - gnome2_schemas_update
95 - gnome2_icon_cache_update
96 -}
97
98 diff --git a/net-wireless/blueberry/blueberry-1.2.9.ebuild b/net-wireless/blueberry/blueberry-1.2.9.ebuild
99 deleted file mode 100644
100 index 6ca6d4fc15e..00000000000
101 --- a/net-wireless/blueberry/blueberry-1.2.9.ebuild
102 +++ /dev/null
103 @@ -1,57 +0,0 @@
104 -# Copyright 1999-2020 Gentoo Authors
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=7
108 -
109 -PYTHON_COMPAT=( python3_{6,7} )
110 -
111 -inherit eutils gnome2-utils python-single-r1 xdg-utils
112 -
113 -DESCRIPTION="A Bluetooth configuration tool"
114 -HOMEPAGE="https://github.com/linuxmint/blueberry"
115 -SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -LICENSE="GPL-3"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE=""
121 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
122 -
123 -RDEPEND="${PYTHON_DEPS}
124 - dev-python/dbus-python[${PYTHON_USEDEP}]
125 - dev-python/pygobject:3[${PYTHON_USEDEP}]
126 - dev-python/setproctitle[${PYTHON_USEDEP}]
127 - >=net-wireless/gnome-bluetooth-3.14[introspection]
128 - net-wireless/bluez[obex]
129 - net-wireless/bluez-tools
130 - || (
131 - >=sys-apps/util-linux-2.31_rc1
132 - net-wireless/rfkill
133 - )
134 - x11-libs/libnotify[introspection]
135 - x11-misc/wmctrl"
136 -DEPEND="${RDEPEND}"
137 -
138 -src_install() {
139 - doins -r etc
140 - exeinto /usr/bin
141 - doexe usr/bin/*
142 - exeinto /usr/lib/blueberry
143 - doexe usr/lib/blueberry/*
144 - insinto /usr
145 - doins -r usr/share
146 -}
147 -
148 -pkg_preinst() {
149 - gnome2_schemas_savelist
150 -}
151 -
152 -pkg_postinst() {
153 - gnome2_schemas_update
154 - xdg_icon_cache_update
155 -}
156 -
157 -pkg_postrm() {
158 - gnome2_schemas_update
159 - xdg_icon_cache_update
160 -}