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 BA44559CA9 for ; Sun, 27 Mar 2016 21:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C257121C05C; Sun, 27 Mar 2016 21:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDBDA21C05A for ; Sun, 27 Mar 2016 21:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0524340AB6 for ; Sun, 27 Mar 2016 21:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B8B86B for ; Sun, 27 Mar 2016 21:24:51 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1459036269.49c5a4f3e30f7dafd8d1845f21f1c969b72ed119.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-docs/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-user-docs/gnome-user-docs-3.20.0.ebuild gnome-extra/gnome-user-docs/metadata.xml X-VCS-Directories: gnome-extra/gnome-user-docs/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 49c5a4f3e30f7dafd8d1845f21f1c969b72ed119 X-VCS-Branch: master Date: Sun, 27 Mar 2016 21:24:51 +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: 09c62d0a-270b-4c29-b038-5058d3f00179 X-Archives-Hash: e6cd9c22e476251e9db04460c1d0ea97 commit: 49c5a4f3e30f7dafd8d1845f21f1c969b72ed119 Author: Ole Reifschneider gentoo org> AuthorDate: Sat Mar 26 23:47:29 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Sat Mar 26 23:51:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=49c5a4f3 gnome-extra/gnome-user-docs: Bump version to 3.20.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 .../gnome-user-docs/gnome-user-docs-3.20.0.ebuild | 43 ++++++++++++++++++++++ gnome-extra/gnome-user-docs/metadata.xml | 8 ++++ 2 files changed, 51 insertions(+) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.20.0.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.20.0.ebuild new file mode 100644 index 0000000..1d38289 --- /dev/null +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.20.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GNOME end user documentation" +HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs" + +LICENSE="CC-BY-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="" +DEPEND=" + test? ( dev-libs/libxml2 ) +" +# eautoreconf requires: +# app-text/yelp-tools +# rebuilding translations requires: +# app-text/yelp-tools +# dev-util/gettext + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_configure() { + # itstool is only needed for rebuilding translations + # xmllint is only needed for tests + gnome2_src_configure \ + $(usex test "" XMLLINT=$(type -P true)) \ + ITSTOOL=$(type -P true) +} + +src_compile() { + # Do not compile; "make all" with unset LINGUAS rebuilds all translations, + # which can take > 2 hours on a Core i7. + return +} diff --git a/gnome-extra/gnome-user-docs/metadata.xml b/gnome-extra/gnome-user-docs/metadata.xml new file mode 100644 index 0000000..3998080 --- /dev/null +++ b/gnome-extra/gnome-user-docs/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +