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 1Q8z1Z-0000bj-PW for garchives@archives.gentoo.org; Sun, 10 Apr 2011 18:06:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 394E81C0D9; Sun, 10 Apr 2011 18:04:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B8ED1C0D9 for ; Sun, 10 Apr 2011 18:04:50 +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 D1AA91B40A6 for ; Sun, 10 Apr 2011 18:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3E7278006D for ; Sun, 10 Apr 2011 18:04:50 +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: <5f9a85e2f8e8833bdfdb37933e5c1719a1f576ac.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/yelp/yelp-3.0.0.ebuild X-VCS-Directories: gnome-extra/yelp/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5f9a85e2f8e8833bdfdb37933e5c1719a1f576ac Date: Sun, 10 Apr 2011 18:04:50 +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: d31baecaf37022c5fcc869a10038c077 commit: 5f9a85e2f8e8833bdfdb37933e5c1719a1f576ac Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 10 11:17:04 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 10 18:03:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5f9a85e2 gnome-extra/yelp: QAed * Sync with gentoo-x86 * Move G2CONF and DOCS to pkg_setup --- gnome-extra/yelp/yelp-3.0.0.ebuild | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/gnome-extra/yelp/yelp-3.0.0.ebuild b/gnome-extra/yelp/yelp-3= .0.0.ebuild index 91d0fc1..11a9992 100644 --- a/gnome-extra/yelp/yelp-3.0.0.ebuild +++ b/gnome-extra/yelp/yelp-3.0.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.30.1-r1.ebuil= d,v 1.1 2010/06/13 20:04:06 pacho Exp $ =20 -EAPI=3D"2" +EAPI=3D"3" +GCONF_DEBUG=3D"yes" GNOME2_LA_PUNT=3D"yes" =20 inherit gnome2 @@ -12,13 +13,13 @@ HOMEPAGE=3D"http://www.gnome.org/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd6= 4-linux ~x86-linux" +KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd6= 4-linux ~x86-linux ~x86-solaris" IUSE=3D"doc" =20 RDEPEND=3D" >=3Dx11-libs/gtk+-2.91.8:3 - >=3Ddev-libs/glib-2.25.11 - >=3Ddev-libs/libxml2-2.6.5 + >=3Ddev-libs/glib-2.25.11:2 + >=3Ddev-libs/libxml2-2.6.5:2 >=3Ddev-libs/libxslt-1.1.4 >=3Ddev-libs/dbus-glib-0.71 >=3Dgnome-extra/yelp-xsl-${PV} @@ -34,8 +35,10 @@ DEPEND=3D"${RDEPEND} # If eautoreconf: # gnome-base/gnome-common =20 -DOCS=3D"AUTHORS ChangeLog NEWS README TODO" -G2CONF=3D"${G2CONF} - --disable-schemas-compile - --enable-bz2 - --enable-lzma" +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + G2CONF=3D"${G2CONF} + --disable-schemas-compile + --enable-bz2 + --enable-lzma" +}