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 1S6NxQ-0001jh-TL for garchives@archives.gentoo.org; Sat, 10 Mar 2012 15:11:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87508E0872; Sat, 10 Mar 2012 15:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 43078E0872 for ; Sat, 10 Mar 2012 15:11:32 +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 7FDE81B401B for ; Sat, 10 Mar 2012 15:11:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 5A91A2004B; Sat, 10 Mar 2012 15:11:30 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pysvn: pysvn-1.7.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pysvn-1.7.6.ebuild ChangeLog X-VCS-Directories: dev-python/pysvn X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20120310151130.5A91A2004B@flycatcher.gentoo.org> Date: Sat, 10 Mar 2012 15:11:30 +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: 0db999ef-a622-4f8b-9d33-3cb8bbc9bdc3 X-Archives-Hash: ff1067861c4f1d0f8a8b0771afc577ff jlec 12/03/10 15:11:30 Modified: pysvn-1.7.6.ebuild ChangeLog Log: Moved to EAPI=3D4 and imported changes from progress overlay including = FLAGS respect patch, typo fix backport from upstream, fix test # 389241 &= 387777, thanks Arfrever for the work =20 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) Revision Changes Path 1.3 dev-python/pysvn/pysvn-1.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/p= ysvn-1.7.6.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/p= ysvn-1.7.6.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/p= ysvn-1.7.6.ebuild?r1=3D1.2&r2=3D1.3 Index: pysvn-1.7.6.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/pysvn/pysvn-1.7.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pysvn-1.7.6.ebuild 10 Mar 2012 13:08:55 -0000 1.2 +++ pysvn-1.7.6.ebuild 10 Mar 2012 15:11:30 -0000 1.3 @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.6.ebuild,v= 1.2 2012/03/10 13:08:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.6.ebuild,v= 1.3 2012/03/10 15:11:30 jlec Exp $ =20 -EAPI=3D"3" +EAPI=3D4 PYTHON_DEPEND=3D"*" SUPPORT_PYTHON_ABIS=3D"1" RESTRICT_PYTHON_ABIS=3D"*-jython 2.7-pypy-*" =20 -inherit python toolchain-funcs +inherit eutils python toolchain-funcs =20 DESCRIPTION=3D"Object-oriented python bindings for subversion" HOMEPAGE=3D"http://pysvn.tigris.org/" @@ -27,6 +27,11 @@ # Don't use internal copy of dev-python/pycxx. rm -fr Import =20 + epatch "${FILESDIR}/${P}-respect_flags.patch" + + # http://pysvn.tigris.org/source/browse/pysvn?view=3Drev&revision=3D146= 9 + sed -e "s/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_16/PYSVN_HAS_SVN_CL= IENT_CTX_T__CONFLICT_FUNC_1_6/" -i Source/pysvn_svnenv.hpp + # Fix harmless SyntaxErrors with Python 3. sed -e "/^DISTDIR=3D/d" -i Source/pysvn_common.mak =20 @@ -48,15 +53,7 @@ --pycxx-src-dir=3D"${EPREFIX}/usr/share/python$(python_get_version)/C= XX" \ --apr-inc-dir=3D"${EPREFIX}/usr/include/apr-1" \ --apu-inc-dir=3D"${EPREFIX}/usr/include/apr-1" \ - --svn-root-dir=3D"${EPREFIX}/usr" || return 1 - - sed \ - -e 's:^\(CCFLAGS=3D\)\(.*\):\1$(CFLAGS) \2:g' \ - -e 's:^\(CCCFLAGS=3D\)\(.*\):\1$(CXXFLAGS) \2:g' \ - -e "/^CCC=3D/s:g++:$(tc-getCXX):" \ - -e "/^CC=3D/s:gcc:$(tc-getCC):" \ - -e "/^LDSHARED=3D/s:g++:$(tc-getCXX) ${LDFLAGS}:" \ - -i Makefile || die "sed failed" + --svn-root-dir=3D"${EPREFIX}/usr" } python_execute_function -s configuration } @@ -64,16 +61,15 @@ src_compile() { building() { cd Source - emake + emake CC=3D"$(tc-getCC)" CXX=3D"$(tc-getCXX)" } python_execute_function -s building } =20 src_test() { testing() { - cd Source - emake test || return 1 - emake -C ../Tests || return 1 + cd Tests + LC_ALL=3D"en_US.UTF-8" emake } python_execute_function -s testing } @@ -82,19 +78,19 @@ installation() { cd Source/pysvn exeinto "$(python_get_sitedir)/pysvn" - doexe _pysvn*$(get_modname) || die "doexe failed" + doexe _pysvn*$(get_modname) insinto "$(python_get_sitedir)/pysvn" - doins __init__.py || die "doins failed" + doins __init__.py } python_execute_function -s installation =20 if use doc; then - dohtml -r Docs/ || die "dohtml failed" + dohtml -r Docs/ fi =20 if use examples; then docinto examples - dodoc Examples/Client/* || die "dodoc examples failed" + dodoc Examples/Client/* fi } =20 1.25 dev-python/pysvn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/C= hangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/C= hangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/C= hangeLog?r1=3D1.24&r2=3D1.25 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/pysvn/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 10 Mar 2012 13:08:55 -0000 1.24 +++ ChangeLog 10 Mar 2012 15:11:30 -0000 1.25 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pysvn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.24 201= 2/03/10 13:08:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.25 201= 2/03/10 15:11:30 jlec Exp $ + + 10 Mar 2012; Justin Lecher pysvn-1.7.6.ebuild, + +files/pysvn-1.7.6-respect_flags.patch: + Moved to EAPI=3D4 and imported changes from progress overlay including= FLAGS + respect patch, typo fix backport from upstream, fix test # 389241 & 38= 7777, + thanks Arfrever for the work =20 10 Mar 2012; Justin Lecher pysvn-1.7.5.ebuild, pysvn-1.7.6.ebuild: