commit:     cf45a06034f527863730f4d63c50ef3aa8bac48b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 20:55:25 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 20:56:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cf45a060

net-wireless/gnome-bluetooth: remove, available in ::gentoo

live ebuild is too outdated, so that is removed as well for now.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-bluetooth/files/61-gnome-bluetooth.rules | 11 ---
 .../gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild  | 61 --------------
 .../gnome-bluetooth/gnome-bluetooth-9999.ebuild    | 93 ----------------------
 net-wireless/gnome-bluetooth/metadata.xml          |  8 --
 4 files changed, 173 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules 
b/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
deleted file mode 100644
index 50657408..00000000
--- a/net-wireless/gnome-bluetooth/files/61-gnome-bluetooth.rules
+++ /dev/null
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev >= 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
-ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", GROUP="plugdev", MODE="0664", TAG+="udev-acl"
-LABEL="gnome_bluetooth_end"

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
deleted file mode 100644
index afc6b43a..00000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome-meson udev user
-
-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="debug +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.38:2
-       media-libs/libcanberra[gtk3]
-       >=x11-libs/gtk+-3.12:3[introspection?]
-       x11-libs/libnotify
-       virtual/udev
-       introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-       >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-       !net-wireless/bluez-gnome
-       app-text/docbook-xml-dtd:4.1.2
-       dev-libs/libxml2:2
-       dev-util/gdbus-codegen
-       >=dev-util/gtk-doc-am-1.9
-       >=dev-util/intltool-0.40.0
-       dev-util/itstool
-       virtual/libudev
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-pkg_setup() {
-       enewgroup plugdev
-}
-
-src_configure() {
-       gnome-meson_src_configure \
-               -Denable-gtk-doc=false \
-               -Denable-icon-update=false \
-               $(meson_enable introspection)
-}
-
-src_install() {
-       gnome-meson_src_install
-       udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-       gnome-meson_pkg_postinst
-       if ! has_version sys-auth/consolekit[acl] && ! 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
-}

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
deleted file mode 100644
index 294ceee2..00000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2 udev user
-if [[ ${PV} = 9999 ]]; then
-       inherit gnome2-live
-fi
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth";
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="+introspection"
-if [[ ${PV} = 9999 ]]; then
-       IUSE="${IUSE} doc"
-       KEYWORDS=""
-else
-       KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
-
-COMMON_DEPEND="
-       >=dev-libs/glib-2.38:2
-       >=x11-libs/gtk+-3.12:3[introspection?]
-       media-libs/libcanberra[gtk3]
-       virtual/udev
-       x11-libs/libnotify
-       introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       >=net-wireless/bluez-5
-       x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${COMMON_DEPEND}
-       !net-wireless/bluez-gnome
-       app-text/docbook-xml-dtd:4.1.2
-       dev-libs/libxml2:2
-       dev-util/gdbus-codegen
-       >=dev-util/gtk-doc-am-1.9
-       >=dev-util/intltool-0.40.0
-       virtual/libudev
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-# eautoreconf needs:
-#      gnome-base/gnome-common
-
-if [[ ${PV} = 9999 ]]; then
-       DEPEND="${DEPEND}
-               app-text/yelp-tools
-               doc? ( >=dev-util/gtk-doc-1.9 )"
-fi
-
-pkg_setup() {
-       enewgroup plugdev
-}
-
-src_prepare() {
-       # Regenerate gdbus-codegen files to allow using any glib version; bug 
#436236
-       if [[ ${PV} != 9999 ]]; then
-               rm -v lib/bluetooth-client-glue.{c,h} || die
-       fi
-       gnome2_src_prepare
-}
-
-src_configure() {
-       local myconf=""
-       [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
-       gnome2_src_configure \
-               $(use_enable introspection) \
-               --enable-documentation \
-               --disable-desktop-update \
-               --disable-icon-update \
-               --disable-static \
-               ${myconf}
-}
-
-src_install() {
-       gnome2_src_install
-       udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-       gnome2_pkg_postinst
-       if ! has_version sys-auth/consolekit[acl] && ! 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
-}

diff --git a/net-wireless/gnome-bluetooth/metadata.xml 
b/net-wireless/gnome-bluetooth/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/net-wireless/gnome-bluetooth/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>

Reply via email to