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 E3691138CBF for ; Sun, 3 May 2015 18:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583E1E0837; Sun, 3 May 2015 18:12:07 +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 CF547E0835 for ; Sun, 3 May 2015 18:12:06 +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 02358340D6D for ; Sun, 3 May 2015 18:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88DA9D0 for ; Sun, 3 May 2015 18:12:00 +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: <1430676695.9b20eb415de2807b0bfcb61bb4babe0400928149.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/gnome-devel-docs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild X-VCS-Directories: dev-util/gnome-devel-docs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9b20eb415de2807b0bfcb61bb4babe0400928149 X-VCS-Branch: master Date: Sun, 3 May 2015 18:12:00 +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: 145ba7d2-d313-436f-bb68-042ec51282df X-Archives-Hash: e56580dc4ff59620e9b41d798f9757c1 commit: 9b20eb415de2807b0bfcb61bb4babe0400928149 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 3 18:08:16 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 3 18:11:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9b20eb41 dev-util/gnome-devel-docs: 3.14.4 → 3.16.1 .../gnome-devel-docs-3.16.1.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild new file mode 100644 index 0000000..e710ef6 --- /dev/null +++ b/dev-util/gnome-devel-docs/gnome-devel-docs-3.16.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Documentation for developing for the GNOME desktop environment" +HOMEPAGE="http://developer.gnome.org/" + +LICENSE="FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="" +DEPEND=" + app-text/docbook-xml-dtd:4.1.2 + app-text/docbook-xml-dtd:4.2 + dev-libs/libxslt + sys-devel/gettext + virtual/pkgconfig +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_configure() { + # Wants to build demo samples + gnome2_src_configure ITSTOOL=$(type -P true) ac_cv_path_CC="" +}