From 0edf8a0101ecd516eccd232e4027c2ec146d01df Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Thu, 13 Feb 2014 00:27:16 +0100 Subject: net-wireless/gnome-bluetooth: moved to gentoo-x86 + sync live ebuild --- net-wireless/gnome-bluetooth/Manifest | 11 ---- .../gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild | 75 ---------------------- .../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 6 +- 3 files changed, 3 insertions(+), 89 deletions(-) delete mode 100644 net-wireless/gnome-bluetooth/Manifest delete mode 100644 net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild (limited to 'net-wireless') diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest deleted file mode 100644 index 3af4ed75..00000000 --- a/net-wireless/gnome-bluetooth/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST gnome-bluetooth-3.10.0.tar.xz 1327852 SHA256 7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712 SHA512 49602dedaad43652e542c8ca3682158a80a1e4b1cc7c568946af71357dc209600be654977fb444e8561f87bc7d9df8179bd0a808ab1aebd0fb904fec83865c65 WHIRLPOOL 9eaf1b5e8b01f045d3c62cd4ecf73f0778947b13b09860014bb760159f1369febffdbc1b13bad94edec7d15de035aafe70bc0017bdf54035ec67476ba04edc08 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.21 (GNU/Linux) - -iEYEAREKAAYFAlKHo58ACgkQ1fmVwcYIWAaj9gCgxBvrJWs6mRJosUNXzE0VxiWB -W14AnA983E99404syztdXzfdDUXdRlZa -=hymo ------END PGP SIGNATURE----- diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild deleted file mode 100644 index b7bbac6b..00000000 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit eutils gnome2 udev user - -DESCRIPTION="Bluetooth graphical utilities integrated with GNOME" -HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth" - -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" -SLOT="2/12" # subslot = libgnome-bluetooth soname version -IUSE="+introspection" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2 - >=x11-libs/gtk+-2.91.3:3[introspection?] - virtual/udev - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) -" -RDEPEND="${COMMON_DEPEND} - >=net-wireless/bluez-5 - app-mobilephone/obexd - 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/pkgconfig - x11-libs/libX11 - x11-libs/libXi - x11-proto/xproto -" -# eautoreconf needs: -# gnome-base/gnome-common - -pkg_setup() { - enewgroup plugdev -} - -src_prepare() { - # Regenerate gdbus-codegen files to allow using any glib version; bug #436236 - rm -v lib/bluetooth-client-glue.{c,h} || die - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) \ - --enable-documentation \ - --disable-desktop-update \ - --disable-icon-update \ - --disable-static \ - ITSTOOL=$(type -P true) -} - -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/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild index 7ab9b356..88e1ac8b 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -24,13 +24,13 @@ else fi COMMON_DEPEND=" - >=dev-libs/glib-2.36:2 + >=dev-libs/glib-2.37.3:2 >=x11-libs/gtk+-2.91.3:3[introspection?] virtual/udev introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) " RDEPEND="${COMMON_DEPEND} - >=net-wireless/bluez-4.34 + >=net-wireless/bluez-5 app-mobilephone/obexd x11-themes/gnome-icon-theme-symbolic " -- cgit v1.2.3-65-gdbad