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 1OjqXW-0006br-RU for garchives@archives.gentoo.org; Fri, 13 Aug 2010 09:27:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 653F6E0839; Fri, 13 Aug 2010 09:27:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3CD2FE0839 for ; Fri, 13 Aug 2010 09:27:01 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0CF41B4151 for ; Fri, 13 Aug 2010 09:27:00 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2230) id 92B092CE15; Fri, 13 Aug 2010 09:26:59 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/asciidoc: asciidoc-8.5.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: asciidoc-8.5.3.ebuild ChangeLog X-VCS-Directories: app-text/asciidoc X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20100813092659.92B092CE15@corvid.gentoo.org> Date: Fri, 13 Aug 2010 09:26:59 +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: e17de9dc-52d6-42ac-b807-e7bb3950bf90 X-Archives-Hash: 887b6a94956e0070c0dc6fc04cc53cc3 scarabeus 10/08/13 09:26:59 Modified: asciidoc-8.5.3.ebuild ChangeLog Log: Forgot to set active python version. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.2 app-text/asciidoc/asciidoc-8.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= asciidoc-8.5.3.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= asciidoc-8.5.3.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= asciidoc-8.5.3.ebuild?r1=3D1.1&r2=3D1.2 Index: asciidoc-8.5.3.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/app-text/asciidoc/asciidoc-8.5.3.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asciidoc-8.5.3.ebuild 13 Aug 2010 09:24:00 -0000 1.1 +++ asciidoc-8.5.3.ebuild 13 Aug 2010 09:26:59 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebui= ld,v 1.1 2010/08/13 09:24:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebui= ld,v 1.2 2010/08/13 09:26:59 scarabeus Exp $ =20 EAPI=3D"3" =20 @@ -25,6 +25,10 @@ " DEPEND=3D"" =20 +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { if ! use vim-syntax; then sed -i -e '/^install/s/install-vim//' Makefile.in 1.54 app-text/asciidoc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= ChangeLog?rev=3D1.54&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= ChangeLog?rev=3D1.54&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/= ChangeLog?r1=3D1.53&r2=3D1.54 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/app-text/asciidoc/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 13 Aug 2010 09:24:00 -0000 1.53 +++ ChangeLog 13 Aug 2010 09:26:59 -0000 1.54 @@ -1,6 +1,10 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.53 20= 10/08/13 09:24:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.54 20= 10/08/13 09:26:59 scarabeus Exp $ + + 13 Aug 2010; Tom=C3=A1=C5=A1 Chv=C3=A1tal + asciidoc-8.5.3.ebuild: + Forgot to set active python version. =20 *asciidoc-8.5.3 (13 Aug 2010) =20