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 1QaN3A-0003xc-BT for garchives@archives.gentoo.org; Sat, 25 Jun 2011 07:13:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81191C01E; Sat, 25 Jun 2011 07:12:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A422B1C01E for ; Sat, 25 Jun 2011 07:12:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC9531B4017 for ; Sat, 25 Jun 2011 07:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F34098003C for ; Sat, 25 Jun 2011 07:12:53 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <487f59fb9cd97649a0e07cbe4c3d81c8d9a527fc.tetromino@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.3.ebuild gnome-extra/yelp/yelp-3.0.4.ebuild X-VCS-Directories: gnome-extra/yelp/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 487f59fb9cd97649a0e07cbe4c3d81c8d9a527fc Date: Sat, 25 Jun 2011 07:12:53 +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: 6dcaf2ec5fc38f84d848a72002909a51 commit: 487f59fb9cd97649a0e07cbe4c3d81c8d9a527fc Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Jun 25 07:07:38 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Jun 25 07:07:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D487f59fb gnome-extra/yelp: 3.0.3 =E2=86=92 3.0.4 Version bump with fixes for crashes. EAPI=3D4 for .xz tarballs. Add gnome-common to DEPEND for eautoreconf; eautoreconf does not need a manual "|| die". --- .../yelp/{yelp-3.0.3.ebuild =3D> yelp-3.0.4.ebuild} | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gnome-extra/yelp/yelp-3.0.3.ebuild b/gnome-extra/yelp/yelp-3= .0.4.ebuild similarity index 96% rename from gnome-extra/yelp/yelp-3.0.3.ebuild rename to gnome-extra/yelp/yelp-3.0.4.ebuild index ffe7dfc..e223a13 100644 --- a/gnome-extra/yelp/yelp-3.0.3.ebuild +++ b/gnome-extra/yelp/yelp-3.0.4.ebuild @@ -2,7 +2,7 @@ # 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"3" +EAPI=3D"4" GCONF_DEBUG=3D"yes" GNOME2_LA_PUNT=3D"yes" =20 @@ -31,6 +31,7 @@ DEPEND=3D"${RDEPEND} >=3Dsys-devel/gettext-0.17 >=3Ddev-util/intltool-0.41.0 >=3Ddev-util/pkgconfig-0.9 + gnome-base/gnome-common doc? ( >=3Ddev-util/gtk-doc-1.13 )" # If eautoreconf: # gnome-base/gnome-common @@ -45,10 +46,10 @@ pkg_setup() { } =20 src_prepare() { - gnome2_src_prepare - # Fix compatibility with Gentoo's sys-apps/man # https://bugzilla.gnome.org/show_bug.cgi?id=3D648854 epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch" - eautoreconf || die + eautoreconf + + gnome2_src_prepare }