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 <gentoo-commits+bounces-334986-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q8z1e-0000d8-H0
	for garchives@archives.gentoo.org; Sun, 10 Apr 2011 18:06:18 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7B70F1C0DA;
	Sun, 10 Apr 2011 18:04:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 49FCD1C0D5
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:51 +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 14EC91B4097
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 75B6480072
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:50 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <318014110a908fed8bcd40e4dd7ddbcb2dd9b05f.eva@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.0.0.ebuild
X-VCS-Directories: gnome-extra/gnome-user-docs/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 318014110a908fed8bcd40e4dd7ddbcb2dd9b05f
Date: Sun, 10 Apr 2011 18:04:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 224d658cfb1868124f70aea86eff4cbd

commit:     318014110a908fed8bcd40e4dd7ddbcb2dd9b05f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:33:45 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:03:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D31801411

gnome-extra/gnome-user-docs: QAed, sync with gento-x86

---
 .../gnome-user-docs/gnome-user-docs-3.0.0.ebuild   |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.0.ebuild b/g=
nome-extra/gnome-user-docs/gnome-user-docs-3.0.0.ebuild
index f0e068a..8173ddc 100644
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.0.ebuild
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: $
=20
 EAPI=3D"3"
 GCONF_DEBUG=3D"no"
@@ -24,5 +24,7 @@ DEPEND=3D"app-text/scrollkeeper
 		~app-text/docbook-xml-dtd-4.1.2
 		~app-text/docbook-xml-dtd-4.3 )"
=20
-G2CONF=3D"${G2CONF} --disable-scrollkeeper"
-DOCS=3D"AUTHORS ChangeLog NEWS README"
+pkg_setup() {
+	G2CONF=3D"${G2CONF} --disable-scrollkeeper"
+	DOCS=3D"AUTHORS ChangeLog NEWS README"
+}