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 1SWDqj-0002EE-EJ for garchives@archives.gentoo.org; Sun, 20 May 2012 21:39:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF44DE05F2; Sun, 20 May 2012 21:39:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6678EE05F2 for ; Sun, 20 May 2012 21:39:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9166A1B400C for ; Sun, 20 May 2012 21:39:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id 461A12004B; Sun, 20 May 2012 21:39:27 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp: yelp-3.4.2.ebuild ChangeLog yelp-3.4.1.ebuild yelp-3.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: yelp-3.4.2.ebuild ChangeLog yelp-3.4.1.ebuild yelp-3.2.1.ebuild X-VCS-Directories: gnome-extra/yelp X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Message-Id: <20120520213927.461A12004B@flycatcher.gentoo.org> Date: Sun, 20 May 2012 21:39:27 +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: 1be12e91-c427-4529-b815-8d6a26733b17 X-Archives-Hash: 3964dbe8b96b10dc83678606ed0620da tetromino 12/05/20 21:39:27 Modified: yelp-3.4.2.ebuild ChangeLog yelp-3.4.1.ebuild yelp-3.2.1.ebuild Log: Work around autotools.eclass eautopoint change (bug #416789, thanks to = Markus Oehme and Rafa=C5=82 Mu=C5=BCy=C5=82o). =20 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64) Revision Changes Path 1.2 gnome-extra/yelp/yelp-3.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.2.ebuild?r1=3D1.1&r2=3D1.2 Index: yelp-3.4.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yelp-3.4.2.ebuild 20 May 2012 00:09:11 -0000 1.1 +++ yelp-3.4.2.ebuild 20 May 2012 21:39:27 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.2.ebuild,v = 1.1 2012/05/20 00:09:11 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.2.ebuild,v = 1.2 2012/05/20 21:39:27 tetromino Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"yes" @@ -56,6 +56,7 @@ epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch" =20 eautoreconf + intltoolize --automake --copy --force || die "intltoolize failed" =20 gnome2_src_prepare } 1.284 gnome-extra/yelp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/C= hangeLog?rev=3D1.284&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/C= hangeLog?rev=3D1.284&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/C= hangeLog?r1=3D1.283&r2=3D1.284 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v retrieving revision 1.283 retrieving revision 1.284 diff -u -r1.283 -r1.284 --- ChangeLog 20 May 2012 00:09:11 -0000 1.283 +++ ChangeLog 20 May 2012 21:39:27 -0000 1.284 @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/yelp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.283 20= 12/05/20 00:09:11 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.284 20= 12/05/20 21:39:27 tetromino Exp $ + + 20 May 2012; Alexandre Rostovtsev yelp-3.2.1.eb= uild, + yelp-3.4.1.ebuild, yelp-3.4.2.ebuild: + Work around autotools.eclass eautopoint change (bug #416789, thanks to= Markus + Oehme and Rafa=C5=82 Mu=C5=BCy=C5=82o). =20 *yelp-3.4.2 (20 May 2012) =20 1.2 gnome-extra/yelp/yelp-3.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.4.1.ebuild?r1=3D1.1&r2=3D1.2 Index: yelp-3.4.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yelp-3.4.1.ebuild 6 May 2012 08:19:52 -0000 1.1 +++ yelp-3.4.1.ebuild 20 May 2012 21:39:27 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.1.ebuild,v = 1.1 2012/05/06 08:19:52 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.4.1.ebuild,v = 1.2 2012/05/20 21:39:27 tetromino Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"yes" @@ -56,6 +56,7 @@ epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch" =20 eautoreconf + intltoolize --automake --copy --force || die "intltoolize failed" =20 gnome2_src_prepare } 1.4 gnome-extra/yelp/yelp-3.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.2.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.2.1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/y= elp-3.2.1.ebuild?r1=3D1.3&r2=3D1.4 Index: yelp-3.2.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yelp-3.2.1.ebuild 5 May 2012 06:25:20 -0000 1.3 +++ yelp-3.2.1.ebuild 20 May 2012 21:39:27 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.2.1.ebuild,v = 1.3 2012/05/05 06:25:20 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.2.1.ebuild,v = 1.4 2012/05/20 21:39:27 tetromino Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"yes" @@ -55,6 +55,7 @@ epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch" =20 eautoreconf + intltoolize --automake --copy --force || die "intltoolize failed" =20 gnome2_src_prepare }