From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JOKLM-0007O0-PC for garchives@archives.gentoo.org; Sun, 10 Feb 2008 22:08:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCFD0E03F6; Sun, 10 Feb 2008 22:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 75BA1E03F6 for ; Sun, 10 Feb 2008 22:08:11 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C70CD64DC8 for ; Sun, 10 Feb 2008 22:08:10 +0000 (UTC) Received: from eva by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JOKLJ-0007ob-Mv for gentoo-commits@lists.gentoo.org; Sun, 10 Feb 2008 22:08:09 +0000 From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnome-python-extras-2.19.1-r1.ebuild ChangeLog X-VCS-Directories: dev-python/gnome-python-extras X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Message-Id: Sender: Gilles Dartiguelongue Date: Sun, 10 Feb 2008 22:08:09 +0000 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: a6814d8b-af5c-4916-892e-a2dcc7f90cf4 X-Archives-Hash: bf50c5c8de06edca9eb5142783492a71 eva 08/02/10 22:08:09 Modified: gnome-python-extras-2.19.1-r1.ebuild ChangeLog Log: * fix python eclass use, bug #207667 (Portage version: 2.1.4.1) Revision Changes Path 1.4 dev-python/gnome-python-extras/gnome-python-extras-2= .19.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=3D1.4&content-type=3D= text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: gnome-python-extras-2.19.1-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/dev-python/gnome-python-extras/gnome-py= thon-extras-2.19.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-python-extras-2.19.1-r1.ebuild 14 Oct 2007 00:22:27 -0000 1.3 +++ gnome-python-extras-2.19.1-r1.ebuild 10 Feb 2008 22:08:09 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-= python-extras-2.19.1-r1.ebuild,v 1.3 2007/10/14 00:22:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-= python-extras-2.19.1-r1.ebuild,v 1.4 2008/02/10 22:08:09 eva Exp $ =20 inherit eutils gnome2 python virtualx autotools =20 @@ -45,11 +45,15 @@ # change mozilla to seamonkey sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac =20 + # disable pyc compiling + mv py-compile py-compile.orig + ln -s $(type -P true) py-compile + eautoreconf } =20 src_test() { - Xmake check || die "tests failed" + Xemake check || die "tests failed" } =20 src_install() { @@ -63,7 +67,7 @@ =20 pkg_postinst() { python_version - python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packa= ges/gtk-2.0" + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk= -2.0 } =20 pkg_postrm() { 1.65 dev-python/gnome-python-extras/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/ChangeLog?rev=3D1.65&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/ChangeLog?rev=3D1.65&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-p= ython-extras/ChangeLog?r1=3D1.64&r2=3D1.65 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/dev-python/gnome-python-extras/ChangeLo= g,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 14 Oct 2007 00:22:27 -0000 1.64 +++ ChangeLog 10 Feb 2008 22:08:09 -0000 1.65 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/Change= Log,v 1.64 2007/10/14 00:22:27 eva Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/Change= Log,v 1.65 2008/02/10 22:08:09 eva Exp $ + + 10 Feb 2008; Gilles Dartiguelongue + gnome-python-extras-2.19.1-r1.ebuild: + fix python eclass use, bug #207667 =20 14 Oct 2007; Gilles Dartiguelongue gnome-python-extras-2.14.2-r1.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list