public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/
Date: Sun, 24 Jun 2018 19:17:44 +0000 (UTC)	[thread overview]
Message-ID: <1529867841.2db7f8c53afd97c4190417662ded271bdc17f241.eva@gentoo> (raw)

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


             reply	other threads:[~2018-06-24 19:17 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-24 19:17 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-03 10:30 [gentoo-commits] proj/gnome:master commit in: sys-apps/baobab/ Mart Raudsepp
2018-08-03 10:30 Mart Raudsepp
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1529867841.2db7f8c53afd97c4190417662ded271bdc17f241.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox