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 1QAUxH-0001vu-9d for garchives@archives.gentoo.org; Thu, 14 Apr 2011 22:24:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 358E41C00F; Thu, 14 Apr 2011 22:23:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 06F1C1C0E7 for ; Thu, 14 Apr 2011 22:23:55 +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 94BB81B4167 for ; Thu, 14 Apr 2011 22:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E3A058006D for ; Thu, 14 Apr 2011 22:23:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <12f389dea5b956df58aa426b9de5401934dda110.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gconf-editor/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gconf-editor/gconf-editor-3.0.0.ebuild X-VCS-Directories: gnome-extra/gconf-editor/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 12f389dea5b956df58aa426b9de5401934dda110 Date: Thu, 14 Apr 2011 22:23:54 +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: e1e6ab65bc1f02490f8e64ecbce747ce commit: 12f389dea5b956df58aa426b9de5401934dda110 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 14 22:23:32 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Apr 14 22:23:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D12f389de gnome-extra/gconf-editor: QAed, move configuration under pkg_setup --- gnome-extra/gconf-editor/gconf-editor-3.0.0.ebuild | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gnome-extra/gconf-editor/gconf-editor-3.0.0.ebuild b/gnome-e= xtra/gconf-editor/gconf-editor-3.0.0.ebuild index 0dce2df..9a99af2 100644 --- a/gnome-extra/gconf-editor/gconf-editor-3.0.0.ebuild +++ b/gnome-extra/gconf-editor/gconf-editor-3.0.0.ebuild @@ -25,7 +25,10 @@ DEPEND=3D"${RDEPEND} >=3Ddev-util/pkgconfig-0.19 ~app-text/docbook-xml-dtd-4.1.2" # gnome-common for eautoreconf -DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README" -G2CONF=3D"${G2CONF} - --disable-maintainer-mode - --disable-scrollkeeper" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README" + G2CONF=3D"${G2CONF} + --disable-maintainer-mode + --disable-scrollkeeper" +}