summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 17:05:32 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 17:05:32 +0000
commita66b483ba6cb356db5d2d66b9a43ec09e9d8db65 (patch)
treed60b5630bafce646229d7c42ac0503599428069f /net-wireless
parentVersion bump for Gnome 3.10 (diff)
downloadgentoo-2-a66b483ba6cb356db5d2d66b9a43ec09e9d8db65.tar.gz
gentoo-2-a66b483ba6cb356db5d2d66b9a43ec09e9d8db65.tar.bz2
gentoo-2-a66b483ba6cb356db5d2d66b9a43ec09e9d8db65.zip
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnome-bluetooth/ChangeLog8
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild (renamed from net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild)16
2 files changed, 14 insertions, 10 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog
index 35724615a2d3..4e21a2ed38d4 100644
--- a/net-wireless/gnome-bluetooth/ChangeLog
+++ b/net-wireless/gnome-bluetooth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-wireless/gnome-bluetooth
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.131 2013/12/08 19:36:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.132 2013/12/24 17:05:32 pacho Exp $
+
+*gnome-bluetooth-3.10.0 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gnome-bluetooth-3.10.0.ebuild,
+ -gnome-bluetooth-3.8.1.ebuild:
+ Version bump for Gnome 3.10
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-3.8.2.1.ebuild:
x86 stable, bug #478252
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
index 553ef602ac3b..b7c60be03497 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
@@ -1,28 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.8.1.ebuild,v 1.2 2013/06/30 21:18:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild,v 1.1 2013/12/24 17:05:32 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
inherit eutils gnome2 udev user
-DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
-HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/GnomeBluetooth"
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/11" # subslot = libgnome-bluetooth soname version
+SLOT="2/12" # subslot = libgnome-bluetooth soname version
IUSE="+introspection"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
COMMON_DEPEND="
- >=dev-libs/glib-2.29.90: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
"
@@ -33,7 +33,6 @@ DEPEND="${COMMON_DEPEND}
dev-util/gdbus-codegen
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.40.0
- >=sys-devel/gettext-0.17
virtual/pkgconfig
x11-libs/libX11
x11-libs/libXi
@@ -41,7 +40,6 @@ DEPEND="${COMMON_DEPEND}
"
# eautoreconf needs:
# gnome-base/gnome-common
-# dev-util/gtk-doc-am
pkg_setup() {
enewgroup plugdev
@@ -70,7 +68,7 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- if ! has_version sys-auth/consolekit[acl] ; then
+ 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