Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/
Date: Mon, 23 Dec 2019 22:23:52
Message-Id: 1577139780.676a3370105b75695715d66718f1df670e747197.leio@gentoo
1 commit: 676a3370105b75695715d66718f1df670e747197
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:14:33 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:23:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676a3370
7
8 net-wireless/gnome-bluetooth: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-wireless/gnome-bluetooth/Manifest | 1 -
14 .../gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 57 ----------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest
18 index 4294fc0983a..5a42c079169 100644
19 --- a/net-wireless/gnome-bluetooth/Manifest
20 +++ b/net-wireless/gnome-bluetooth/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1 SHA512 03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e
23 DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab SHA512 25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e
24
25 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
26 deleted file mode 100644
27 index 67dc1ab5ae0..00000000000
28 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
29 +++ /dev/null
30 @@ -1,57 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome.org gnome2-utils meson udev xdg
36 -
37 -DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
38 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth"
39 -
40 -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
41 -SLOT="2/13" # subslot = libgnome-bluetooth soname version
42 -IUSE="gtk-doc +introspection"
43 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
44 -
45 -COMMON_DEPEND="
46 - >=x11-libs/gtk+-3.12:3[introspection?]
47 - media-libs/libcanberra[gtk3]
48 - >=x11-libs/libnotify-0.7.0
49 - virtual/libudev
50 - >=dev-libs/glib-2.38:2
51 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - acct-group/plugdev
55 - virtual/udev
56 - >=net-wireless/bluez-5
57 -"
58 -DEPEND="${COMMON_DEPEND}
59 - !net-wireless/bluez-gnome
60 - dev-libs/libxml2:2
61 - dev-util/gdbus-codegen
62 - dev-util/glib-utils
63 - gtk-doc? ( >=dev-util/gtk-doc-1.9 )
64 - virtual/pkgconfig
65 -"
66 -
67 -src_configure() {
68 - local emesonargs=(
69 - -Dicon_update=false
70 - $(meson_use gtk-doc gtk_doc)
71 - $(meson_use introspection)
72 - )
73 - meson_src_configure
74 -}
75 -
76 -src_install() {
77 - meson_src_install
78 - udev_dorules "${FILESDIR}"/61-${PN}.rules
79 -}
80 -
81 -pkg_postinst() {
82 - xdg_pkg_postinst
83 - if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 'sys-apps/systemd[acl]' ; then
84 - elog "Don't forget to add yourself to the plugdev group "
85 - elog "if you want to be able to control bluetooth transmitter."
86 - fi
87 -}