public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-08-03 10:30 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2018-08-03 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     7cf1a693e463d2cf47626c0fc82d61fc1f5c83a1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 10:27:19 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 10:27:19 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7cf1a693

sys-apps/baobab: remove gdk-pixbuf build dep

At least baobab-3.26.1 (based on which earlier ebuild sync of
live ebuild was done) doesn't required gdk-pixbuf to the best
of my understanding. It doesn't use any to-pixdata instructions,
thus doesn't need gdk-pixbuf-pixdata at buildtime. It only has
two SVG icons embedded into the resource in raw form, which
makes sense, as they are scalable, which to-pixdata would ruin.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-apps/baobab/baobab-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 408a123a..9d5691fd 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND}
 	dev-libs/libxml2:2
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
-	x11-libs/gdk-pixbuf:2
 "
 
 if [[ ${PV} = 9999 ]]; then


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-08-03 10:30 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2018-08-03 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a13fe788af43ffd6c9a755f26daf401a2445f3de
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 10:25:47 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 10:25:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a13fe788

sys-apps/baobab: remove 3.26.1, available in ::gentoo

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-apps/baobab/baobab-3.26.1.ebuild | 39 ------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.26.1.ebuild b/sys-apps/baobab/baobab-3.26.1.ebuild
deleted file mode 100644
index 12bb1b0c..00000000
--- a/sys-apps/baobab/baobab-3.26.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.40:2[dbus]
-	>=x11-libs/gtk+-3.19.1:3
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	x11-themes/adwaita-icon-theme
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools
-	dev-libs/appstream-glib
-	dev-libs/libxml2:2
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-	x11-libs/gdk-pixbuf:2
-"
-
-src_configure() {
-	gnome2_src_configure   \
-		VALAC=$(type -P true)  \
-		VAPIGEN=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-06-24 19:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2018-06-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2db7f8c53afd97c4190417662ded271bdc17f241
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 14:31:45 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2db7f8c5

sys-apps/baobab: sync live ebuild

 sys-apps/baobab/baobab-9999.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 6debfcb4..408a123a 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
 
+EAPI=6
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	VALA_MIN_API_VERSION="0.26"
+	VALA_MIN_API_VERSION="0.38"
 	VALA_USE_DEPEND="vapigen"
 	inherit gnome2-live vala
 fi
@@ -21,29 +18,30 @@ IUSE=""
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.40:2[dbus]
-	>=x11-libs/gtk+-3.13.2:3
+	>=x11-libs/gtk+-3.19.1:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
-	x11-themes/gnome-icon-theme-extras
+	x11-themes/adwaita-icon-theme
 	!<gnome-extra/gnome-utils-3.4
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	dev-libs/libxml2:2
+	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
+	x11-libs/gdk-pixbuf:2
 "
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		app-text/yelp-tools
 		$(vala_depend)"
 fi
 
@@ -57,7 +55,6 @@ src_configure() {
 	local myconf=""
 	if [[ ${PV} != 9999 ]]; then
 		myconf="${myconf}
-			ITSTOOL=$(type -P true)
 			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-06-24 19:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2018-06-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5a3ee4f6d59a9395ca6d5ac1c028bad8f0168d01
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 14:15:56 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5a3ee4f6

sys-apps/baobab: remove unneeded vala dependency

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 sys-apps/baobab/baobab-3.26.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/baobab/baobab-3.26.1.ebuild b/sys-apps/baobab/baobab-3.26.1.ebuild
index 9a65cb60..35978ccb 100644
--- a/sys-apps/baobab/baobab-3.26.1.ebuild
+++ b/sys-apps/baobab/baobab-3.26.1.ebuild
@@ -13,7 +13,6 @@ IUSE=""
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
-	dev-lang/vala:0.38
 	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.19.1:3
 "


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-06-24 19:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2018-06-24 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3ca5ac154b36e9370a5a25600dbf27fe5c888125
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 14:30:16 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:17:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3ca5ac15

sys-apps/baobab: add dependencies for glib-compile-resources

 sys-apps/baobab/baobab-3.26.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/baobab/baobab-3.26.1.ebuild b/sys-apps/baobab/baobab-3.26.1.ebuild
index 35978ccb..12bb1b0c 100644
--- a/sys-apps/baobab/baobab-3.26.1.ebuild
+++ b/sys-apps/baobab/baobab-3.26.1.ebuild
@@ -22,11 +22,14 @@ RDEPEND="${COMMON_DEPEND}
 	!<gnome-extra/gnome-utils-3.4
 "
 # ${PN} was part of gnome-utils before 3.4
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${COMMON_DEPEND}
 	app-text/yelp-tools
 	dev-libs/appstream-glib
+	dev-libs/libxml2:2
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
+	x11-libs/gdk-pixbuf:2
 "
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-01-30 15:18 Sobhan Mohammadpour
  0 siblings, 0 replies; 25+ messages in thread
From: Sobhan Mohammadpour @ 2018-01-30 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     336b154d7b6dae50febfd4b8576a9e3c7ab03cc8
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 15:17:49 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 15:17:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=336b154d

sys-apps/baobab: version bump to 3.26.1

Package-Manager: Portage-2.3.21, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 sys-apps/baobab/baobab-3.26.1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/sys-apps/baobab/baobab-3.26.1.ebuild b/sys-apps/baobab/baobab-3.26.1.ebuild
new file mode 100644
index 00000000..9a65cb60
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.26.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	dev-lang/vala:0.38
+	>=dev-libs/glib-2.40:2[dbus]
+	>=x11-libs/gtk+-3.19.1:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	x11-themes/adwaita-icon-theme
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2018-01-12 14:48 Dennis Lamm
  0 siblings, 0 replies; 25+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     62888b017751e4d453c4b08182740af6ad832e80
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:48:48 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:48:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=62888b01

sys-apps/baobab: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/baobab/baobab-3.20.0.ebuild | 40 ------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.20.0.ebuild b/sys-apps/baobab/baobab-3.20.0.ebuild
deleted file mode 100644
index 7bb5a203..00000000
--- a/sys-apps/baobab/baobab-3.20.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.40:2[dbus]
-	>=x11-libs/gtk+-3.13.2:3
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	x11-themes/gnome-icon-theme-extras
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40
-	dev-util/itstool
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure   \
-		VALAC=$(type -P true)  \
-		VAPIGEN=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2016-04-02 16:34 Ole Reifschneider
  0 siblings, 0 replies; 25+ messages in thread
From: Ole Reifschneider @ 2016-04-02 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6240aba3dc9a50f47ac26ff08e487fb544d574ff
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 16:08:08 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 16:08:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6240aba3

sys-apps/baobab: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 sys-apps/baobab/baobab-3.20.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 sys-apps/baobab/baobab-9999.ebuild   |  4 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.20.0.ebuild b/sys-apps/baobab/baobab-3.20.0.ebuild
new file mode 100644
index 0000000..7bb5a20
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.20.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.40:2[dbus]
+	>=x11-libs/gtk+-3.13.2:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	x11-themes/gnome-icon-theme-extras
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	dev-libs/libxml2
+	>=dev-util/intltool-0.40
+	dev-util/itstool
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 05bcf52..6debfcb 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,7 +25,7 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.40:2
+	>=dev-libs/glib-2.40:2[dbus]
 	>=x11-libs/gtk+-3.13.2:3
 "
 RDEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2015-06-10 10:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     dc82e8c30089b5c4f291175d8f4331930ab34684
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 22:53:58 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 22:53:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dc82e8c3

sys-apps/baobab: moved to gentoo-x86

 sys-apps/baobab/baobab-3.16.1.ebuild | 40 ------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.16.1.ebuild b/sys-apps/baobab/baobab-3.16.1.ebuild
deleted file mode 100644
index 51c9a98..0000000
--- a/sys-apps/baobab/baobab-3.16.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.13.2:3
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	x11-themes/gnome-icon-theme-extras
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure   \
-		ITSTOOL=$(type -P true) \
-		VALAC=$(type -P true)  \
-		VAPIGEN=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2015-05-19 18:46 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-19 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b011b0b6bae902f04932be795b604056dc94b9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 18:45:43 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 19 18:45:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b5b011b0

sys-apps/baobab: do not override XMLLINT anymore

It is used for glib-compile-resources to strip blanks from xml files.

 sys-apps/baobab/baobab-3.16.1.ebuild | 2 +-
 sys-apps/baobab/baobab-9999.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.16.1.ebuild b/sys-apps/baobab/baobab-3.16.1.ebuild
index c4b7889..51c9a98 100644
--- a/sys-apps/baobab/baobab-3.16.1.ebuild
+++ b/sys-apps/baobab/baobab-3.16.1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
+	dev-libs/libxml2
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
@@ -34,7 +35,6 @@ DEPEND="${COMMON_DEPEND}
 src_configure() {
 	gnome2_src_configure   \
 		ITSTOOL=$(type -P true) \
-		XMLLINT=$(type -P true) \
 		VALAC=$(type -P true)  \
 		VAPIGEN=$(type -P true)
 }

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 0d3d37f..7807ac7 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-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: $
 
@@ -35,6 +35,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
+	dev-libs/libxml2
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig
@@ -57,7 +58,6 @@ src_configure() {
 	if [[ ${PV} != 9999 ]]; then
 		myconf="${myconf}
 			ITSTOOL=$(type -P true)
-			XMLLINT=$(type -P true)
 			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2015-05-03 18:12 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-03 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     18adf72a4244cc9c4cd7426a28b929bc3af41ded
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 18:10:00 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May  3 18:11:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=18adf72a

sys-apps/baobab: 3.14.1 → 3.16.1

 sys-apps/baobab/baobab-3.16.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/sys-apps/baobab/baobab-3.16.1.ebuild b/sys-apps/baobab/baobab-3.16.1.ebuild
new file mode 100644
index 0000000..c4b7889
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.16.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.40:2
+	>=x11-libs/gtk+-3.13.2:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	x11-themes/gnome-icon-theme-extras
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		ITSTOOL=$(type -P true) \
+		XMLLINT=$(type -P true) \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-12-26 21:53 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f37d009c2d5d35ca74ef27b4480f6712cf157440
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:49:53 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:49:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f37d009c

sys-apps/baobab: moved to gentoo-x86

---
 sys-apps/baobab/baobab-3.14.1.ebuild | 40 ------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.14.1.ebuild b/sys-apps/baobab/baobab-3.14.1.ebuild
deleted file mode 100644
index 4e2948b..0000000
--- a/sys-apps/baobab/baobab-3.14.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.13.2:3
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	x11-themes/gnome-icon-theme-extras
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure   \
-		ITSTOOL=$(type -P true) \
-		XMLLINT=$(type -P true) \
-		VALAC=$(type -P true)  \
-		VAPIGEN=$(type -P true)
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-10-15 22:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-15 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     163052e01ede9ff3a2d2f4c3913acba59ddda983
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 22:10:30 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 22:10:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=163052e0

sys-apps/baobab: 3.14.0 → 3.14.1

---
 sys-apps/baobab/{baobab-3.14.0.ebuild => baobab-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.14.0.ebuild b/sys-apps/baobab/baobab-3.14.1.ebuild
similarity index 100%
rename from sys-apps/baobab/baobab-3.14.0.ebuild
rename to sys-apps/baobab/baobab-3.14.1.ebuild


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-10-05 22:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-05 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     cf4414d08b8e3c59163251ab9d3cea1535cc109d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 17:20:52 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 21:19:50 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf4414d0

sys-apps/baobab: 3.12.1 → 3.14.0

---
 sys-apps/baobab/{baobab-3.12.1.ebuild => baobab-3.14.0.ebuild} | 2 +-
 sys-apps/baobab/baobab-9999.ebuild                             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.12.1.ebuild b/sys-apps/baobab/baobab-3.14.0.ebuild
similarity index 97%
rename from sys-apps/baobab/baobab-3.12.1.ebuild
rename to sys-apps/baobab/baobab-3.14.0.ebuild
index 0118c34..4e2948b 100644
--- a/sys-apps/baobab/baobab-3.12.1.ebuild
+++ b/sys-apps/baobab/baobab-3.14.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fr
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.12:3
+	>=x11-libs/gtk+-3.13.2:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 3c5fd3d..0d3d37f 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	VALA_MIN_API_VERSION="0.22"
+	VALA_MIN_API_VERSION="0.26"
 	VALA_USE_DEPEND="vapigen"
 	inherit gnome2-live vala
 fi
@@ -26,7 +26,7 @@ fi
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.40:2
-	>=x11-libs/gtk+-3.12:3
+	>=x11-libs/gtk+-3.13.2:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-04-23  7:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2a9e4b39a87d94a1190a9afda668b8ebfef718d9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 07:10:05 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 07:10:05 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2a9e4b39

sys-apps/baobab: 3.12.0 → 3.12.1

---
 sys-apps/baobab/{baobab-3.12.0.ebuild => baobab-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.12.0.ebuild b/sys-apps/baobab/baobab-3.12.1.ebuild
similarity index 100%
rename from sys-apps/baobab/baobab-3.12.0.ebuild
rename to sys-apps/baobab/baobab-3.12.1.ebuild


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-04-20 18:17 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     da6a0f6d248eac6a99fbddb15cbe09f39f64cefe
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  1 21:19:16 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:51 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=da6a0f6d

sys-apps/baobab: 3.10.1 → 3.12.0

Requires glib-2.40, upstream #727677
Requires popover stuff from gtk+-3.12. Does not fail hard but still...

---
 sys-apps/baobab/baobab-3.12.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 sys-apps/baobab/baobab-9999.ebuild   |  4 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.12.0.ebuild b/sys-apps/baobab/baobab-3.12.0.ebuild
new file mode 100644
index 0000000..0118c34
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.12.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.40:2
+	>=x11-libs/gtk+-3.12:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	x11-themes/gnome-icon-theme-extras
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		ITSTOOL=$(type -P true) \
+		XMLLINT=$(type -P true) \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 72100ab..3c5fd3d 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -25,8 +25,8 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.37.5:2
-	>=x11-libs/gtk+-3.9.10:3
+	>=dev-libs/glib-2.40:2
+	>=x11-libs/gtk+-3.12:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2014-02-12 23:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 23:48 UTC (permalink / raw
  To: gentoo-commits

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

sys-apps/baobab: moved to gentoo-x86 + sync live ebuild

---
 sys-apps/baobab/baobab-3.10.1.ebuild | 39 ------------------------------------
 sys-apps/baobab/baobab-9999.ebuild   |  5 +++--
 2 files changed, 3 insertions(+), 41 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.10.1.ebuild b/sys-apps/baobab/baobab-3.10.1.ebuild
deleted file mode 100644
index 4d364b8..0000000
--- a/sys-apps/baobab/baobab-3.10.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://live.gnome.org/Baobab"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.37.5:2
-	>=x11-libs/gtk+-3.9.10:3
-"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4
-"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	gnome2_src_configure   \
-		ITSTOOL=$(type -P true) \
-		XMLLINT=$(type -P true) \
-		VALAC=$(type -P true)  \
-		VAPIGEN=$(type -P true)
-}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 05ef7f1..72100ab 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-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: $
 
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://live.gnome.org/Baobab"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
@@ -30,6 +30,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
+	x11-themes/gnome-icon-theme-extras
 	!<gnome-extra/gnome-utils-3.4
 "
 # ${PN} was part of gnome-utils before 3.4


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2013-12-01 16:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-01 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4dfd3aade30ed589ad8d1d416f3e718305c932b7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 22:58:46 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 15:54:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4dfd3aad

sys-apps/baobab: 3.8.2 → 3.10.1

---
 sys-apps/baobab/baobab-3.10.1.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 sys-apps/baobab/baobab-9999.ebuild   | 22 +++++++++-----------
 2 files changed, 48 insertions(+), 13 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.10.1.ebuild b/sys-apps/baobab/baobab-3.10.1.ebuild
new file mode 100644
index 0000000..4d364b8
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.10.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://live.gnome.org/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.37.5:2
+	>=x11-libs/gtk+-3.9.10:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		ITSTOOL=$(type -P true) \
+		XMLLINT=$(type -P true) \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 9404413..05ef7f1 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -1,20 +1,19 @@
-# 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="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	VALA_MIN_API_VERSION="0.18"
+	VALA_MIN_API_VERSION="0.22"
 	VALA_USE_DEPEND="vapigen"
 	inherit gnome2-live vala
 fi
 
-DESCRIPTION="Disk usage browser for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://live.gnome.org/Baobab"
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
@@ -26,12 +25,8 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.30.0:2
-	gnome-base/libgtop:2=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.5.9:3
-	x11-libs/pango
+	>=dev-libs/glib-2.37.5:2
+	>=x11-libs/gtk+-3.9.10:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
@@ -57,12 +52,13 @@ src_prepare() {
 }
 
 src_configure() {
+	local myconf=""
 	if [[ ${PV} != 9999 ]]; then
-		G2CONF="${G2CONF}
+		myconf="${myconf}
 			ITSTOOL=$(type -P true)
 			XMLLINT=$(type -P true)
 			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi
-	gnome2_src_configure
+	gnome2_src_configure ${myconf}
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2013-11-14 22:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-14 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ec04a6e8e185a7158e084e68da6bdd1f73fb06c4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 22:58:46 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ec04a6e8

sys-apps/baobab: 3.8.2 → 3.10.0

---
 sys-apps/baobab/baobab-3.10.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
 sys-apps/baobab/baobab-9999.ebuild | 22 +++++++++------------
 2 files changed, 48 insertions(+), 13 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.10.ebuild b/sys-apps/baobab/baobab-3.10.ebuild
new file mode 100644
index 0000000..4d364b8
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://live.gnome.org/Baobab"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.37.5:2
+	>=x11-libs/gtk+-3.9.10:3
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure   \
+		ITSTOOL=$(type -P true) \
+		XMLLINT=$(type -P true) \
+		VALAC=$(type -P true)  \
+		VAPIGEN=$(type -P true)
+}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 9404413..c977af5 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -1,20 +1,19 @@
-# 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="no"
-GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	VALA_MIN_API_VERSION="0.18"
+	VALA_MIN_API_VERSION="0.22s"
 	VALA_USE_DEPEND="vapigen"
 	inherit gnome2-live vala
 fi
 
-DESCRIPTION="Disk usage browser for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://live.gnome.org/Baobab"
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
@@ -26,12 +25,8 @@ else
 fi
 
 COMMON_DEPEND="
-	>=dev-libs/glib-2.30.0:2
-	gnome-base/libgtop:2=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.5.9:3
-	x11-libs/pango
+	>=dev-libs/glib-2.37.5:2
+	>=x11-libs/gtk+-3.9.10:3
 "
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
@@ -57,12 +52,13 @@ src_prepare() {
 }
 
 src_configure() {
+	local myconf=""
 	if [[ ${PV} != 9999 ]]; then
-		G2CONF="${G2CONF}
+		myconf="${myconf}
 			ITSTOOL=$(type -P true)
 			XMLLINT=$(type -P true)
 			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi
-	gnome2_src_configure
+	gnome2_src_configure ${myconf}
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-12-23 23:21 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-23 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a5aa7ea8681df90131cd401b457183f47a332fae
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 23:20:32 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 23:20:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a5aa7ea8

sys-apps/baobab: moved to gx86

    * Sync live ebuild  with gx86 changes.
    * Add metadata.xml.

---
 sys-apps/baobab/baobab-3.6.3.ebuild |   62 -----------------------------------
 sys-apps/baobab/baobab-9999.ebuild  |   22 ++++++++----
 sys-apps/baobab/metadata.xml        |    5 +++
 3 files changed, 19 insertions(+), 70 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.6.3.ebuild b/sys-apps/baobab/baobab-3.6.3.ebuild
deleted file mode 100644
index 8e763dd..0000000
--- a/sys-apps/baobab/baobab-3.6.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 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
-	VALA_MIN_API_VERSION="0.18"
-	VALA_USE_DEPEND="vapigen"
-	inherit gnome2-live vala
-fi
-
-DESCRIPTION="Disk usage browser for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
-
-COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
-	gnome-base/libgtop:2=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.5.9:3
-	x11-libs/pango"
-RDEPEND="${COMMON_DEPEND}
-	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		$(vala_depend)"
-fi
-
-src_prepare() {
-	G2CONF="${G2CONF}
-		--disable-schemas-compile"
-	if [[ ${PV} = 9999 ]]; then
-		vala_src_prepare
-	else
-		G2CONF="${G2CONF}
-			ITSTOOL=$(type -P true)
-			XMLLINT=$(type -P true)
-			VALAC=$(type -P true)
-			VAPIGEN=$(type -P true)"
-	fi
-	gnome2_src_prepare
-}

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 8e763dd..9404413 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -25,20 +25,24 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
+COMMON_DEPEND="
+	>=dev-libs/glib-2.30.0:2
 	gnome-base/libgtop:2=
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf
 	>=x11-libs/gtk+-3.5.9:3
-	x11-libs/pango"
+	x11-libs/pango
+"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
-	!<gnome-extra/gnome-utils-3.4"
+	!<gnome-extra/gnome-utils-3.4
+"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -47,16 +51,18 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 src_prepare() {
-	G2CONF="${G2CONF}
-		--disable-schemas-compile"
 	if [[ ${PV} = 9999 ]]; then
 		vala_src_prepare
-	else
+	fi
+}
+
+src_configure() {
+	if [[ ${PV} != 9999 ]]; then
 		G2CONF="${G2CONF}
 			ITSTOOL=$(type -P true)
 			XMLLINT=$(type -P true)
 			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi
-	gnome2_src_prepare
+	gnome2_src_configure
 }

diff --git a/sys-apps/baobab/metadata.xml b/sys-apps/baobab/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/sys-apps/baobab/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-12-06  1:16 Alexandre Rostovtsev
  0 siblings, 0 replies; 25+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-06  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0ff4d6d2895baeb03c5e581820980a01f9c64c24
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 01:14:40 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 01:15:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ff4d6d2

sys-apps/baobab: sync with gx86, modernize vala usage

---
 sys-apps/baobab/baobab-3.6.3.ebuild |   26 ++++++++++++++++----------
 sys-apps/baobab/baobab-9999.ebuild  |   26 ++++++++++++++++++--------
 2 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.6.3.ebuild b/sys-apps/baobab/baobab-3.6.3.ebuild
index cfc4a9c..8e763dd 100644
--- a/sys-apps/baobab/baobab-3.6.3.ebuild
+++ b/sys-apps/baobab/baobab-3.6.3.ebuild
@@ -2,19 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
+	VALA_MIN_API_VERSION="0.18"
+	VALA_USE_DEPEND="vapigen"
+	inherit gnome2-live vala
 fi
 
 DESCRIPTION="Disk usage browser for GNOME 3"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
-LICENSE="GPL-2 FDL-1.1"
+LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 IUSE=""
 if [[ ${PV} = 9999 ]]; then
@@ -24,7 +26,7 @@ else
 fi
 
 COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
-	gnome-base/libgtop:2
+	gnome-base/libgtop:2=
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf
 	>=x11-libs/gtk+-3.5.9:3
@@ -41,16 +43,20 @@ DEPEND="${COMMON_DEPEND}
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
 		app-text/yelp-tools
-		>=dev-lang/vala-0.17.4:0.18"
+		$(vala_depend)"
 fi
 
-src_configure() {
-	DOCS="AUTHORS ChangeLog NEWS README"
+src_prepare() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
-	if [[ ${PV} != 9999 ]]; then
-		G2CONF="${G2CONF} ITSTOOL=$(type -P true)
+	if [[ ${PV} = 9999 ]]; then
+		vala_src_prepare
+	else
+		G2CONF="${G2CONF}
+			ITSTOOL=$(type -P true)
+			XMLLINT=$(type -P true)
+			VALAC=$(type -P true)
 			VAPIGEN=$(type -P true)"
 	fi
-	gnome2_src_configure
+	gnome2_src_prepare
 }

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 49a2a11..8e763dd 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -2,19 +2,21 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
+	VALA_MIN_API_VERSION="0.18"
+	VALA_USE_DEPEND="vapigen"
+	inherit gnome2-live vala
 fi
 
 DESCRIPTION="Disk usage browser for GNOME 3"
 HOMEPAGE="https://live.gnome.org/GnomeUtils"
 
-LICENSE="GPL-2 FDL-1.1"
+LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 IUSE=""
 if [[ ${PV} = 9999 ]]; then
@@ -24,7 +26,7 @@ else
 fi
 
 COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
-	gnome-base/libgtop:2
+	gnome-base/libgtop:2=
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf
 	>=x11-libs/gtk+-3.5.9:3
@@ -41,12 +43,20 @@ DEPEND="${COMMON_DEPEND}
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
 		app-text/yelp-tools
-		>=dev-lang/vala-0.17.4:0.18"
+		$(vala_depend)"
 fi
 
-pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README"
+src_prepare() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	if [[ ${PV} = 9999 ]]; then
+		vala_src_prepare
+	else
+		G2CONF="${G2CONF}
+			ITSTOOL=$(type -P true)
+			XMLLINT=$(type -P true)
+			VALAC=$(type -P true)
+			VAPIGEN=$(type -P true)"
+	fi
+	gnome2_src_prepare
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-11-18 19:33 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-18 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1fffe4cfcb0b0a6d7545d8c0619b57227f782b59
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 19:19:26 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 19:33:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1fffe4cf

sys-apps/baobab: 3.6.2 → 3.6.3

---
 .../{baobab-3.6.2.ebuild => baobab-3.6.3.ebuild}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.6.2.ebuild b/sys-apps/baobab/baobab-3.6.3.ebuild
similarity index 100%
rename from sys-apps/baobab/baobab-3.6.2.ebuild
rename to sys-apps/baobab/baobab-3.6.3.ebuild


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-10-27 20:01 Gilles Dartiguelongue
  0 siblings, 0 replies; 25+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     991b82a5fdc66c5aab291cb583e5af7f870450de
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 20:00:56 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 20:00:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=991b82a5

sys-apps/baobab: 3.5.91 → 3.6.2

---
 .../{baobab-3.5.91.ebuild => baobab-3.6.2.ebuild}  |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.5.91.ebuild b/sys-apps/baobab/baobab-3.6.2.ebuild
similarity index 88%
rename from sys-apps/baobab/baobab-3.5.91.ebuild
rename to sys-apps/baobab/baobab-3.6.2.ebuild
index 49a2a11..cfc4a9c 100644
--- a/sys-apps/baobab/baobab-3.5.91.ebuild
+++ b/sys-apps/baobab/baobab-3.6.2.ebuild
@@ -44,9 +44,13 @@ if [[ ${PV} = 9999 ]]; then
 		>=dev-lang/vala-0.17.4:0.18"
 fi
 
-pkg_setup() {
+src_configure() {
 	DOCS="AUTHORS ChangeLog NEWS README"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	if [[ ${PV} != 9999 ]]; then
+		G2CONF="${G2CONF} ITSTOOL=$(type -P true)
+			VAPIGEN=$(type -P true)"
+	fi
+	gnome2_src_configure
 }


^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-09-05 15:48 Nirbheek Chauhan
  0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2012-09-05 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c922054fe62fd891dd8d77d883ea5cc015662bee
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 22:30:59 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 15:48:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c922054f

sys-apps/baobab: 3.5.90 → 3.5.91

---
 .../{baobab-3.5.90.ebuild => baobab-3.5.91.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.5.90.ebuild b/sys-apps/baobab/baobab-3.5.91.ebuild
similarity index 100%
rename from sys-apps/baobab/baobab-3.5.90.ebuild
rename to sys-apps/baobab/baobab-3.5.91.ebuild


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
@ 2012-09-02 18:59 Nirbheek Chauhan
  0 siblings, 0 replies; 25+ messages in thread
From: Nirbheek Chauhan @ 2012-09-02 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b4fce920dfdfb35723e248e36776ce1180615b4f
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 17:12:18 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 18:50:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4fce920

Add sys-apps/baobab-3.5.90

---
 .../{baobab-9999.ebuild => baobab-3.5.90.ebuild}   |   13 +++++++++----
 sys-apps/baobab/baobab-9999.ebuild                 |   13 +++++++++----
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-3.5.90.ebuild
similarity index 80%
copy from sys-apps/baobab/baobab-9999.ebuild
copy to sys-apps/baobab/baobab-3.5.90.ebuild
index 2ee1878..49a2a11 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-3.5.90.ebuild
@@ -27,21 +27,26 @@ COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
 	gnome-base/libgtop:2
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.3.18:3
+	>=x11-libs/gtk+-3.5.9:3
 	x11-libs/pango"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
 	!<gnome-extra/gnome-utils-3.4"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	dev-util/itstool
-	dev-libs/libxml2:2
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig"
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools
+		>=dev-lang/vala-0.17.4:0.18"
+fi
+
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	DOCS="AUTHORS ChangeLog NEWS README"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 }

diff --git a/sys-apps/baobab/baobab-9999.ebuild b/sys-apps/baobab/baobab-9999.ebuild
index 2ee1878..49a2a11 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -27,21 +27,26 @@ COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
 	gnome-base/libgtop:2
 	x11-libs/cairo
 	x11-libs/gdk-pixbuf
-	>=x11-libs/gtk+-3.3.18:3
+	>=x11-libs/gtk+-3.5.9:3
 	x11-libs/pango"
 RDEPEND="${COMMON_DEPEND}
 	gnome-base/gsettings-desktop-schemas
 	!<gnome-extra/gnome-utils-3.4"
 # ${PN} was part of gnome-utils before 3.4
 DEPEND="${COMMON_DEPEND}
-	dev-util/itstool
-	dev-libs/libxml2:2
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 	virtual/pkgconfig"
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools
+		>=dev-lang/vala-0.17.4:0.18"
+fi
+
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	DOCS="AUTHORS ChangeLog NEWS README"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 }


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

end of thread, other threads:[~2018-08-03 10:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 10:30 [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2018-08-03 10:30 Mart Raudsepp
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-01-30 15:18 Sobhan Mohammadpour
2018-01-12 14:48 Dennis Lamm
2016-04-02 16:34 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-19 18:46 Gilles Dartiguelongue
2015-05-03 18:12 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-15 22:26 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23  7:10 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-01 16:18 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-23 23:21 Gilles Dartiguelongue
2012-12-06  1:16 Alexandre Rostovtsev
2012-11-18 19:33 Gilles Dartiguelongue
2012-10-27 20:01 Gilles Dartiguelongue
2012-09-05 15:48 Nirbheek Chauhan
2012-09-02 18:59 Nirbheek Chauhan

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