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 EB34F1381F3 for ; Thu, 22 Nov 2012 22:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F07FE0539; Thu, 22 Nov 2012 22:49:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26CBFE0539 for ; Thu, 22 Nov 2012 22:49:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37E4733D919 for ; Thu, 22 Nov 2012 22:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A876DE5449 for ; Thu, 22 Nov 2012 22:49:32 +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: <1353624555.65409e84f765ca5e5663edf2e0fcb9606ff56548.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.6.2.ebuild X-VCS-Directories: dev-util/gnome-devel-docs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 65409e84f765ca5e5663edf2e0fcb9606ff56548 X-VCS-Branch: master Date: Thu, 22 Nov 2012 22:49:32 +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: 3ec6d437-138e-4cd6-a3f5-0907830b79dd X-Archives-Hash: e0ebaf3a04dfc30c9b386c0009224cd4 commit: 65409e84f765ca5e5663edf2e0fcb9606ff56548 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Nov 22 22:49:15 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Nov 22 22:49:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=65409e84 dev-util/gnome-devel-docs: 3.4.1 → 3.6.2 --- .../gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild | 30 ++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild new file mode 100644 index 0000000..f2f6085 --- /dev/null +++ b/dev-util/gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/05/14 06:05:32 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Documentation for developing for the GNOME desktop environment" +HOMEPAGE="http://developer.gnome.org/" + +LICENSE="FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2 + app-text/docbook-xml-dtd:4.2 + dev-libs/libxslt + sys-devel/gettext + virtual/pkgconfig" + +G2CONF="${G2CONF} --disable-scrollkeeper" +DOCS="AUTHORS ChangeLog NEWS README" +# This ebuild does not install any binaries +# FIXME: Docs don't validate +RESTRICT="test binchecks strip"