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 387AE138C48 for ; Sun, 12 Apr 2015 20:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44958E0C86; Sun, 12 Apr 2015 20:19:42 +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 B24B0E0CD5 for ; Sun, 12 Apr 2015 20:19:41 +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 DC162340A33 for ; Sun, 12 Apr 2015 20:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 754C415C85 for ; Sun, 12 Apr 2015 20:19:37 +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: <1428869932.e50b7862e883a89fc22c1c1f36cf56cf3b004fd9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-software/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-software/gnome-software-3.14.2.ebuild gnome-extra/gnome-software/gnome-software-3.14.4.ebuild X-VCS-Directories: gnome-extra/gnome-software/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e50b7862e883a89fc22c1c1f36cf56cf3b004fd9 X-VCS-Branch: master Date: Sun, 12 Apr 2015 20:19:37 +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: 58834b8d-99ac-4f88-8f48-5e511de526d3 X-Archives-Hash: 0ed5619b103daebe291045b2a6f0cfb6 commit: e50b7862e883a89fc22c1c1f36cf56cf3b004fd9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 12 20:03:29 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 12 20:18:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e50b7862 gnome-extra/gnome-software: 3.14.2 → 3.14.4 * Add missing docbook dependency for man generation * dogtail unittests are broken to some extent, something are fixable but I have no idea about the rest, needs to be reported upstream. ...{gnome-software-3.14.2.ebuild => gnome-software-3.14.4.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-software/gnome-software-3.14.2.ebuild b/gnome-extra/gnome-software/gnome-software-3.14.4.ebuild similarity index 87% rename from gnome-extra/gnome-software/gnome-software-3.14.2.ebuild rename to gnome-extra/gnome-software/gnome-software-3.14.4.ebuild index 10bd841..a6198de 100644 --- a/gnome-extra/gnome-software/gnome-software-3.14.2.ebuild +++ b/gnome-extra/gnome-software/gnome-software-3.14.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://wiki.gnome.org/Apps/Software" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" -IUSE="" # test +IUSE="test" RDEPEND=" >=app-admin/packagekit-base-1 @@ -26,11 +26,14 @@ RDEPEND=" >=x11-libs/gtk+-3.14.1:3 " DEPEND="${DEPEND} + app-text/docbook-xml-dtd:4.2 dev-libs/libxslt >=dev-util/intltool-0.35 virtual/pkgconfig " -# test? ( dev-util/valgrind ) +# test? ( +# dev-python/dogtail +# dev-util/valgrind ) src_prepare() { # valgrind fails with SIGTRAP @@ -44,6 +47,7 @@ src_configure() { gnome2_src_configure \ --enable-man \ --disable-dogtail +# $(use_enable test dogtail) } src_test() {