public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-02-23 14:40 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7621f6a3fe5aebc72151b6bd0d7609e01b58e932
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 13:39:24 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:08:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7621f6a3

gnome-base/gnome-panel: add 2.91.90, w/o keywords

* Panel is half-broken in 2.91.90, so keep the old one around
  - https://bugzilla.gnome.org/show_bug.cgi?id=631553

---
 gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild |   82 +++++++++++++++++++++
 1 files changed, 82 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
new file mode 100644
index 0000000..6de98a2
--- /dev/null
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1.ebuild,v 1.3 2011/01/15 19:54:59 nirbheek Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The GNOME panel"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
+#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+bonobo doc eds +introspection networkmanager"
+
+RDEPEND=">=gnome-base/gnome-desktop-2.91:3
+	>=x11-libs/pango-1.15.4[introspection?]
+	>=dev-libs/glib-2.25.12:2
+	>=x11-libs/gtk+-2.99:3[introspection?]
+	x11-libs/gdk-pixbuf
+	>=dev-libs/libgweather-2.91:3
+	dev-libs/libxml2
+	>=gnome-base/gconf-2.6.1[introspection?]
+	>=media-libs/libcanberra-0.23[gtk3]
+	>=gnome-base/gnome-menus-2.27.92
+	gnome-base/librsvg
+	>=dev-libs/dbus-glib-0.80
+	>=sys-apps/dbus-1.1.2
+	dev-libs/eggdbus
+	>=x11-libs/cairo-1
+	x11-libs/libXau
+	>=x11-libs/libXrandr-1.2
+
+	>=x11-libs/libwnck-2.91
+	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-lang/perl-5
+	>=app-text/gnome-doc-utils-0.3.2
+	>=dev-util/pkgconfig-0.9
+	>=dev-util/intltool-0.40
+	~app-text/docbook-xml-dtd-4.1.2
+	doc? ( >=dev-util/gtk-doc-1 )"
+# eautoreconf needs
+#	gnome-base/gnome-common
+#	dev-util/gtk-doc-am
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-deprecation-flags
+		--disable-static
+		--disable-scrollkeeper
+		--disable-schemas-install
+		--with-in-process-applets=clock,notification-area,wncklet
+		$(use_enable networkmanager network-manager)
+		$(use_enable introspection)
+		$(use_enable eds)"
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+}
+
+pkg_postinst() {
+	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
+	local gconftool="${EROOT}usr/bin/gconftool-2"
+
+	if [ -e "$entries" ]; then
+		einfo "Setting panel gconf defaults..."
+
+		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
+
+		"${gconftool}" --direct --config-source \
+			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
+	fi
+
+	# Calling this late so it doesn't process the GConf schemas file we already
+	# took care of.
+	gnome2_pkg_postinst
+}



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-02-27  3:02 Jonathan Callen
  0 siblings, 0 replies; 23+ messages in thread
From: Jonathan Callen @ 2011-02-27  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b777cd4cd9c7d5d67ee8ad403305d1d3648a995f
Author:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 02:58:45 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 02:58:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b777cd4c

gnome-base/gnome-panel: drop bogus dep on eggdbus

(Portage version: 2.2.0_alpha23_p5/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)

---
 gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild  |    1 -
 gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
index c676303..ac9fd56 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
@@ -29,7 +29,6 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	gnome-base/librsvg
 	>=dev-libs/dbus-glib-0.80
 	>=sys-apps/dbus-1.1.2
-	dev-libs/eggdbus
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	>=x11-libs/libXrandr-1.2

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
index 6de98a2..d67bc7d 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
@@ -30,7 +30,6 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	gnome-base/librsvg
 	>=dev-libs/dbus-glib-0.80
 	>=sys-apps/dbus-1.1.2
-	dev-libs/eggdbus
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	>=x11-libs/libXrandr-1.2



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-03-04 14:57 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-03-04 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     567161cfd3ec0b07bbcab3c19d29ecad3583dfcd
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 13:07:52 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 13:11:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=567161cf

gnome-base/gnome-panel: add live ebuild

---
 gnome-base/gnome-panel/gnome-panel-9999.ebuild |   84 ++++++++++++++++++++++++
 1 files changed, 84 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
new file mode 100644
index 0000000..0732047
--- /dev/null
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1.ebuild,v 1.3 2011/01/15 19:54:59 nirbheek Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The GNOME panel"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+IUSE="+bonobo doc eds +introspection networkmanager"
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+fi
+
+RDEPEND=">=gnome-base/gnome-desktop-2.91:3
+	>=x11-libs/pango-1.15.4[introspection?]
+	>=dev-libs/glib-2.25.12:2
+	>=x11-libs/gtk+-2.99:3[introspection?]
+	x11-libs/gdk-pixbuf
+	>=dev-libs/libgweather-2.91:3
+	dev-libs/libxml2
+	>=gnome-base/gconf-2.6.1[introspection?]
+	>=gnome-base/gnome-menus-2.27.92
+	gnome-base/librsvg
+	>=dev-libs/dbus-glib-0.80
+	>=sys-apps/dbus-1.1.2
+	>=x11-libs/cairo-1
+	x11-libs/libXau
+	>=x11-libs/libXrandr-1.2
+
+	>=x11-libs/libwnck-2.91
+	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-lang/perl-5
+	>=app-text/gnome-doc-utils-0.3.2
+	>=dev-util/pkgconfig-0.9
+	>=dev-util/intltool-0.40
+	~app-text/docbook-xml-dtd-4.1.2
+	doc? ( >=dev-util/gtk-doc-1 )"
+# eautoreconf needs
+#	gnome-base/gnome-common
+#	dev-util/gtk-doc-am
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-deprecation-flags
+		--disable-static
+		--disable-scrollkeeper
+		--disable-schemas-install
+		--with-in-process-applets=clock,notification-area,wncklet
+		$(use_enable networkmanager network-manager)
+		$(use_enable introspection)
+		$(use_enable eds)"
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+}
+
+pkg_postinst() {
+	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
+	local gconftool="${EROOT}usr/bin/gconftool-2"
+
+	if [ -e "$entries" ]; then
+		einfo "Setting panel gconf defaults..."
+
+		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
+
+		"${gconftool}" --direct --config-source \
+			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
+	fi
+
+	# Calling this late so it doesn't process the GConf schemas file we already
+	# took care of.
+	gnome2_pkg_postinst
+}



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9bbb81dd75108994c3bc7cf1ab9fa917c4460870
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:12:43 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 10:12:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9bbb81dd

gnome-base/gnome-panel: 2.91.90 → 2.91.91

* Re-add keywords, but don't remove the old version
* There are still regressions and migration issues with this version, so you
  might want to stick with 2.91.6, if possible

---
 ...l-2.91.90.ebuild => gnome-panel-2.91.91.ebuild} |   20 ++++++++++++--------
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |   11 ++++++-----
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.91.ebuild
similarity index 85%
rename from gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
rename to gnome-base/gnome-panel/gnome-panel-2.91.91.ebuild
index d67bc7d..b1e8170 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.91.ebuild
@@ -13,19 +13,23 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
-#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+bonobo doc eds +introspection networkmanager"
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+	KEYWORDS=""
+else
+	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+fi
 
 RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=x11-libs/pango-1.15.4[introspection?]
 	>=dev-libs/glib-2.25.12:2
-	>=x11-libs/gtk+-2.99:3[introspection?]
-	x11-libs/gdk-pixbuf
+	>=x11-libs/gtk+-3.0:3[introspection?]
+	x11-libs/gdk-pixbuf:2
 	>=dev-libs/libgweather-2.91:3
-	dev-libs/libxml2
-	>=gnome-base/gconf-2.6.1[introspection?]
-	>=media-libs/libcanberra-0.23[gtk3]
+	dev-libs/libxml2:2
+	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
 	gnome-base/librsvg
 	>=dev-libs/dbus-glib-0.80
@@ -33,8 +37,8 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	>=x11-libs/libXrandr-1.2
+	>=x11-libs/libwnck-2.91:3
 
-	>=x11-libs/libwnck-2.91
 	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 0732047..b1e8170 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -18,17 +18,18 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=""
 else
+	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
 RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=x11-libs/pango-1.15.4[introspection?]
 	>=dev-libs/glib-2.25.12:2
-	>=x11-libs/gtk+-2.99:3[introspection?]
-	x11-libs/gdk-pixbuf
+	>=x11-libs/gtk+-3.0:3[introspection?]
+	x11-libs/gdk-pixbuf:2
 	>=dev-libs/libgweather-2.91:3
-	dev-libs/libxml2
-	>=gnome-base/gconf-2.6.1[introspection?]
+	dev-libs/libxml2:2
+	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
 	gnome-base/librsvg
 	>=dev-libs/dbus-glib-0.80
@@ -36,8 +37,8 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	>=x11-libs/libXrandr-1.2
+	>=x11-libs/libwnck-2.91:3
 
-	>=x11-libs/libwnck-2.91
 	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ad8e53eecfb1e14d46e26592c772cbf45b45e9ae
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 02:47:52 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:18:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ad8e53ee

gnome-base/gnome-panel: 2.91.91 → 2.91.92

---
 ...l-2.91.91.ebuild => gnome-panel-2.91.92.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.91.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-2.91.91.ebuild
rename to gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-03-29  8:36 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-03-29  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     55de4743274a1322320280a9ab3e9f0ddcbc2fb1
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 08:11:05 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 08:35:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=55de4743

gnome-base/gnome-panel: 2.91.92 → 2.91.93

* Holy mother of freeze break batman

---
 gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild   |   80 --------------------
 ...l-2.91.92.ebuild => gnome-panel-2.91.93.ebuild} |    6 +-
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    6 +-
 3 files changed, 10 insertions(+), 82 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
deleted file mode 100644
index 2e34ac2..0000000
--- a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1.ebuild,v 1.3 2011/01/15 19:54:59 nirbheek Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The GNOME panel"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+bonobo doc eds +introspection networkmanager"
-
-RDEPEND=">=gnome-base/gnome-desktop-2.91:3
-	>=x11-libs/pango-1.15.4[introspection?]
-	>=dev-libs/glib-2.25.12:2
-	>=x11-libs/gtk+-2.99:3[introspection?]
-	x11-libs/gdk-pixbuf
-	>=dev-libs/libgweather-2.91:2
-	dev-libs/libxml2
-	>=gnome-base/gconf-2.6.1[introspection?]
-	>=media-libs/libcanberra-0.23[gtk3]
-	>=gnome-base/gnome-menus-2.27.92
-	gnome-base/librsvg
-	>=dev-libs/dbus-glib-0.80
-	>=sys-apps/dbus-1.1.2
-	>=x11-libs/cairo-1
-	x11-libs/libXau
-	>=x11-libs/libXrandr-1.2
-
-	>=x11-libs/libwnck-2.91
-	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
-DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
-	>=app-text/gnome-doc-utils-0.3.2
-	>=dev-util/pkgconfig-0.9
-	>=dev-util/intltool-0.40
-	~app-text/docbook-xml-dtd-4.1.2
-	doc? ( >=dev-util/gtk-doc-1 )"
-# eautoreconf needs
-#	gnome-base/gnome-common
-#	dev-util/gtk-doc-am
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-deprecation-flags
-		--disable-static
-		--disable-scrollkeeper
-		--disable-schemas-install
-		--with-in-process-applets=clock,notification-area,wncklet
-		$(use_enable networkmanager network-manager)
-		$(use_enable introspection)
-		$(use_enable eds)"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-}
-
-pkg_postinst() {
-	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
-	local gconftool="${EROOT}usr/bin/gconftool-2"
-
-	if [ -e "$entries" ]; then
-		einfo "Setting panel gconf defaults..."
-
-		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
-
-		"${gconftool}" --direct --config-source \
-			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
-	fi
-
-	# Calling this late so it doesn't process the GConf schemas file we already
-	# took care of.
-	gnome2_pkg_postinst
-}

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild
similarity index 96%
rename from gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
rename to gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild
index e645e6c..93d0c65 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild
@@ -29,13 +29,16 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	x11-libs/gdk-pixbuf:2
 	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2:2
+	gnome-base/dconf
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
-	gnome-base/librsvg
+	gnome-base/librsvg:2
 	>=dev-libs/dbus-glib-0.80
 	>=sys-apps/dbus-1.1.2
 	>=x11-libs/cairo-1
 	x11-libs/libXau
+	x11-libs/libICE
+	x11-libs/libSM
 	>=x11-libs/libXrandr-1.2
 	>=x11-libs/libwnck-2.91:3
 
@@ -59,6 +62,7 @@ pkg_setup() {
 		--disable-static
 		--disable-scrollkeeper
 		--disable-schemas-install
+		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index e645e6c..93d0c65 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -29,13 +29,16 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	x11-libs/gdk-pixbuf:2
 	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2:2
+	gnome-base/dconf
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
-	gnome-base/librsvg
+	gnome-base/librsvg:2
 	>=dev-libs/dbus-glib-0.80
 	>=sys-apps/dbus-1.1.2
 	>=x11-libs/cairo-1
 	x11-libs/libXau
+	x11-libs/libICE
+	x11-libs/libSM
 	>=x11-libs/libXrandr-1.2
 	>=x11-libs/libwnck-2.91:3
 
@@ -59,6 +62,7 @@ pkg_setup() {
 		--disable-static
 		--disable-scrollkeeper
 		--disable-schemas-install
+		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-04-01 14:48 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-04-01 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5eab64c7667dd65bd448dbfc0c6f3f2ed2cacd1e
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 14:22:58 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 14:48:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5eab64c7

gnome-base/gnome-panel: 2.91.93 → 2.91.94

* Looks a lot more like GNOME Shell's fallback now
* If things look weird, you should reset your gnome-panel configuration

---
 ...l-2.91.93.ebuild => gnome-panel-2.91.94.ebuild} |    6 ++++--
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.94.ebuild
similarity index 93%
rename from gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild
rename to gnome-base/gnome-panel/gnome-panel-2.91.94.ebuild
index 93d0c65..3836f02 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.93.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.94.ebuild
@@ -33,8 +33,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
 	gnome-base/librsvg:2
-	>=dev-libs/dbus-glib-0.80
-	>=sys-apps/dbus-1.1.2
+	>=net-libs/telepathy-glib-0.14.0
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	x11-libs/libICE
@@ -57,6 +56,8 @@ DEPEND="${RDEPEND}
 #	dev-util/gtk-doc-am
 
 pkg_setup() {
+	# XXX: Make presence/telepathy-glib support optional?
+	#      We can do that if we intend to support fallback-only as a setup
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
@@ -64,6 +65,7 @@ pkg_setup() {
 		--disable-schemas-install
 		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
+		--enable-telepathy-glib
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)
 		$(use_enable eds)"

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 93d0c65..3836f02 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -33,8 +33,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92
 	gnome-base/librsvg:2
-	>=dev-libs/dbus-glib-0.80
-	>=sys-apps/dbus-1.1.2
+	>=net-libs/telepathy-glib-0.14.0
 	>=x11-libs/cairo-1
 	x11-libs/libXau
 	x11-libs/libICE
@@ -57,6 +56,8 @@ DEPEND="${RDEPEND}
 #	dev-util/gtk-doc-am
 
 pkg_setup() {
+	# XXX: Make presence/telepathy-glib support optional?
+	#      We can do that if we intend to support fallback-only as a setup
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
@@ -64,6 +65,7 @@ pkg_setup() {
 		--disable-schemas-install
 		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
+		--enable-telepathy-glib
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)
 		$(use_enable eds)"



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c1f0a87b936b644a79dadf24fc40dbc2c19c8df5
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 23:42:46 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 00:29:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c1f0a87b

gnome-base/gnome-panel: 2.91.94 → 3.0.0

* Fix alt+f1 misworking for menu buttons (Vincent)
* Translation updates

---
 ...nel-2.91.94.ebuild => gnome-panel-3.0.0.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.94.ebuild b/gnome-base/gnome-panel/gnome-panel-3.0.0.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-2.91.94.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.0.0.ebuild



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-04-06 12:14 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-04-06 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ab247262fccf6632dd0c6f6aaf384255a299acfd
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 12:05:25 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 12:12:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ab247262

gnome-base/gnome-panel: 3.0.0 → 3.0.0.1

---
 ...nel-3.0.0.ebuild => gnome-panel-3.0.0.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.0.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-3.0.0.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-04-19  6:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-19  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     731d8574d049bbe79acb84c0fdf39407fef3e3a3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 21:52:40 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:52:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=731d8574

gnome-base/gnome-panel: QAed, add missing cairo-xlib dependency

---
 gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild b/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
index be0f766..34bdeee 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
@@ -36,7 +36,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gnome-menus-2.27.92
 	gnome-base/librsvg:2
 	>=net-libs/telepathy-glib-0.14.0
-	>=x11-libs/cairo-1
+	>=x11-libs/cairo-1[X]
 	x11-libs/libXau
 	x11-libs/libICE
 	x11-libs/libSM



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-05-19 12:33 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2011-05-19 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     862f7d8f02aec17921a16d71abd117b2f31ddecf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 12:31:38 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 19 12:32:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=862f7d8f

gnome-base/gnome-panel: drop useless bonobo USE flag

	parly solves bug #355059

---
 gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild |    2 +-
 gnome-base/gnome-panel/gnome-panel-9999.ebuild    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild b/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
index 34bdeee..049c686 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-IUSE="+bonobo doc eds +introspection networkmanager"
+IUSE="doc eds +introspection networkmanager"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index be0f766..b3e3826 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-IUSE="+bonobo doc eds +introspection networkmanager"
+IUSE="doc eds +introspection networkmanager"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-05-30 18:39 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2011-05-30 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ed3986edb4853dcad9aac2033e239bcf0fdfb628
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri May 27 03:03:32 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon May 30 17:45:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ed3986ed

gnome-base/gnome-panel: 3.0.0.1 → 3.0.2

Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>

---
 ...nel-3.0.0.1.ebuild => gnome-panel-3.0.2.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild b/gnome-base/gnome-panel/gnome-panel-3.0.2.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-3.0.0.1.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.0.2.ebuild



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2011-10-18  7:37 Alexandre Restovtsev
  0 siblings, 0 replies; 23+ messages in thread
From: Alexandre Restovtsev @ 2011-10-18  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c2852de0f15c7eb7362551c92b886bdcc35b0d23
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 07:14:35 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Oct 18 07:14:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c2852de0

gnome-base/gnome-panel: 3.2.0 → 3.2.1

Bump; replaces an assertion at startup with a warning.

---
 ...panel-3.2.0.ebuild => gnome-panel-3.2.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.2.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.2.1.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-3.2.0.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.2.1.ebuild



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-05-24  9:11 Alexandre Restovtsev
  0 siblings, 0 replies; 23+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     17379a2f2964df4ea34cbd2b334e25e8505f8bfe
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:37:36 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:37:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=17379a2f

gnome-base/gnome-panel: update

---
 gnome-base/gnome-panel/gnome-panel-9999.ebuild |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 5108490..a91dfd6 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1.ebuild,v 1.3 2011/01/15 19:54:59 nirbheek Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -24,34 +24,35 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
-RDEPEND=">=gnome-base/gnome-desktop-2.91:3
-	>=x11-libs/pango-1.15.4[introspection?]
-	>=dev-libs/glib-2.25.12:2
-	>=x11-libs/gtk+-3.0:3[introspection?]
-	x11-libs/gdk-pixbuf:2
+RDEPEND=">=dev-libs/glib-2.31.14:2
 	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2:2
 	gnome-base/dconf
 	>=gnome-base/gconf-2.6.1:2[introspection?]
+	>=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gnome-menus-3.1.4:3
 	gnome-base/gsettings-desktop-schemas
 	gnome-base/librsvg:2
 	>=net-libs/telepathy-glib-0.14.0
+	sys-auth/polkit
 	>=x11-libs/cairo-1[X]
+	>=x11-libs/gdk-pixbuf-2.25.2:2
+	>=x11-libs/gtk+-3.3.8:3[introspection?]
 	x11-libs/libXau
 	x11-libs/libICE
 	x11-libs/libSM
 	>=x11-libs/libXrandr-1.2
 	>=x11-libs/libwnck-2.91:3
+	>=x11-libs/pango-1.15.4[introspection?]
 
 	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
 DEPEND="${RDEPEND}
-	>=dev-lang/perl-5
+	app-text/docbook-xml-dtd:4.1.2
 	>=app-text/gnome-doc-utils-0.3.2
+	>=dev-lang/perl-5
 	>=dev-util/intltool-0.40
-	app-text/docbook-xml-dtd:4.1.2
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1 )"
 # eautoreconf needs
@@ -91,4 +92,4 @@ pkg_postinst() {
 	# Calling this late so it doesn't process the GConf schemas file we already
 	# took care of.
 	gnome2_pkg_postinst
-}
+}
\ No newline at end of file



^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-08-18 10:40 Priit Laes
  0 siblings, 0 replies; 23+ messages in thread
From: Priit Laes @ 2012-08-18 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3285d3b8d7a836f1777ce0445d9669624da56127
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Aug 18 09:57:31 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Aug 18 09:57:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3285d3b8

gnome-base/gnome-panel: Add 3.5.4 to overlay

---
 ...-panel-9999.ebuild => gnome-panel-3.5.4.ebuild} |    8 ++++----
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild
similarity index 95%
copy from gnome-base/gnome-panel/gnome-panel-9999.ebuild
copy to gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild
index a91dfd6..f8e8d55 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild
@@ -25,9 +25,9 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.31.14:2
-	>=dev-libs/libgweather-2.91:2
+	>=dev-libs/libgweather-3.5.1:2
 	dev-libs/libxml2:2
-	gnome-base/dconf
+	>=gnome-base/dconf-0.13.4
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gnome-menus-3.1.4:3
@@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 	>=x11-libs/libwnck-2.91:3
 	>=x11-libs/pango-1.15.4[introspection?]
 
-	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
+	eds? ( >=gnome-extra/evolution-data-server-3.5.3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
 DEPEND="${RDEPEND}
@@ -92,4 +92,4 @@ pkg_postinst() {
 	# Calling this late so it doesn't process the GConf schemas file we already
 	# took care of.
 	gnome2_pkg_postinst
-}
\ No newline at end of file
+}

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index a91dfd6..f8e8d55 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -25,9 +25,9 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.31.14:2
-	>=dev-libs/libgweather-2.91:2
+	>=dev-libs/libgweather-3.5.1:2
 	dev-libs/libxml2:2
-	gnome-base/dconf
+	>=gnome-base/dconf-0.13.4
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-desktop-2.91:3
 	>=gnome-base/gnome-menus-3.1.4:3
@@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 	>=x11-libs/libwnck-2.91:3
 	>=x11-libs/pango-1.15.4[introspection?]
 
-	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
+	eds? ( >=gnome-extra/evolution-data-server-3.5.3 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
 DEPEND="${RDEPEND}
@@ -92,4 +92,4 @@ pkg_postinst() {
 	# Calling this late so it doesn't process the GConf schemas file we already
 	# took care of.
 	gnome2_pkg_postinst
-}
\ No newline at end of file
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-09-08  8:43 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2012-09-08  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2bdbcf6b858cb093c394bc8eb1372edfdc3e7624
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 02:20:34 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Sep  8 08:42:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2bdbcf6b

gnome-base/gnome-panel: 3.5.4 → 3.5.91

---
 ...anel-3.5.4.ebuild => gnome-panel-3.5.91.ebuild} |    7 ++++++-
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild b/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
similarity index 94%
rename from gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
index f8e8d55..6982aa0 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.5.4.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
@@ -50,7 +50,6 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
 DEPEND="${RDEPEND}
 	app-text/docbook-xml-dtd:4.1.2
-	>=app-text/gnome-doc-utils-0.3.2
 	>=dev-lang/perl-5
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig
@@ -59,6 +58,11 @@ DEPEND="${RDEPEND}
 #	gnome-base/gnome-common
 #	dev-util/gtk-doc-am
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
 pkg_setup() {
 	# XXX: Make presence/telepathy-glib support optional?
 	#      We can do that if we intend to support fallback-only as a setup
@@ -73,6 +77,7 @@ pkg_setup() {
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)
 		$(use_enable eds)"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 }
 

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index f8e8d55..6982aa0 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -50,7 +50,6 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
 DEPEND="${RDEPEND}
 	app-text/docbook-xml-dtd:4.1.2
-	>=app-text/gnome-doc-utils-0.3.2
 	>=dev-lang/perl-5
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig
@@ -59,6 +58,11 @@ DEPEND="${RDEPEND}
 #	gnome-base/gnome-common
 #	dev-util/gtk-doc-am
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
 pkg_setup() {
 	# XXX: Make presence/telepathy-glib support optional?
 	#      We can do that if we intend to support fallback-only as a setup
@@ -73,6 +77,7 @@ pkg_setup() {
 		$(use_enable networkmanager network-manager)
 		$(use_enable introspection)
 		$(use_enable eds)"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 }
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-09-10 10:43 Priit Laes
  0 siblings, 0 replies; 23+ messages in thread
From: Priit Laes @ 2012-09-10 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4315d833f52b38dd3b13ef9779fec35bb6b78bcb
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Mon Sep 10 10:42:48 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Mon Sep 10 10:42:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4315d833

gnome-base/gnome-panel: Remove unused scrollkeeper stuff

---
 gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild |    1 -
 gnome-base/gnome-panel/gnome-panel-9999.ebuild   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild b/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
index 6982aa0..6ec9ebc 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
@@ -69,7 +69,6 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
-		--disable-scrollkeeper
 		--disable-schemas-install
 		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 6982aa0..6ec9ebc 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -69,7 +69,6 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
-		--disable-scrollkeeper
 		--disable-schemas-install
 		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-09-22 15:54 Nirbheek Chauhan
  0 siblings, 0 replies; 23+ messages in thread
From: Nirbheek Chauhan @ 2012-09-22 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4f52a14f6b24ad4b101f2bc7b30e7c342ab129b5
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 05:00:27 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=4f52a14f

gnome-base/gnome-panel: 3.5.91 → 3.5.92

---
 ...nel-3.5.91.ebuild => gnome-panel-3.5.92.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild b/gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild
similarity index 100%
rename from gnome-base/gnome-panel/gnome-panel-3.5.91.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild


^ permalink raw reply	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-10-16  3:01 Alexandre Rostovtsev
  0 siblings, 0 replies; 23+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-16  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8bf39060c81bc2b10fe0d3abb77a390438d21c
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 03:00:21 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 03:00:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fb8bf390

gnome-base/gnome-panel: 3.5.92 → 3.6.0 + QA

Bump, drop useless doc USE flag for non-live ebuilds, update license.

---
 ...anel-3.5.92.ebuild => gnome-panel-3.6.0.ebuild} |   13 +++++++------
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |   13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild b/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild
similarity index 93%
rename from gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild
index 6ec9ebc..fc0fddc 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild
@@ -14,10 +14,11 @@ fi
 DESCRIPTION="The GNOME panel"
 HOMEPAGE="http://www.gnome.org/"
 
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
-IUSE="doc eds +introspection networkmanager"
+IUSE="eds +introspection networkmanager"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
@@ -51,16 +52,16 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 DEPEND="${RDEPEND}
 	app-text/docbook-xml-dtd:4.1.2
 	>=dev-lang/perl-5
+	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1 )"
+	virtual/pkgconfig"
 # eautoreconf needs
 #	gnome-base/gnome-common
-#	dev-util/gtk-doc-am
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		app-text/yelp-tools"
+		app-text/yelp-tools
+		doc? ( >=dev-util/gtk-doc-1 )"
 fi
 
 pkg_setup() {

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 6ec9ebc..fc0fddc 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -14,10 +14,11 @@ fi
 DESCRIPTION="The GNOME panel"
 HOMEPAGE="http://www.gnome.org/"
 
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
+LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
-IUSE="doc eds +introspection networkmanager"
+IUSE="eds +introspection networkmanager"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
@@ -51,16 +52,16 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 DEPEND="${RDEPEND}
 	app-text/docbook-xml-dtd:4.1.2
 	>=dev-lang/perl-5
+	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1 )"
+	virtual/pkgconfig"
 # eautoreconf needs
 #	gnome-base/gnome-common
-#	dev-util/gtk-doc-am
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		app-text/yelp-tools"
+		app-text/yelp-tools
+		doc? ( >=dev-util/gtk-doc-1 )"
 fi
 
 pkg_setup() {


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-11-22 23:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1e506f05d3eb356a92587d0b9a42fb3ada054077
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 22:59:21 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 23:04:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1e506f05

gnome-base/gnome-panel: 3.6.0 → 3.6.2

---
 ...panel-3.6.0.ebuild => gnome-panel-3.6.2.ebuild} |    4 ++--
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    4 ++--
 gnome-base/gnome-panel/metadata.xml                |   11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild
similarity index 98%
rename from gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild
rename to gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild
index fc0fddc..80be397 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild
@@ -64,14 +64,13 @@ if [[ ${PV} = 9999 ]]; then
 		doc? ( >=dev-util/gtk-doc-1 )"
 fi
 
-pkg_setup() {
+src_configure() {
 	# XXX: Make presence/telepathy-glib support optional?
 	#      We can do that if we intend to support fallback-only as a setup
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
 		--disable-schemas-install
-		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
 		--enable-telepathy-glib
 		$(use_enable networkmanager network-manager)
@@ -79,6 +78,7 @@ pkg_setup() {
 		$(use_enable eds)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+	gnome2_src_configure
 }
 
 pkg_postinst() {

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index fc0fddc..80be397 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -64,14 +64,13 @@ if [[ ${PV} = 9999 ]]; then
 		doc? ( >=dev-util/gtk-doc-1 )"
 fi
 
-pkg_setup() {
+src_configure() {
 	# XXX: Make presence/telepathy-glib support optional?
 	#      We can do that if we intend to support fallback-only as a setup
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
 		--disable-schemas-install
-		--disable-schemas-compile
 		--with-in-process-applets=clock,notification-area,wncklet
 		--enable-telepathy-glib
 		$(use_enable networkmanager network-manager)
@@ -79,6 +78,7 @@ pkg_setup() {
 		$(use_enable eds)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+	gnome2_src_configure
 }
 
 pkg_postinst() {

diff --git a/gnome-base/gnome-panel/metadata.xml b/gnome-base/gnome-panel/metadata.xml
new file mode 100644
index 0000000..6d6c1a0
--- /dev/null
+++ b/gnome-base/gnome-panel/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <use>
+    <flag name="bonobo">Enable Bonobo compatibility modules for applets
+	still not ported to DBUS.</flag>
+    <flag name="introspection">Use
+	<pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2012-12-24 14:47 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7d0531b2e12c6c012765fb45b8ba42668c77ba
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 14:46:54 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 14:46:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ab7d0531

gnome-base/gnome-panel: moved to gx86

    * Sync live ebuild with gx86 changes.
    * USE=introspection is now global.

---
 gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild |  100 -----------------------
 gnome-base/gnome-panel/gnome-panel-9999.ebuild  |   36 +++------
 gnome-base/gnome-panel/metadata.xml             |    4 +-
 3 files changed, 11 insertions(+), 129 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild b/gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild
deleted file mode 100644
index 80be397..0000000
--- a/gnome-base/gnome-panel/gnome-panel-3.6.2.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="The GNOME panel"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0"
-IUSE="eds +introspection networkmanager"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-fi
-
-RDEPEND=">=dev-libs/glib-2.31.14:2
-	>=dev-libs/libgweather-3.5.1:2
-	dev-libs/libxml2:2
-	>=gnome-base/dconf-0.13.4
-	>=gnome-base/gconf-2.6.1:2[introspection?]
-	>=gnome-base/gnome-desktop-2.91:3
-	>=gnome-base/gnome-menus-3.1.4:3
-	gnome-base/gsettings-desktop-schemas
-	gnome-base/librsvg:2
-	>=net-libs/telepathy-glib-0.14.0
-	sys-auth/polkit
-	>=x11-libs/cairo-1[X]
-	>=x11-libs/gdk-pixbuf-2.25.2:2
-	>=x11-libs/gtk+-3.3.8:3[introspection?]
-	x11-libs/libXau
-	x11-libs/libICE
-	x11-libs/libSM
-	>=x11-libs/libXrandr-1.2
-	>=x11-libs/libwnck-2.91:3
-	>=x11-libs/pango-1.15.4[introspection?]
-
-	eds? ( >=gnome-extra/evolution-data-server-3.5.3 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.1.2
-	>=dev-lang/perl-5
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig"
-# eautoreconf needs
-#	gnome-base/gnome-common
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1 )"
-fi
-
-src_configure() {
-	# XXX: Make presence/telepathy-glib support optional?
-	#      We can do that if we intend to support fallback-only as a setup
-	G2CONF="${G2CONF}
-		--disable-deprecation-flags
-		--disable-static
-		--disable-schemas-install
-		--with-in-process-applets=clock,notification-area,wncklet
-		--enable-telepathy-glib
-		$(use_enable networkmanager network-manager)
-		$(use_enable introspection)
-		$(use_enable eds)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	gnome2_src_configure
-}
-
-pkg_postinst() {
-	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
-	local gconftool="${EROOT}usr/bin/gconftool-2"
-
-	if [ -e "$entries" ]; then
-		einfo "Setting panel gconf defaults..."
-
-		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
-
-		"${gconftool}" --direct --config-source \
-			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
-	fi
-
-	# Calling this late so it doesn't process the GConf schemas file we already
-	# took care of.
-	gnome2_pkg_postinst
-}

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 80be397..45450d9 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -26,15 +26,15 @@ else
 fi
 
 RDEPEND=">=dev-libs/glib-2.31.14:2
-	>=dev-libs/libgweather-3.5.1:2
+	>=dev-libs/libgweather-3.5.1:2=
 	dev-libs/libxml2:2
 	>=gnome-base/dconf-0.13.4
 	>=gnome-base/gconf-2.6.1:2[introspection?]
-	>=gnome-base/gnome-desktop-2.91:3
+	>=gnome-base/gnome-desktop-2.91:3=
 	>=gnome-base/gnome-menus-3.1.4:3
 	gnome-base/gsettings-desktop-schemas
 	gnome-base/librsvg:2
-	>=net-libs/telepathy-glib-0.14.0
+	>=net-libs/telepathy-glib-0.14
 	sys-auth/polkit
 	>=x11-libs/cairo-1[X]
 	>=x11-libs/gdk-pixbuf-2.25.2:2
@@ -46,16 +46,19 @@ RDEPEND=">=dev-libs/glib-2.31.14:2
 	>=x11-libs/libwnck-2.91:3
 	>=x11-libs/pango-1.15.4[introspection?]
 
-	eds? ( >=gnome-extra/evolution-data-server-3.5.3 )
+	eds? ( >=gnome-extra/evolution-data-server-3.5.3:= )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
+	networkmanager? ( >=net-misc/networkmanager-0.6.7 )
+"
 DEPEND="${RDEPEND}
 	app-text/docbook-xml-dtd:4.1.2
 	>=dev-lang/perl-5
 	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 # eautoreconf needs
+#	dev-libs/gobject-introspection-common
 #	gnome-base/gnome-common
 
 if [[ ${PV} = 9999 ]]; then
@@ -70,7 +73,6 @@ src_configure() {
 	G2CONF="${G2CONF}
 		--disable-deprecation-flags
 		--disable-static
-		--disable-schemas-install
 		--with-in-process-applets=clock,notification-area,wncklet
 		--enable-telepathy-glib
 		$(use_enable networkmanager network-manager)
@@ -80,21 +82,3 @@ src_configure() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
 	gnome2_src_configure
 }
-
-pkg_postinst() {
-	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
-	local gconftool="${EROOT}usr/bin/gconftool-2"
-
-	if [ -e "$entries" ]; then
-		einfo "Setting panel gconf defaults..."
-
-		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
-
-		"${gconftool}" --direct --config-source \
-			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
-	fi
-
-	# Calling this late so it doesn't process the GConf schemas file we already
-	# took care of.
-	gnome2_pkg_postinst
-}

diff --git a/gnome-base/gnome-panel/metadata.xml b/gnome-base/gnome-panel/metadata.xml
index 6d6c1a0..649ec2c 100644
--- a/gnome-base/gnome-panel/metadata.xml
+++ b/gnome-base/gnome-panel/metadata.xml
@@ -4,8 +4,6 @@
   <herd>gnome</herd>
   <use>
     <flag name="bonobo">Enable Bonobo compatibility modules for applets
-	still not ported to DBUS.</flag>
-    <flag name="introspection">Use
-	<pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
+	  still not ported to DBUS.</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2014-02-12 20:58 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d3781b122f5f4fe1601603a63ccc9752e7cb7d4e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:25:29 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:27:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d3781b12

gnome-base/gnome-panel: sync with gentoo-x86

---
 gnome-base/gnome-panel/gnome-panel-9999.ebuild | 37 ++++++++++++++++----------
 1 file changed, 23 insertions(+), 14 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 45450d9..4339e0b 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="The GNOME panel"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://git.gnome.org/browse/gnome-panel"
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
@@ -25,7 +25,8 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
-RDEPEND=">=dev-libs/glib-2.31.14:2
+RDEPEND="
+	>=dev-libs/glib-2.31.14:2
 	>=dev-libs/libgweather-3.5.1:2=
 	dev-libs/libxml2:2
 	>=gnome-base/dconf-0.13.4
@@ -67,18 +68,26 @@ if [[ ${PV} = 9999 ]]; then
 		doc? ( >=dev-util/gtk-doc-1 )"
 fi
 
+src_prepare() {
+	# Launch nautilus-classic, upstream bug #709016
+	sed -i '/RequiredComponents/ s|$|nautilus-classic;|' data/gnome-flashback.session.desktop.in || die
+	gnome2_src_prepare
+}
+
 src_configure() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+	local myconf=""
+	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 	# XXX: Make presence/telepathy-glib support optional?
 	#      We can do that if we intend to support fallback-only as a setup
-	G2CONF="${G2CONF}
-		--disable-deprecation-flags
-		--disable-static
-		--with-in-process-applets=clock,notification-area,wncklet
-		--enable-telepathy-glib
-		$(use_enable networkmanager network-manager)
-		$(use_enable introspection)
-		$(use_enable eds)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	gnome2_src_configure
+	gnome2_src_configure \
+		--disable-deprecation-flags \
+		--disable-static \
+		--with-in-process-applets=clock,notification-area,wncklet \
+		--enable-telepathy-glib \
+		$(use_enable networkmanager network-manager) \
+		$(use_enable introspection) \
+		$(use_enable eds) \
+		${myconf}
 }


^ permalink raw reply related	[flat|nested] 23+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
@ 2014-04-25 22:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 23+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-25 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b494bb0be62b35eaf2538e16e4d661895e2cda07
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 25 22:29:18 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 22:44:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b494bb0b

gnome-base/gnome-panel: module dead upstream

With Gnome 3.10, the "fallback" experience is based on gnome-shell as
well hence this component is not needed anymore.

---
 gnome-base/gnome-panel/gnome-panel-9999.ebuild | 93 --------------------------
 gnome-base/gnome-panel/metadata.xml            |  9 ---
 2 files changed, 102 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
deleted file mode 100644
index 4339e0b..0000000
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="The GNOME panel"
-HOMEPAGE="https://git.gnome.org/browse/gnome-panel"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0"
-IUSE="eds +introspection networkmanager"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-fi
-
-RDEPEND="
-	>=dev-libs/glib-2.31.14:2
-	>=dev-libs/libgweather-3.5.1:2=
-	dev-libs/libxml2:2
-	>=gnome-base/dconf-0.13.4
-	>=gnome-base/gconf-2.6.1:2[introspection?]
-	>=gnome-base/gnome-desktop-2.91:3=
-	>=gnome-base/gnome-menus-3.1.4:3
-	gnome-base/gsettings-desktop-schemas
-	gnome-base/librsvg:2
-	>=net-libs/telepathy-glib-0.14
-	sys-auth/polkit
-	>=x11-libs/cairo-1[X]
-	>=x11-libs/gdk-pixbuf-2.25.2:2
-	>=x11-libs/gtk+-3.3.8:3[introspection?]
-	x11-libs/libXau
-	x11-libs/libICE
-	x11-libs/libSM
-	>=x11-libs/libXrandr-1.2
-	>=x11-libs/libwnck-2.91:3
-	>=x11-libs/pango-1.15.4[introspection?]
-
-	eds? ( >=gnome-extra/evolution-data-server-3.5.3:= )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-	networkmanager? ( >=net-misc/networkmanager-0.6.7 )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.1.2
-	>=dev-lang/perl-5
-	dev-util/gtk-doc-am
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-"
-# eautoreconf needs
-#	dev-libs/gobject-introspection-common
-#	gnome-base/gnome-common
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1 )"
-fi
-
-src_prepare() {
-	# Launch nautilus-classic, upstream bug #709016
-	sed -i '/RequiredComponents/ s|$|nautilus-classic;|' data/gnome-flashback.session.desktop.in || die
-	gnome2_src_prepare
-}
-
-src_configure() {
-	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-	local myconf=""
-	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
-	# XXX: Make presence/telepathy-glib support optional?
-	#      We can do that if we intend to support fallback-only as a setup
-	gnome2_src_configure \
-		--disable-deprecation-flags \
-		--disable-static \
-		--with-in-process-applets=clock,notification-area,wncklet \
-		--enable-telepathy-glib \
-		$(use_enable networkmanager network-manager) \
-		$(use_enable introspection) \
-		$(use_enable eds) \
-		${myconf}
-}

diff --git a/gnome-base/gnome-panel/metadata.xml b/gnome-base/gnome-panel/metadata.xml
deleted file mode 100644
index 649ec2c..0000000
--- a/gnome-base/gnome-panel/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>gnome</herd>
-  <use>
-    <flag name="bonobo">Enable Bonobo compatibility modules for applets
-	  still not ported to DBUS.</flag>
-  </use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-04-25 22:44 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22 15:54 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2014-04-25 22:44 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2012-12-24 14:47 Gilles Dartiguelongue
2012-11-22 23:04 Gilles Dartiguelongue
2012-10-16  3:01 Alexandre Rostovtsev
2012-09-10 10:43 Priit Laes
2012-09-08  8:43 Nirbheek Chauhan
2012-08-18 10:40 Priit Laes
2012-05-24  9:11 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-05-30 18:39 Nirbheek Chauhan
2011-05-19 12:33 Gilles Dartiguelongue
2011-04-19  6:52 Gilles Dartiguelongue
2011-04-06 12:14 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-04-01 14:48 Nirbheek Chauhan
2011-03-29  8:36 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-04 14:57 Nirbheek Chauhan
2011-02-27  3:02 Jonathan Callen
2011-02-23 14:40 Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox