From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CCDF6138010 for ; Sun, 2 Sep 2012 19:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F6CE066B; Sun, 2 Sep 2012 18:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 43AF2E0665 for ; Sun, 2 Sep 2012 18:59:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A781333D798 for ; Sun, 2 Sep 2012 18:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 84873E5447 for ; Sun, 2 Sep 2012 18:59:56 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1346611818.b90110874d2d3c9587033a78e405c1f1f776b30e.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/dconf/dconf-0.13.5.ebuild gnome-base/dconf/dconf-0.13.90.ebuild gnome-base/dconf/dconf-9999.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: b90110874d2d3c9587033a78e405c1f1f776b30e X-VCS-Branch: master Date: Sun, 2 Sep 2012 18:59:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 19a2074a-444e-48fb-aff9-7bb25d614e1c X-Archives-Hash: a7581fbbda7904a43728d27ee8e8befc commit: b90110874d2d3c9587033a78e405c1f1f776b30e Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Sep 2 05:07:24 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Sep 2 18:50:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b9011087 gnome-base/dconf: 0.13.5 → 0.13.90 --- .../{dconf-0.13.5.ebuild => dconf-0.13.90.ebuild} | 5 ++++- gnome-base/dconf/dconf-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-base/dconf/dconf-0.13.5.ebuild b/gnome-base/dconf/dconf-0.13.90.ebuild similarity index 95% rename from gnome-base/dconf/dconf-0.13.5.ebuild rename to gnome-base/dconf/dconf-0.13.90.ebuild index b1127f9..e6bb5b9 100644 --- a/gnome-base/dconf/dconf-0.13.5.ebuild +++ b/gnome-base/dconf/dconf-0.13.90.ebuild @@ -28,18 +28,21 @@ RDEPEND=">=dev-libs/glib-2.33.3:2 X? ( >=dev-libs/libxml2-2.7.7:2 x11-libs/gtk+:3 )" DEPEND="${RDEPEND} + dev-libs/libxslt + sys-devel/gettext >=dev-util/intltool-0.50 doc? ( >=dev-util/gtk-doc-1.15 )" if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} dev-util/gtk-doc-am - dev-lang/vala:0.18" + >=dev-lang/vala-0.17.0:0.18" fi pkg_setup() { G2CONF="${G2CONF} --disable-schemas-compile + --disable-gcov $(use_enable X editor) VALAC=$(type -P valac-0.18)" } diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-9999.ebuild index b1127f9..e6bb5b9 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-9999.ebuild @@ -28,18 +28,21 @@ RDEPEND=">=dev-libs/glib-2.33.3:2 X? ( >=dev-libs/libxml2-2.7.7:2 x11-libs/gtk+:3 )" DEPEND="${RDEPEND} + dev-libs/libxslt + sys-devel/gettext >=dev-util/intltool-0.50 doc? ( >=dev-util/gtk-doc-1.15 )" if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} dev-util/gtk-doc-am - dev-lang/vala:0.18" + >=dev-lang/vala-0.17.0:0.18" fi pkg_setup() { G2CONF="${G2CONF} --disable-schemas-compile + --disable-gcov $(use_enable X editor) VALAC=$(type -P valac-0.18)" }