* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-10-18 7:37 Alexandre Restovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 8d8149a7294f1dfb67f59ac7e98325864cdccb06
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 06:51:17 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 06:51:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8d8149a7
net-wireless/gnome-bluetooth: 3.2.0 → 3.2.1
Fixes memory leak.
---
...h-3.2.0.ebuild => gnome-bluetooth-3.2.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.1.ebuild
similarity index 100%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.1.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2018-09-10 21:33 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2018-09-10 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 0363926643066f227fd9290214992942e1447dff
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 13:31:48 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 14:02:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=03639266
net-wireless/gnome-bluetooth: 3.20.1 → 3.26.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A
.../gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild | 61 ++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
new file mode 100644
index 00000000..afc6b43a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
@@ -0,0 +1,61 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2018-01-12 14:44 Dennis Lamm
0 siblings, 0 replies; 31+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 1f7abe53c85257d68e4c8a0a21ddea6af5724d70
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:44:12 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:44:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1f7abe53
net-wireless/gnome-bluetooth: drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
.../gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild | 75 ----------------------
1 file changed, 75 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
deleted file mode 100644
index 55733a8c..00000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
+++ /dev/null
@@ -1,75 +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
-
-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"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-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-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
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2015-10-02 12:50 Ole Reifschneider
0 siblings, 0 replies; 31+ messages in thread
From: Ole Reifschneider @ 2015-10-02 12:50 UTC (permalink / raw
To: gentoo-commits
commit: d9b31fb45d421f543d078dad1e75f17e7d2d3872
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 09:49:53 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 09:49:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9b31fb4
net-wireless/gnome-bluetooth: Bump version to 3.18.0
Package-Manager: portage-2.2.22
Manifest-Sign-Key: 7E8B4D42
...h-9999.ebuild => gnome-bluetooth-3.18.0.ebuild} | 26 +++++-----------------
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 2 ++
2 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
similarity index 78%
copy from net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
index cc5586b..55733a8 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.18.0.ebuild
@@ -6,9 +6,6 @@ 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"
@@ -16,17 +13,14 @@ 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
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
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}
@@ -47,34 +41,24 @@ DEPEND="${COMMON_DEPEND}
# 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
+ rm -v lib/bluetooth-client-glue.{c,h} || die
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}
+ ITSTOOL=$(type -P true)
}
src_install() {
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index cc5586b..6057df2 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -26,7 +26,9 @@ 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}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2015-05-02 18:41 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-02 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 84992727ad259fa91fded60b2d03ca778e86d13e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 2 17:52:35 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 2 18:09:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=84992727
net-wireless/gnome-bluetooth: 3.14.1 → 3.16.1
...h-9999.ebuild => gnome-bluetooth-3.16.1.ebuild} | 30 +++++-----------------
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 6 ++---
2 files changed, 9 insertions(+), 27 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
similarity index 73%
copy from net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
copy to net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
index fb94cb4..e4cf444 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,9 +6,6 @@ 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"
@@ -16,16 +13,11 @@ 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
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
COMMON_DEPEND="
- >=dev-libs/glib-2.37.3:2
- >=x11-libs/gtk+-3.11.2:3[introspection?]
+ >=dev-libs/glib-2.38:2
+ >=x11-libs/gtk+-3.12:3[introspection?]
virtual/udev
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
@@ -47,34 +39,24 @@ DEPEND="${COMMON_DEPEND}
# 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
+ rm -v lib/bluetooth-client-glue.{c,h} || die
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}
+ ITSTOOL=$(type -P true)
}
src_install() {
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index fb94cb4..163d0a6 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-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -24,8 +24,8 @@ else
fi
COMMON_DEPEND="
- >=dev-libs/glib-2.37.3:2
- >=x11-libs/gtk+-3.11.2:3[introspection?]
+ >=dev-libs/glib-2.38:2
+ >=x11-libs/gtk+-3.12:3[introspection?]
virtual/udev
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2014-12-26 21:53 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 7055d91d184145486567df99546594054489c777
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:49:14 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:49:14 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7055d91d
net-wireless/gnome-bluetooth: moved to gentoo-x86
---
.../gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild | 73 ----------------------
1 file changed, 73 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild
deleted file mode 100644
index f3d8595..0000000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 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/13" # 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+-3.11.2:3[introspection?]
- virtual/udev
- 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-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
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2014-10-06 23:06 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-06 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 3cee7b0beb4a8d787e486a8cb87e9c472c9df3f0
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 6 22:16:44 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 6 22:16:44 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cee7b0b
net-wireless/gnome-bluetooth: 3.12.0 → 3.14.0
---
.../{gnome-bluetooth-3.12.0.ebuild => gnome-bluetooth-3.14.0.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild
similarity index 100%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.14.0.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2014-04-21 14:40 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: c718514fb6a1f1464685e14ce21e0bf78fef90b5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 15:46:46 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:08 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c718514f
net-wireless/gnome-bluetooth: QAed
* Fix subslot.
* Remove unneeded libX11 and libXi dependencies.
* Add virtual/libudev which is explicitely checking in configure.
* Fix keywords.
* Sync live ebuild.
---
net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild | 9 ++++-----
net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild | 8 +++-----
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
index 49c20e6..f3d8595 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.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.6 2014/03/30 08:40:14 pacho Exp $
+# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
@@ -11,9 +11,9 @@ 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
@@ -32,9 +32,8 @@ 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:
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 88e1ac8..fb94cb4 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -14,7 +14,7 @@ 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"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -25,13 +25,12 @@ fi
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 )
"
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-5
- app-mobilephone/obexd
x11-themes/gnome-icon-theme-symbolic
"
DEPEND="${COMMON_DEPEND}
@@ -41,9 +40,8 @@ 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:
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2014-04-21 14:40 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 68c50127f082b245f9ef3acb273b417f097c35b4
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 17 00:38:01 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=68c50127
net-wireless/gnome-bluetooth: 3.10.0 → 3.12.0
Bump gnome-bluetooth, with only a dep change on gtk+.
---
.../gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild | 74 ++++++++++++++++++++++
1 file changed, 74 insertions(+)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
new file mode 100644
index 0000000..49c20e6
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.12.0.ebuild
@@ -0,0 +1,74 @@
+# 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.6 2014/03/30 08:40:14 pacho Exp $
+
+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+-3.11.2:3[introspection?]
+ virtual/udev
+ 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/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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2014-02-12 23:48 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 0edf8a0101ecd516eccd232e4027c2ec146d01df
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 23:27:16 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 23:27:16 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0edf8a01
net-wireless/gnome-bluetooth: moved to gentoo-x86 + sync live ebuild
---
.../gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild | 75 ----------------------
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 6 +-
2 files changed, 3 insertions(+), 78 deletions(-)
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 b7bbac6..0000000
--- 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 7ab9b35..88e1ac8 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
"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2013-12-08 21:46 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-08 21:46 UTC (permalink / raw
To: gentoo-commits
commit: ed0a788a249e1d84a5f09901bdf773d9c0ae28bf
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 17:14:26 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 21:36:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ed0a788a
net-wireless/gnome-bluetooth: raise glib dependency
Due to usage of G_ADD_PRIVATE which was added in glib-2.37.3.
---
net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
index d45c23a..b7bbac6 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
@@ -16,7 +16,7 @@ IUSE="+introspection"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
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 )
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2013-12-08 21:46 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-08 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 3bcc5e77759b56b37359ee6b73d0f793a6e114d7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 16:55:58 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 21:36:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3bcc5e77
net-wireless/gnome-bluetooth: 3.8.2.1 → 3.10.0
---
.../gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild | 75 ++++++++++++++++++++++
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 51 ++++++---------
2 files changed, 96 insertions(+), 30 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
new file mode 100644
index 0000000..d45c23a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.10.0.ebuild
@@ -0,0 +1,75 @@
+# 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.36: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 0a9993b..7ab9b35 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -1,41 +1,39 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 multilib udev user
+inherit eutils gnome2 udev user
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-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
-IUSE="+introspection sendto"
+SLOT="2/12" # subslot = libgnome-bluetooth soname version
+IUSE="+introspection"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
fi
-COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
+COMMON_DEPEND="
+ >=dev-libs/glib-2.36:2
>=x11-libs/gtk+-2.91.3:3[introspection?]
- >=x11-libs/libnotify-0.7:=
virtual/udev
-
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
- sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
"
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd
- x11-themes/gnome-icon-theme-symbolic"
+ x11-themes/gnome-icon-theme-symbolic
+"
DEPEND="${COMMON_DEPEND}
!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
@@ -43,7 +41,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
@@ -51,7 +48,6 @@ DEPEND="${COMMON_DEPEND}
"
# eautoreconf needs:
# gnome-base/gnome-common
-# dev-util/gtk-doc-am
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
@@ -72,17 +68,15 @@ src_prepare() {
}
src_configure() {
- # FIXME: Add geoclue support
- G2CONF="${G2CONF}
- $(use_enable introspection)
- $(use_enable sendto nautilus-sendto)
- --enable-documentation
- --disable-maintainer-mode
- --disable-desktop-update
- --disable-icon-update
- --disable-static"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- gnome2_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() {
@@ -92,10 +86,7 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
- # Notify about old libraries that might still be around
- preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
-
- 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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-12-29 6:21 Alexandre Rostovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-29 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 6fede9bfbabf5d11641479123b2356d0fc1807df
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 06:21:16 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 06:21:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6fede9bf
net-wireless/gnome-bluetooth: sync with gx86
---
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index fa2a423..0a9993b 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2"
+SLOT="2/11" # subslot = libgnome-bluetooth soname version
IUSE="+introspection sendto"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-12-25 8:15 Priit Laes
0 siblings, 0 replies; 31+ messages in thread
From: Priit Laes @ 2012-12-25 8:15 UTC (permalink / raw
To: gentoo-commits
commit: 3145b070689c28ffaa3e217e8249e33cddf79bce
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Tue Dec 25 08:13:39 2012 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Tue Dec 25 08:13:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3145b070
net-wireless/gnome-bluetooth: Fix syntax error
---
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 556b565..fa2a423 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -55,8 +55,8 @@ DEPEND="${COMMON_DEPEND}
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND}
- app-text/yelp-tools"
- doc? ( >=dev-util/gtk-doc-1.9 )
+ app-text/yelp-tools
+ doc? ( >=dev-util/gtk-doc-1.9 )"
fi
pkg_setup() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-09-27 20:24 Alexandre Rostovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-27 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 9432b707cba7d4bd61024997d75b88d7199aafc6
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 20:19:41 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 20:23:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9432b707
net-wireless/gnome-bluetooth: 3.5.92 → 3.6.0 and sync with gx86
---
...-3.5.92.ebuild => gnome-bluetooth-3.6.0.ebuild} | 14 +++++++++++---
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 14 +++++++++++---
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
similarity index 86%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
index 94d95a8..08dbdfc 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.6.0.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 multilib toolchain-funcs
+inherit eutils gnome2 multilib toolchain-funcs user
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -14,13 +14,13 @@ fi
DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
SLOT="2"
IUSE="doc +introspection sendto"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi
COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
@@ -73,6 +73,14 @@ 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_install() {
gnome2_src_install
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 94d95a8..08dbdfc 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 multilib toolchain-funcs
+inherit eutils gnome2 multilib toolchain-funcs user
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -14,13 +14,13 @@ fi
DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
SLOT="2"
IUSE="doc +introspection sendto"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi
COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
@@ -73,6 +73,14 @@ 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_install() {
gnome2_src_install
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-09-22 15:53 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:53 UTC (permalink / raw
To: gentoo-commits
commit: b3c981b3f6fefcc0e2834215dc5f981e81595c61
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 03:55:39 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 15:53:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3c981b3
net-wireless/gnome-bluetooth: 3.5.5 → 3.5.92
---
...5.5-r1.ebuild => gnome-bluetooth-3.5.92.ebuild} | 10 +++++++---
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 10 +++++++---
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild
similarity index 92%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild
index 5dc8e4a..94d95a8 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.92.ebuild
@@ -38,9 +38,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
- app-text/gnome-doc-utils
- app-text/scrollkeeper
- dev-libs/libxml2
+ dev-libs/libxml2:2
>=dev-util/intltool-0.40.0
dev-util/gdbus-codegen
>=sys-devel/gettext-0.17
@@ -53,6 +51,11 @@ DEPEND="${COMMON_DEPEND}
# gnome-base/gnome-common
# dev-util/gtk-doc-am
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
+
pkg_setup() {
# FIXME: Add geoclue support
G2CONF="${G2CONF}
@@ -64,6 +67,7 @@ pkg_setup() {
--disable-icon-update
--disable-schemas-compile
--disable-static"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
DOCS="AUTHORS README NEWS ChangeLog"
enewgroup plugdev
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 5dc8e4a..94d95a8 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -38,9 +38,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
- app-text/gnome-doc-utils
- app-text/scrollkeeper
- dev-libs/libxml2
+ dev-libs/libxml2:2
>=dev-util/intltool-0.40.0
dev-util/gdbus-codegen
>=sys-devel/gettext-0.17
@@ -53,6 +51,11 @@ DEPEND="${COMMON_DEPEND}
# gnome-base/gnome-common
# dev-util/gtk-doc-am
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
+
pkg_setup() {
# FIXME: Add geoclue support
G2CONF="${G2CONF}
@@ -64,6 +67,7 @@ pkg_setup() {
--disable-icon-update
--disable-schemas-compile
--disable-static"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
DOCS="AUTHORS README NEWS ChangeLog"
enewgroup plugdev
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-09-13 11:28 Alexandre Rostovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-13 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 8c9e0029badf34ebcd242701bc93f06fdb44d06d
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 11:27:49 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 11:27:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8c9e0029
net-wireless/gnome-bluetooth: fix dependencies
udev needs to be in DEPEND for udev.pc; thanks to Samuli Suominen for noticing.
---
.../gnome-bluetooth-3.5.5-r1.ebuild | 2 +-
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
index 2874ba1..5dc8e4a 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
@@ -26,6 +26,7 @@ fi
COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
>=x11-libs/gtk+-2.91.3:3[introspection?]
>=x11-libs/libnotify-0.7.0
+ sys-fs/udev
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
@@ -33,7 +34,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd
- sys-fs/udev
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${COMMON_DEPEND}
!net-wireless/bluez-gnome
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 2874ba1..5dc8e4a 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -26,6 +26,7 @@ fi
COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
>=x11-libs/gtk+-2.91.3:3[introspection?]
>=x11-libs/libnotify-0.7.0
+ sys-fs/udev
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
@@ -33,7 +34,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd
- sys-fs/udev
x11-themes/gnome-icon-theme-symbolic"
DEPEND="${COMMON_DEPEND}
!net-wireless/bluez-gnome
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-09-13 10:44 Alexandre Rostovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-13 10:44 UTC (permalink / raw
To: gentoo-commits
commit: c3aeb097e107dc16f41c381637d42466385efae0
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 10:40:22 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 10:44:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c3aeb097
net-wireless/gnome-bluetooth: use correct udev rules dir (bug #433910)
---
....5.5.ebuild => gnome-bluetooth-3.5.5-r1.ebuild} | 5 +++--
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
similarity index 93%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
index 5967e9d..2874ba1 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 multilib
+inherit eutils gnome2 multilib toolchain-funcs
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -72,7 +72,8 @@ pkg_setup() {
src_install() {
gnome2_src_install
- insinto /$(get_libdir)/udev/rules.d
+ local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
+ insinto "${udevdir}"/rules.d
doins "${FILESDIR}"/80-rfkill.rules
}
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 5967e9d..2874ba1 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 multilib
+inherit eutils gnome2 multilib toolchain-funcs
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -72,7 +72,8 @@ pkg_setup() {
src_install() {
gnome2_src_install
- insinto /$(get_libdir)/udev/rules.d
+ local udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)"
+ insinto "${udevdir}"/rules.d
doins "${FILESDIR}"/80-rfkill.rules
}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-09-09 0:39 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2012-09-09 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 902e1e6b8639fc342a515bdf45434f9cec341263
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 8 22:58:48 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep 8 22:58:48 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=902e1e6b
Add net-wireless/gnome-bluetooth-3.5.5
---
.../gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild | 86 ++++++++++++++++++++
1 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild
new file mode 100644
index 0000000..5967e9d
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 multilib
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
+HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2"
+IUSE="doc +introspection sendto"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+
+COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
+ >=x11-libs/gtk+-2.91.3:3[introspection?]
+ >=x11-libs/libnotify-0.7.0
+
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+ sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
+"
+RDEPEND="${COMMON_DEPEND}
+ >=net-wireless/bluez-4.34
+ app-mobilephone/obexd
+ sys-fs/udev
+ x11-themes/gnome-icon-theme-symbolic"
+DEPEND="${COMMON_DEPEND}
+ !net-wireless/bluez-gnome
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/gnome-doc-utils
+ app-text/scrollkeeper
+ dev-libs/libxml2
+ >=dev-util/intltool-0.40.0
+ dev-util/gdbus-codegen
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+ x11-libs/libX11
+ x11-libs/libXi
+ x11-proto/xproto
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+# eautoreconf needs:
+# gnome-base/gnome-common
+# dev-util/gtk-doc-am
+
+pkg_setup() {
+ # FIXME: Add geoclue support
+ G2CONF="${G2CONF}
+ $(use_enable introspection)
+ $(use_enable sendto nautilus-sendto)
+ --enable-documentation
+ --disable-maintainer-mode
+ --disable-desktop-update
+ --disable-icon-update
+ --disable-schemas-compile
+ --disable-static"
+ DOCS="AUTHORS README NEWS ChangeLog"
+
+ enewgroup plugdev
+}
+
+src_install() {
+ gnome2_src_install
+
+ insinto /$(get_libdir)/udev/rules.d
+ doins "${FILESDIR}"/80-rfkill.rules
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ # Notify about old libraries that might still be around
+ preserve_old_lib_notify /usr/$(get_libdir)/libgnome-bluetooth.so.7
+
+ elog "Don't forget to add yourself to the plugdev group "
+ elog "if you want to be able to control bluetooth transmitter."
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-06-04 7:05 Alexandre Restovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Restovtsev @ 2012-06-04 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 856b739435cbc1cb89e1c3506421588ee7415249
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 4 07:03:20 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Jun 4 07:03:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=856b7394
net-wireless/gnome-bluetooth: sync with gx86
---
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index c9e6a0e..5967e9d 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 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.2.2.ebuild,v 1.2 2012/02/14 05:02:43 tetromino Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit gnome2 multilib
+inherit eutils gnome2 multilib
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2012-04-06 19:51 Stephen Klimaszewski
0 siblings, 0 replies; 31+ messages in thread
From: Stephen Klimaszewski @ 2012-04-06 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 0843be5354932268378056f4d99de7c62d90961a
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 19:47:32 2012 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 19:49:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0843be53
net-wireless/gnome-bluetooth: 3.3.92 → 3.4.0
The makefile patch is no longer required so delete it.
---
...-3.3.92.ebuild => gnome-bluetooth-3.4.0.ebuild} | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild
similarity index 94%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild
index e3c1103..49746a5 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.3.92.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.4.0.ebuild
@@ -71,13 +71,6 @@ pkg_setup() {
enewgroup plugdev
}
-src_prepare() {
- # Fix make install, is in next release
- epatch "${FILESDIR}/${P}-fix-makefile.patch"
-
- eautoreconf
-}
-
src_install() {
gnome2_src_install
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-10-01 23:56 Alexandre Restovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Restovtsev @ 2011-10-01 23:56 UTC (permalink / raw
To: gentoo-commits
commit: b336a17598eaa291064ee0c8d6fed9b38c18731d
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Oct 1 21:58:34 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Oct 1 23:51:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b336a175
net-wireless/gnome-bluetooth: move gnome-control-center to pdepend
Need to break the gnome-control-center → nm-applet → gnome-bluetooth →
gnome-control-center circular dependency.
---
.../gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild | 3 ++-
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild
index dcb0b2b..26eeb17 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.2.0.ebuild
@@ -33,10 +33,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
"
RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gnome-control-center-2.91
>=net-wireless/bluez-4.34
app-mobilephone/obexd
sys-fs/udev"
+# To break circular dependencies
+PDEPEND=">=gnome-base/gnome-control-center-2.91"
DEPEND="${COMMON_DEPEND}
!!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index dcb0b2b..26eeb17 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -33,10 +33,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
"
RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gnome-control-center-2.91
>=net-wireless/bluez-4.34
app-mobilephone/obexd
sys-fs/udev"
+# To break circular dependencies
+PDEPEND=">=gnome-base/gnome-control-center-2.91"
DEPEND="${COMMON_DEPEND}
!!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-07-27 5:51 Alexandre Restovtsev
0 siblings, 0 replies; 31+ messages in thread
From: Alexandre Restovtsev @ 2011-07-27 5:51 UTC (permalink / raw
To: gentoo-commits
commit: 81aad476116bb86bdc06ebe8f478cf313a1d6512
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 04:38:12 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Jul 27 04:38:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=81aad476
net-wireless/gnome-bluetooth: fix gnome-control-center dependency
Will not build against gnome-control-center-3.1.4 or higher due to
removed header files, but should (probably) continue to run fine.
---
.../gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild
index 9f2351a..cdeafb9 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild
@@ -38,6 +38,7 @@ RDEPEND="${COMMON_DEPEND}
app-mobilephone/obexd
sys-fs/udev"
DEPEND="${COMMON_DEPEND}
+ <gnome-base/gnome-control-center-3.1.4
!!net-wireless/bluez-gnome
app-text/docbook-xml-dtd:4.1.2
app-text/gnome-doc-utils
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-06-02 14:43 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2011-06-02 14:43 UTC (permalink / raw
To: gentoo-commits
commit: df23596b8d3e5f042ab7f752cc081771fcd34e6a
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon May 30 03:38:17 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 13:14:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=df23596b
net-wireless/gnome-bluetooth: 3.0.0 → 3.0.1
Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>
---
...h-3.0.0.ebuild => gnome-bluetooth-3.0.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild
similarity index 100%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.1.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-05-14 16:32 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-14 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 365641510dd5ae0a9019c5d17bc73608b66333bd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 16:32:37 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 14 16:32:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=36564151
net-wireless/gnome-bluetooth: add missing dtd and sync live ebuild
---
.../gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild | 1 +
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 16 ++++++----------
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
index ec48805..9f2351a 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
@@ -39,6 +39,7 @@ RDEPEND="${COMMON_DEPEND}
sys-fs/udev"
DEPEND="${COMMON_DEPEND}
!!net-wireless/bluez-gnome
+ app-text/docbook-xml-dtd:4.1.2
app-text/gnome-doc-utils
app-text/scrollkeeper
dev-libs/libxml2
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index dcefaa3..9e3e6c5 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
LICENSE="GPL-2 LGPL-2.1"
SLOT="2"
-IUSE="doc +introspection" #nautilus
+IUSE="doc +introspection sendto"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -30,18 +30,16 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
>=dev-libs/dbus-glib-0.74
>=gnome-base/gnome-control-center-2.91
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
-# nautilus? (
-# || ( >=gnome-base/nautilus-2.91
-# >=gnome-extra/nautilus-sendto-2.31.7 ) )"
-# New nautilus provides nautilus-sendto
-# sendto support doesn't work with newer nautilus
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+ sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
+"
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd
sys-fs/udev"
DEPEND="${COMMON_DEPEND}
!!net-wireless/bluez-gnome
+ app-text/docbook-xml-dtd:4.1.2
app-text/gnome-doc-utils
app-text/scrollkeeper
dev-libs/libxml2
@@ -57,18 +55,16 @@ DEPEND="${COMMON_DEPEND}
# dev-util/gtk-doc-am
pkg_setup() {
- # FIXME: Bump nautilus-sendto and re-enable support for it
# FIXME: Add geoclue support
G2CONF="${G2CONF}
$(use_enable introspection)
- --disable-nautilus-sendto
+ $(use_enable sendto nautilus-sendto)
--disable-maintainer-mode
--disable-moblin
--disable-desktop-update
--disable-icon-update
--disable-schemas-compile
--disable-static"
- #$(use_enable nautilus nautilus-sendto)
DOCS="AUTHORS README NEWS ChangeLog"
enewgroup plugdev
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-05-09 22:38 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-09 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 14dc0b9e16ba7e000669547703b37c57d66488b2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 22:37:53 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 9 22:37:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=14dc0b9e
net-wireless/gnome-bluetooth: re-enable sendto support
---
.../gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
index 5cd1817..ec48805 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
LICENSE="GPL-2 LGPL-2.1"
SLOT="2"
-IUSE="doc +introspection" #nautilus
+IUSE="doc +introspection sendto"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -30,12 +30,9 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.7:2
>=dev-libs/dbus-glib-0.74
>=gnome-base/gnome-control-center-2.91
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
-# nautilus? (
-# || ( >=gnome-base/nautilus-2.91
-# >=gnome-extra/nautilus-sendto-2.31.7 ) )"
-# New nautilus provides nautilus-sendto
-# sendto support doesn't work with newer nautilus
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+ sendto? ( >=gnome-extra/nautilus-sendto-2.91 )
+"
RDEPEND="${COMMON_DEPEND}
>=net-wireless/bluez-4.34
app-mobilephone/obexd
@@ -57,18 +54,16 @@ DEPEND="${COMMON_DEPEND}
# dev-util/gtk-doc-am
pkg_setup() {
- # FIXME: Bump nautilus-sendto and re-enable support for it
# FIXME: Add geoclue support
G2CONF="${G2CONF}
$(use_enable introspection)
- --disable-nautilus-sendto
+ $(use_enable sendto nautilus-sendto)
--disable-maintainer-mode
--disable-moblin
--disable-desktop-update
--disable-icon-update
--disable-schemas-compile
--disable-static"
- #$(use_enable nautilus nautilus-sendto)
DOCS="AUTHORS README NEWS ChangeLog"
enewgroup plugdev
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-04-08 10:52 Gilles Dartiguelongue
0 siblings, 0 replies; 31+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-08 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 2c04cfc5ea4ae540ddfc96330e5a3936f416f2b5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 10:42:38 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 10:51:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2c04cfc5
net-wireless/gnome-bluetooth: QAed
* Add missing files to POTFILES.in for intltool tests
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
.../gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
index 51e40d9..431b12f 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
@@ -72,6 +72,14 @@ pkg_setup() {
enewgroup plugdev
}
+src_prepare() {
+ # Add missing files for intltool checks
+ echo "sendto/bluetooth-sendto.desktop.in" >> po/POTFILES.in
+ echo "wizard/bluetooth-wizard.desktop.in" >> po/POTFILES.in
+
+ gnome2_src_prepare
+}
+
src_install() {
gnome2_src_install
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 98d741afcb3c437cc1dc2f6f271435f5b4877206
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 16:24:11 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 16:24:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=98d741af
net-wireless/gnome-bluetooth: 2.91.92 → 3.0.0
---
...2.91.92.ebuild => gnome-bluetooth-3.0.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.92.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
similarity index 100%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.92.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-3.0.0.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-03-23 5:20 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 2d0449e17b5b11a07f45b945253f6ef5d51eaf56
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:49:21 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:11:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2d0449e1
net-wireless/gnome-bluetooth: 2.91.91 → 2.91.92
---
...91.91.ebuild => gnome-bluetooth-2.91.92.ebuild} | 1 +
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.92.ebuild
similarity index 98%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.92.ebuild
index 6acb279..51e40d9 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.92.ebuild
@@ -56,6 +56,7 @@ DEPEND="${COMMON_DEPEND}
pkg_setup() {
# FIXME: Bump nautilus-sendto and re-enable support for it
+ # FIXME: Add geoclue support
G2CONF="${G2CONF}
$(use_enable introspection)
--disable-nautilus-sendto
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 6acb279..51e40d9 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -56,6 +56,7 @@ DEPEND="${COMMON_DEPEND}
pkg_setup() {
# FIXME: Bump nautilus-sendto and re-enable support for it
+ # FIXME: Add geoclue support
G2CONF="${G2CONF}
$(use_enable introspection)
--disable-nautilus-sendto
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-03-09 11:34 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 56c2db6668a231eb81d98bff245e005b0ce7751f
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 18:50:28 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 11:21:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=56c2db66
net-wireless/gnome-bluetooth: 2.91.5-r1 → 2.91.91
---
....5-r1.ebuild => gnome-bluetooth-2.91.91.ebuild} | 1 +
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild
similarity index 97%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild
index 947f409..6acb279 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.91.ebuild
@@ -55,6 +55,7 @@ DEPEND="${COMMON_DEPEND}
# dev-util/gtk-doc-am
pkg_setup() {
+ # FIXME: Bump nautilus-sendto and re-enable support for it
G2CONF="${G2CONF}
$(use_enable introspection)
--disable-nautilus-sendto
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index 947f409..6acb279 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -55,6 +55,7 @@ DEPEND="${COMMON_DEPEND}
# dev-util/gtk-doc-am
pkg_setup() {
+ # FIXME: Bump nautilus-sendto and re-enable support for it
G2CONF="${G2CONF}
$(use_enable introspection)
--disable-nautilus-sendto
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/
@ 2011-02-18 6:10 Nirbheek Chauhan
0 siblings, 0 replies; 31+ messages in thread
From: Nirbheek Chauhan @ 2011-02-18 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 8f568011e3630b12b3e4c42a8013d04795212cf2
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 05:56:52 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 05:56:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f568011
net-wireless/gnome-bluetooth: don't remove *all* la files
* One of them is needed by gnome-shell for generating introspection data
during compilation
---
...1.5.ebuild => gnome-bluetooth-2.91.5-r1.ebuild} | 10 +++++++++-
.../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
similarity index 87%
rename from net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild
rename to net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
index a7870a2..947f409 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5-r1.ebuild
@@ -4,7 +4,8 @@
EAPI="3"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
+GNOME2_LA_PUNT="no"
inherit eutils gnome2 multilib
@@ -72,6 +73,13 @@ pkg_setup() {
src_install() {
gnome2_src_install
+ local la
+ for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
+ control-center-1/panels/libbluetooth.la \
+ libgnome-bluetooth.la; do
+ rm -v "${ED}/usr/$(get_libdir)/${la}" || die
+ done
+
insinto /$(get_libdir)/udev/rules.d
doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
}
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
index a7870a2..947f409 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild
@@ -4,7 +4,8 @@
EAPI="3"
GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
+# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation
+GNOME2_LA_PUNT="no"
inherit eutils gnome2 multilib
@@ -72,6 +73,13 @@ pkg_setup() {
src_install() {
gnome2_src_install
+ local la
+ for la in gnome-bluetooth/plugins/libgbtgeoclue.la \
+ control-center-1/panels/libbluetooth.la \
+ libgnome-bluetooth.la; do
+ rm -v "${ED}/usr/$(get_libdir)/${la}" || die
+ done
+
insinto /$(get_libdir)/udev/rules.d
doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed"
}
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2018-09-10 21:34 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 7:37 [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2018-09-10 21:33 Gilles Dartiguelongue
2018-01-12 14:44 Dennis Lamm
2015-10-02 12:50 Ole Reifschneider
2015-05-02 18:41 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-06 23:06 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2013-12-08 21:46 Gilles Dartiguelongue
2012-12-29 6:21 Alexandre Rostovtsev
2012-12-25 8:15 Priit Laes
2012-09-27 20:24 Alexandre Rostovtsev
2012-09-22 15:53 Nirbheek Chauhan
2012-09-13 11:28 Alexandre Rostovtsev
2012-09-13 10:44 Alexandre Rostovtsev
2012-09-09 0:39 Nirbheek Chauhan
2012-06-04 7:05 Alexandre Restovtsev
2012-04-06 19:51 Stephen Klimaszewski
2011-10-01 23:56 Alexandre Restovtsev
2011-07-27 5:51 Alexandre Restovtsev
2011-06-02 14:43 Nirbheek Chauhan
2011-05-14 16:32 Gilles Dartiguelongue
2011-05-09 22:38 Gilles Dartiguelongue
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-18 6:10 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox