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 0F7AC1387FD for ; Mon, 7 Apr 2014 22:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7CA0E0C95; Mon, 7 Apr 2014 22:19:29 +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 5B9AAE0C95 for ; Mon, 7 Apr 2014 22:19:29 +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 8622E33FF6A for ; Mon, 7 Apr 2014 22:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 19A6618874 for ; Mon, 7 Apr 2014 22:19:26 +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: <1396909076.e7da44b15070e587ed6085eae2382a9939f27fe8.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.12.0.ebuild X-VCS-Directories: dev-util/gnome-devel-docs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e7da44b15070e587ed6085eae2382a9939f27fe8 X-VCS-Branch: master Date: Mon, 7 Apr 2014 22:19:26 +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: f75d89fa-7e12-4191-a4dc-99639e81e0f1 X-Archives-Hash: 3d9903ad878d3458f71129318a143f07 commit: e7da44b15070e587ed6085eae2382a9939f27fe8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Apr 7 21:59:42 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Apr 7 22:17:56 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e7da44b1 dev-util/gnome-devel-docs: 3.10.3 → 3.12.0 --- .../gnome-devel-docs-3.12.0.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.12.0.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.12.0.ebuild new file mode 100644 index 0000000..4a42502 --- /dev/null +++ b/dev-util/gnome-devel-docs/gnome-devel-docs-3.12.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.10.3.ebuild,v 1.5 2014/03/09 11:56:25 pacho Exp $ + +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" +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() { + gnome2_src_configure ITSTOOL=$(type -P true) +}