diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-23 23:18:49 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-23 23:18:49 +0000 |
commit | 70c38e9073aa273399c17ca32b9ebcbbf669b254 (patch) | |
tree | 26507ccb241c3704d14d015e7543a0e51e6a2a6c /net-wireless | |
parent | Version bump for Gnome 3.14. Clean up old revision. (diff) | |
download | gentoo-2-70c38e9073aa273399c17ca32b9ebcbbf669b254.tar.gz gentoo-2-70c38e9073aa273399c17ca32b9ebcbbf669b254.tar.bz2 gentoo-2-70c38e9073aa273399c17ca32b9ebcbbf669b254.zip |
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild (renamed from net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild) | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index fc6b14d26260..d3ac88113315 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.144 2014/11/13 12:48:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.145 2014/12/23 23:18:49 eva Exp $ + +*gnome-bluetooth-3.14.0 (23 Dec 2014) + + 23 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-bluetooth-3.10.0.ebuild, +gnome-bluetooth-3.14.0.ebuild: + Version bump for Gnome 3.14. Clean up old revision. 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -files/80-rfkill.rules, -files/gnome-bluetooth-2.32.0-fix-typo.patch, diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild index cdd9cedc37d5..6ef9f7254f64 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.10.0.ebuild,v 1.7 2014/06/16 10:39:25 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild,v 1.1 2014/12/23 23:18:49 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -11,13 +11,13 @@ 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 +SLOT="2/13" # subslot = libgnome-bluetooth soname version IUSE="+introspection" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" COMMON_DEPEND=" >=dev-libs/glib-2.37.3:2 - >=x11-libs/gtk+-2.91.3:3[introspection?] + >=x11-libs/gtk+-3.11.2:3[introspection?] virtual/udev introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) " @@ -32,13 +32,11 @@ DEPEND="${COMMON_DEPEND} dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.40.0 + virtual/libudev virtual/pkgconfig - x11-libs/libX11 - x11-libs/libXi x11-proto/xproto " # eautoreconf needs: -# app-text/yelp-tools # gnome-base/gnome-common pkg_setup() { |