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 9E86413838B for ; Sun, 5 Oct 2014 22:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D3FE0940; Sun, 5 Oct 2014 22:09:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61FBEE09C6 for ; Sun, 5 Oct 2014 22:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79BCB3401EC for ; Sun, 5 Oct 2014 22:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C177148 for ; Sun, 5 Oct 2014 22:09:39 +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: <1412544005.c656bf66ac13bbe263c204f37ba5dd36e39ca628.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.40.1.ebuild dev-libs/gjs/gjs-1.42.0.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c656bf66ac13bbe263c204f37ba5dd36e39ca628 X-VCS-Branch: master Date: Sun, 5 Oct 2014 22:09:39 +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: ca17a20a-3663-4b54-8415-b90be208154d X-Archives-Hash: 79a44389cbd477d5e6239af19bae8362 commit: c656bf66ac13bbe263c204f37ba5dd36e39ca628 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 5 21:12:38 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 5 21:20:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c656bf66 dev-libs/gjs: 1.40.1-r1 → 1.42.0 --- dev-libs/gjs/{gjs-1.40.1.ebuild => gjs-1.42.0.ebuild} | 10 +++++----- dev-libs/gjs/gjs-9999.ebuild | 11 +++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-libs/gjs/gjs-1.40.1.ebuild b/dev-libs/gjs/gjs-1.42.0.ebuild similarity index 89% rename from dev-libs/gjs/gjs-1.40.1.ebuild rename to dev-libs/gjs/gjs-1.42.0.ebuild index a2b3e58..2438d07 100644 --- a/dev-libs/gjs/gjs-1.40.1.ebuild +++ b/dev-libs/gjs/gjs-1.42.0.ebuild @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit gnome2 pax-utils virtualx DESCRIPTION="Javascript bindings for GNOME" -HOMEPAGE="http://live.gnome.org/Gjs" +HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" @@ -17,12 +17,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.36:2 - >=dev-libs/gobject-introspection-1.39.3 + >=dev-libs/gobject-introspection-1.41.4 - sys-libs/readline + sys-libs/readline:0 dev-lang/spidermonkey:24 virtual/libffi - cairo? ( x11-libs/cairo ) + cairo? ( x11-libs/cairo[X] ) gtk? ( x11-libs/gtk+:3 ) " DEPEND="${RDEPEND} @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} " # Large amount of tests are broken even in master. -RESTRICT="test" +#RESTRICT="test" src_configure() { # FIXME: add systemtap/dtrace support, like in glib:2 diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 6284717..f73a8c3 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Javascript bindings for GNOME" -HOMEPAGE="http://live.gnome.org/Gjs" +HOMEPAGE="https://wiki.gnome.org/Projects/Gjs" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" @@ -24,12 +24,12 @@ fi RDEPEND=" >=dev-libs/glib-2.36:2 - >=dev-libs/gobject-introspection-1.39.3 + >=dev-libs/gobject-introspection-1.41.4 - sys-libs/readline + sys-libs/readline:0 dev-lang/spidermonkey:24 virtual/libffi - cairo? ( x11-libs/cairo ) + cairo? ( x11-libs/cairo[X] ) gtk? ( x11-libs/gtk+:3 ) " DEPEND="${RDEPEND} @@ -38,6 +38,9 @@ DEPEND="${RDEPEND} test? ( sys-apps/dbus ) " +# Large amount of tests are broken even in master. +#RESTRICT="test" + src_configure() { # FIXME: add systemtap/dtrace support, like in glib:2 # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason