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 1ROwfi-0006x0-4J for garchives@archives.gentoo.org; Fri, 11 Nov 2011 19:21:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E59E21C0FC; Fri, 11 Nov 2011 19:21:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF44F21C0FC for ; Fri, 11 Nov 2011 19:21:45 +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 CFC871B4003 for ; Fri, 11 Nov 2011 19:21:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id A57382004B; Fri, 11 Nov 2011 19:21:43 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.8.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dulwich-0.8.1.ebuild ChangeLog X-VCS-Directories: dev-python/dulwich X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20111111192143.A57382004B@flycatcher.gentoo.org> Date: Fri, 11 Nov 2011 19:21:43 +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: ed0de7ba-c69a-45e3-b810-f1caf4e4f110 X-Archives-Hash: d3b375599773cad51c6684f767478649 hwoarang 11/11/11 19:21:43 Modified: dulwich-0.8.1.ebuild ChangeLog Log: Don't inherit unused eclass. Fix dependencies. Simplify distutils_src_t= est_pre_hook(). Patch by Arfrever. =20 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64) Revision Changes Path 1.3 dev-python/dulwich/dulwich-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /dulwich-0.8.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /dulwich-0.8.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /dulwich-0.8.1.ebuild?r1=3D1.2&r2=3D1.3 Index: dulwich-0.8.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/dev-python/dulwich/dulwich-0.8.1.ebuild= ,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dulwich-0.8.1.ebuild 10 Nov 2011 10:37:36 -0000 1.2 +++ dulwich-0.8.1.ebuild 11 Nov 2011 19:21:43 -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/dev-python/dulwich/dulwich-0.8.1.ebui= ld,v 1.2 2011/11/10 10:37:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebui= ld,v 1.3 2011/11/11 19:21:43 hwoarang Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" @@ -8,7 +8,7 @@ RESTRICT_PYTHON_ABIS=3D"3.* *-jython" DISTUTILS_SRC_TEST=3D"nosetests" =20 -inherit distutils eutils +inherit distutils =20 DESCRIPTION=3D"Dulwich is a pure-Python implementation of the Git file f= ormats and protocols." HOMEPAGE=3D"http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pyp= i/dulwich" @@ -20,7 +20,7 @@ IUSE=3D"" =20 DEPEND=3D"dev-python/setuptools - test? ( || ( dev-lang/python:2.7 dev-python/unittest2 dev-python/testto= ols ) )" + test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )" RDEPEND=3D"" =20 src_prepare() { @@ -31,7 +31,7 @@ distutils_src_test_pre_hook() { local module for module in _diff_tree _objects _pack; do - ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "d= ulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with = $(python_get_implementation) $(python_get_version)" + ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "d= ulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with = $(python_get_implementation_and_version)" done } =20 1.40 dev-python/dulwich/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /ChangeLog?rev=3D1.40&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /ChangeLog?rev=3D1.40&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich= /ChangeLog?r1=3D1.39&r2=3D1.40 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/dulwich/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 10 Nov 2011 10:37:36 -0000 1.39 +++ ChangeLog 11 Nov 2011 19:21:43 -0000 1.40 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.39 2= 011/11/10 10:37:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.40 2= 011/11/11 19:21:43 hwoarang Exp $ + + 11 Nov 2011; Markos Chandras dulwich-0.8.1.ebuil= d: + Don't inherit unused eclass. Fix dependencies. Simplify + distutils_src_test_pre_hook(). Patch by Arfrever. =20 10 Nov 2011; Fabian Groffen dulwich-0.8.1.ebuild: Marked ~x86-linux