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 1RYOHt-000132-I1 for garchives@archives.gentoo.org; Wed, 07 Dec 2011 20:40:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A944C21C040; Wed, 7 Dec 2011 20:40:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 77AD921C040 for ; Wed, 7 Dec 2011 20:40:12 +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 BDA1D1B4012 for ; Wed, 7 Dec 2011 20:40:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 882192004B; Wed, 7 Dec 2011 20:40:09 +0000 (UTC) From: "Maxim Koltsov (maksbotan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maksbotan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/mypaint: mypaint-1.0.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mypaint-1.0.0-r1.ebuild ChangeLog X-VCS-Directories: media-gfx/mypaint X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Message-Id: <20111207204009.882192004B@flycatcher.gentoo.org> Date: Wed, 7 Dec 2011 20:40:09 +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: 98d72d4f-3386-4ea4-a1cb-87ae460f3518 X-Archives-Hash: 8d17efac3d734f6ff4f74c95ca44777c maksbotan 11/12/07 20:40:09 Modified: mypaint-1.0.0-r1.ebuild ChangeLog Log: Swap python_pkg_setup and python_set_active_version, thanks to Arfrever =20 (Portage version: 2.1.10.39/cvs/Linux x86_64) Revision Changes Path 1.3 media-gfx/mypaint/mypaint-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= mypaint-1.0.0-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= mypaint-1.0.0-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= mypaint-1.0.0-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: mypaint-1.0.0-r1.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/media-gfx/mypaint/mypaint-1.0.0-r1.ebui= ld,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mypaint-1.0.0-r1.ebuild 5 Dec 2011 10:14:04 -0000 1.2 +++ mypaint-1.0.0-r1.ebuild 7 Dec 2011 20:40:09 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.eb= uild,v 1.2 2011/12/05 10:14:04 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.eb= uild,v 1.3 2011/12/07 20:40:09 maksbotan Exp $ =20 EAPI=3D4 =20 @@ -26,8 +26,8 @@ dev-util/pkgconfig" =20 pkg_setup(){ - python_pkg_setup python_set_active_version 2 + python_pkg_setup } =20 src_prepare() { 1.14 media-gfx/mypaint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= ChangeLog?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= ChangeLog?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/= ChangeLog?r1=3D1.13&r2=3D1.14 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/media-gfx/mypaint/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 5 Dec 2011 10:14:04 -0000 1.13 +++ ChangeLog 7 Dec 2011 20:40:09 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/mypaint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.13 20= 11/12/05 10:14:04 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.14 20= 11/12/07 20:40:09 maksbotan Exp $ + + 07 Dec 2011; Maxim Koltsov mypaint-1.0.0-r1.ebu= ild: + Swap python_pkg_setup and python_set_active_version, thanks to Arfreve= r =20 05 Dec 2011; Maxim Koltsov mypaint-1.0.0-r1.ebu= ild: Add python_pkg_setup call