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 5884C1387B1 for ; Wed, 27 Nov 2013 23:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE508E0953; Wed, 27 Nov 2013 23:32:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80369E0957 for ; Wed, 27 Nov 2013 23:32:03 +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 6673A33F311 for ; Wed, 27 Nov 2013 23:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1FE03D0593 for ; Wed, 27 Nov 2013 23:32:01 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1385595093.f7df23d50854653faba2f95d5cbba294a8449a6c.eva@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.18.0.ebuild gnome-base/dconf/dconf-9999.ebuild gnome-base/dconf/metadata.xml X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f7df23d50854653faba2f95d5cbba294a8449a6c X-VCS-Branch: master Date: Wed, 27 Nov 2013 23:32:01 +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: 3cf58a5c-4144-4228-a33f-db63b0c83955 X-Archives-Hash: 2d9f85c8ce212a249c22b70472ba75bf commit: f7df23d50854653faba2f95d5cbba294a8449a6c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Nov 27 23:03:09 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Nov 27 23:31:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f7df23d5 gnome-base/dconf: 0.16.1 → 0.18.0 --- .../{dconf-9999.ebuild => dconf-0.18.0.ebuild} | 52 ++++++++++------------ gnome-base/dconf/dconf-9999.ebuild | 41 ++++++++++------- gnome-base/dconf/metadata.xml | 5 +++ 3 files changed, 52 insertions(+), 46 deletions(-) diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-0.18.0.ebuild similarity index 64% copy from gnome-base/dconf/dconf-9999.ebuild copy to gnome-base/dconf/dconf-0.18.0.ebuild index 8acaac5..719e684 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-0.18.0.ebuild @@ -1,51 +1,45 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" inherit gnome2 bash-completion-r1 virtualx -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="Simple low-level configuration system" -HOMEPAGE="http://live.gnome.org/dconf" +HOMEPAGE="https://wiki.gnome.org/dconf" LICENSE="LGPL-2.1+" SLOT="0" + # TODO: coverage ? -IUSE="doc test +X" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -fi +IUSE="test +X" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" -RDEPEND=">=dev-libs/glib-2.33.3:2 +RDEPEND=" + >=dev-libs/glib-2.35.2:2 sys-apps/dbus - X? ( >=dev-libs/libxml2-2.7.7:2 - x11-libs/gtk+:3 )" + X? ( + >=dev-libs/libxml2-2.7.7:2 + >=x11-libs/gtk+-3.4:3 ) +" DEPEND="${RDEPEND} dev-libs/libxslt - sys-devel/gettext + dev-util/gdbus-codegen + >=dev-util/gtk-doc-am-1.15 >=dev-util/intltool-0.50 + sys-devel/gettext virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.15 )" - -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - dev-util/gtk-doc-am - >=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)" # harmless even if valac-0.18 not found +src_configure() { + gnome2_src_configure \ + --disable-gcov \ + --enable-man \ + $(use_enable X editor) \ + VALAC=$(type -P valac-0.18) # harmless even if valac-0.18 not found } src_test() { diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-9999.ebuild index 8acaac5..9d83a8e 100644 --- a/gnome-base/dconf/dconf-9999.ebuild +++ b/gnome-base/dconf/dconf-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" inherit gnome2 bash-completion-r1 virtualx @@ -11,41 +11,48 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Simple low-level configuration system" -HOMEPAGE="http://live.gnome.org/dconf" +HOMEPAGE="https://wiki.gnome.org/dconf" LICENSE="LGPL-2.1+" SLOT="0" + # TODO: coverage ? -IUSE="doc test +X" +IUSE="test +X" if [[ ${PV} = 9999 ]]; then + IUSE="${IUSE} doc" KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" fi -RDEPEND=">=dev-libs/glib-2.33.3:2 +RDEPEND=" + >=dev-libs/glib-2.35.2:2 sys-apps/dbus - X? ( >=dev-libs/libxml2-2.7.7:2 - x11-libs/gtk+:3 )" + X? ( + >=dev-libs/libxml2-2.7.7:2 + >=x11-libs/gtk+-3.4:3 ) +" DEPEND="${RDEPEND} dev-libs/libxslt - sys-devel/gettext + dev-util/gdbus-codegen + >=dev-util/gtk-doc-am-1.15 >=dev-util/intltool-0.50 + sys-devel/gettext virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.15 )" +" if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - dev-util/gtk-doc-am + doc? ( >=dev-util/gtk-doc-1.15 ) >=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)" # harmless even if valac-0.18 not found +src_configure() { + gnome2_src_configure \ + --disable-gcov \ + --enable-man \ + $(use_enable X editor) \ + VALAC=$(type -P valac-0.18) # harmless even if valac-0.18 not found } src_test() { diff --git a/gnome-base/dconf/metadata.xml b/gnome-base/dconf/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/gnome-base/dconf/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +