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 7CC7B138A1A for ; Sun, 23 Nov 2014 23:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B26E09FE; Sun, 23 Nov 2014 23:24:02 +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 0E636E09F0 for ; Sun, 23 Nov 2014 23:24:01 +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 09EE3340563 for ; Sun, 23 Nov 2014 23:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A65DCAC52 for ; Sun, 23 Nov 2014 23:23:59 +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: <1416784511.5ef431653bfb063e0f39f11e49d2c3ac4bae49b5.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.14.1.ebuild gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.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: 5ef431653bfb063e0f39f11e49d2c3ac4bae49b5 X-VCS-Branch: master Date: Sun, 23 Nov 2014 23:23:59 +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: 965dd27c-0fe4-4f07-a466-d95d6a931c4e X-Archives-Hash: eae834995c49a1e6198225149ba4d2be commit: 5ef431653bfb063e0f39f11e49d2c3ac4bae49b5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 23 22:51:57 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 23 23:15:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5ef43165 gnome-extra/gnome-color-manager: 3.14.1 → 3.14.2 --- ...-color-manager-3.14.1.ebuild => gnome-color-manager-3.14.2.ebuild} | 4 +++- gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild similarity index 93% rename from gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild rename to gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild index 351c4c0..772d9a3 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.1.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.14.2.ebuild @@ -37,19 +37,21 @@ RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} app-text/docbook-sgml-dtd:4.1 app-text/docbook-sgml-utils + dev-libs/appstream-glib dev-libs/libxslt - dev-util/appdata-tools >=dev-util/intltool-0.35 virtual/pkgconfig " src_configure() { # Always enable tests since they are check_PROGRAMS anyway + # appstream does not want to be relax by default ! gnome2_src_configure \ --disable-static \ --enable-tests \ $(use_enable packagekit) \ $(use_enable raw exiv) \ + APPSTREAM_UTIL=$(type -P true) \ ITSTOOL=$(type -P true) } 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 c1bd7bc..f412a36 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-9999.ebuild @@ -44,8 +44,8 @@ RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} app-text/docbook-sgml-dtd:4.1 app-text/docbook-sgml-utils + dev-libs/appstream-glib dev-libs/libxslt - dev-util/appdata-tools >=dev-util/intltool-0.35 virtual/pkgconfig " @@ -60,11 +60,13 @@ src_configure() { [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)" # Always enable tests since they are check_PROGRAMS anyway + # appstream does not want to be relax by default ! gnome2_src_configure \ --disable-static \ --enable-tests \ $(use_enable packagekit) \ $(use_enable raw exiv) \ + APPSTREAM_UTIL=$(type -P true) \ ${myconf} }