From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrgAA-0001lD-UC for garchives@archives.gentoo.org; Tue, 22 Feb 2011 00:31:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5028A1C092; Tue, 22 Feb 2011 00:31:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 218DF1C092 for ; Tue, 22 Feb 2011 00:31:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5EC41B41B0 for ; Tue, 22 Feb 2011 00:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4D9CE8006D for ; Tue, 22 Feb 2011 00:31:12 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <56443f391dc063319fdf600b34ad25835d1212aa.nirbheek@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-2.91.90.ebuild X-VCS-Directories: gnome-extra/gnome-user-docs/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 56443f391dc063319fdf600b34ad25835d1212aa Date: Tue, 22 Feb 2011 00:31:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: af2d7dfaf7f87d64693ee49cd7384b74 commit: 56443f391dc063319fdf600b34ad25835d1212aa Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 22 00:30:58 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 22 00:30:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D56443f39 Add gnome-extra/gnome-user-docs-2.91.90 * Mallard-based gnome-help --- .../gnome-user-docs/gnome-user-docs-2.91.90.ebuild | 29 ++++++++++++++= ++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-2.91.90.ebuild b= /gnome-extra/gnome-user-docs/gnome-user-docs-2.91.90.ebuild new file mode 100644 index 0000000..bf7a53b --- /dev/null +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-2.91.90.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-use= r-docs-2.32.0.ebuild,v 1.2 2010/11/01 15:19:31 eva Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" + +inherit gnome2 + +DESCRIPTION=3D"GNOME end user documentation" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"FDL-1.1" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=3D"test" + +RDEPEND=3D"" +DEPEND=3D"app-text/scrollkeeper + >=3Dapp-text/gnome-doc-utils-0.5.6 + >=3Ddev-util/pkgconfig-0.9 + test? ( + ~app-text/docbook-xml-dtd-4.1.2 + ~app-text/docbook-xml-dtd-4.3 )" + +pkg_setup() { + G2CONF=3D"${G2CONF} --disable-scrollkeeper" + DOCS=3D"AUTHORS ChangeLog NEWS README" +}