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 78166138CEF for ; Wed, 12 Feb 2014 20:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24794E0BAC; Wed, 12 Feb 2014 20:58:57 +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 21B2CE0BA6 for ; Wed, 12 Feb 2014 20:58:56 +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 E13AC33FA52 for ; Wed, 12 Feb 2014 20:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E75B5188DA for ; Wed, 12 Feb 2014 20:58:49 +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: <1392238684.84ecf0039551454bb373afeae5b140c2d7f2fe24.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.10.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: 84ecf0039551454bb373afeae5b140c2d7f2fe24 X-VCS-Branch: master Date: Wed, 12 Feb 2014 20:58:49 +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: 840eceea-88bb-4899-8261-980e3af79ea8 X-Archives-Hash: 5353c88347e928bf27d6f5ac6e56c147 commit: 84ecf0039551454bb373afeae5b140c2d7f2fe24 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 20:54:22 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 20:58:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=84ecf003 gnome-extra/gnome-color-manager: moved to gentoo-x86 + update live ebuild QA --- .../gnome-color-manager-3.10.1.ebuild | 73 ---------------------- .../gnome-color-manager-9999.ebuild | 9 ++- 2 files changed, 6 insertions(+), 76 deletions(-) diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild deleted file mode 100644 index 1941b6b..0000000 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.10.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Color profile manager for the GNOME desktop" -HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="clutter packagekit raw" - -# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331 -COMMON_DEPEND=" - >=dev-libs/glib-2.31.10:2 - gnome-base/gnome-desktop:3= - >=media-libs/lcms-2.2:2 - >=media-libs/libcanberra-0.10[gtk3] - media-libs/libexif - media-libs/tiff - - x11-libs/libX11 - x11-libs/libXrandr - >=x11-libs/gtk+-3.3.8:3 - >=x11-libs/vte-0.25.1:2.90 - >=x11-misc/colord-0.1.34 - >=x11-libs/colord-gtk-0.1.20 - - clutter? ( - >=media-libs/clutter-1.12:1.0 - media-libs/clutter-gtk:1.0 - media-libs/mash:0.2 ) - packagekit? ( app-admin/packagekit-base ) - raw? ( media-gfx/exiv2 ) -" -RDEPEND="${COMMON_DEPEND}" - -# docbook-sgml-{utils,dtd:4.1} needed to generate man pages -DEPEND="${COMMON_DEPEND} - app-text/docbook-sgml-dtd:4.1 - app-text/docbook-sgml-utils - dev-libs/libxslt - >=dev-util/intltool-0.35 - 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 \ - --disable-static \ - --enable-tests \ - $(use_enable clutter) \ - $(use_enable packagekit) \ - $(use_enable raw exiv) \ - ITSTOOL=$(type -P true) -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! has_version media-gfx/argyllcms ; then - elog "If you want to do display or scanner calibration, you will need to" - elog "install media-gfx/argyllcms" - fi -} 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 5dcb208..3dcd503 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,14 +65,17 @@ fi RESTRICT="test" src_configure() { + local myconf="" + [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)" + # Always enable tests since they are check_PROGRAMS anyway - [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" gnome2_src_configure \ --disable-static \ --enable-tests \ $(use_enable clutter) \ $(use_enable packagekit) \ - $(use_enable raw exiv) + $(use_enable raw exiv) \ + ${myconf} } pkg_postinst() {