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 66A401393E9 for ; Tue, 22 Apr 2014 21:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0168BE08E0; Tue, 22 Apr 2014 21:04:56 +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 75130E08E0 for ; Tue, 22 Apr 2014 21:04:55 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4918C33F7C0 for ; Tue, 22 Apr 2014 21:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0AA9118743 for ; Tue, 22 Apr 2014 21:04:53 +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: <1398200665.27307332eccd9fb8964f920ac4cef2409e59d68d.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild X-VCS-Directories: gnome-extra/gnome-color-manager/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 27307332eccd9fb8964f920ac4cef2409e59d68d X-VCS-Branch: master Date: Tue, 22 Apr 2014 21:04:53 +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: 44608b54-f7e3-485d-b415-857eca36148a X-Archives-Hash: c01d0643fa38ae1b46fdf7871415a87d commit: 27307332eccd9fb8964f920ac4cef2409e59d68d Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 22 21:04:25 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Apr 22 21:04:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=27307332 gnome-extra/gnome-color-manager: 3.12.0 → 3.12.1 Test suite does not look like it needs live filesystem anymore so enable it. --- ...r-manager-3.12.0.ebuild => gnome-color-manager-3.12.1.ebuild} | 9 +++++---- gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild similarity index 94% rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild index bbc90e8..15c46d9 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.0.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.12.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 virtualx DESCRIPTION="Color profile manager for the GNOME desktop" HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" @@ -42,9 +42,6 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig " -# FIXME: run test-suite with files on live file-system -RESTRICT="test" - src_configure() { # Always enable tests since they are check_PROGRAMS anyway gnome2_src_configure \ @@ -55,6 +52,10 @@ src_configure() { ITSTOOL=$(type -P true) } +src_test() { + Xemake check +} + pkg_postinst() { gnome2_pkg_postinst diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild index 5e04ef0..695b6d5 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 virtualx if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi @@ -54,9 +54,6 @@ if [[ ${PV} = 9999 ]]; then app-text/yelp-tools" fi -# FIXME: run test-suite with files on live file-system -RESTRICT="test" - src_configure() { local myconf="" [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)" @@ -70,6 +67,10 @@ src_configure() { ${myconf} } +src_test() { + Xemake check +} + pkg_postinst() { gnome2_pkg_postinst