From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-946081-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 080C3139695 for <garchives@archives.gentoo.org>; Tue, 25 Apr 2017 21:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E136021C08C; Tue, 25 Apr 2017 21:49:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 947B621C08B for <gentoo-commits@lists.gentoo.org>; Tue, 25 Apr 2017 21:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F8B341659 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Apr 2017 21:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D80CA7449 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Apr 2017 21:49:33 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1493156959.7523d3ebbbdec0ea5bccedce6185a5454e01a39e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/, dev-python/pypy3/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/files/2.5.0-shared-lib.patch dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/files/ dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7523d3ebbbdec0ea5bccedce6185a5454e01a39e X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a11599a7-5acb-49ab-bbe8-6ac65fb42144 X-Archives-Hash: 59c2fd85063cc0496a14c794c703c928 commit: 7523d3ebbbdec0ea5bccedce6185a5454e01a39e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 25 15:58:49 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 25 21:49:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7523d3eb dev-python/pypy3: Bump 9999 to EAPI 6 dev-python/pypy3/files/2.5.0-shared-lib.patch | 4 ++-- dev-python/pypy3/pypy3-9999.ebuild | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/pypy3/files/2.5.0-shared-lib.patch b/dev-python/pypy3/files/2.5.0-shared-lib.patch index ddd74730f3d..b5c877bd58b 100644 --- a/dev-python/pypy3/files/2.5.0-shared-lib.patch +++ b/dev-python/pypy3/files/2.5.0-shared-lib.patch @@ -1,6 +1,6 @@ diff -ur pypy-2.5.0-src.orig/rpython/translator/platform/posix.py pypy-2.5.0-src/rpython/translator/platform/posix.py ---- rpython/translator/platform/posix.py 2015-02-03 05:12:49.000000000 +0800 -+++ rpython/translator/platform/posix.py 2015-03-22 07:36:01.420116684 +0800 +--- a/rpython/translator/platform/posix.py 2015-02-03 05:12:49.000000000 +0800 ++++ b/rpython/translator/platform/posix.py 2015-03-22 07:36:01.420116684 +0800 @@ -183,7 +183,7 @@ 'int main(int argc, char* argv[]) ' '{ return $(PYPY_MAIN_FUNCTION)(argc, argv); }" > $@') diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index de0ab069fb8..f22d4d75d87 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 # pypy3 needs to be built using python 2 PYTHON_COMPAT=( python2_7 pypy ) EHG_PROJECT="pypy" EHG_REPO_URI="https://bitbucket.org/pypy/pypy" EHG_REVISION="py3k" -inherit check-reqs eutils mercurial multilib multiprocessing pax-utils \ +inherit check-reqs mercurial multiprocessing pax-utils \ python-any-r1 toolchain-funcs versionator DESCRIPTION="A fast, compliant alternative implementation of the Python (3.3) language" @@ -83,9 +83,9 @@ src_unpack() { } src_prepare() { - epatch "${FILESDIR}/4.0.0-gentoo-path.patch" \ - "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" \ - "${FILESDIR}"/2.5.0-shared-lib.patch # 517002 + eapply "${FILESDIR}/4.0.0-gentoo-path.patch" + eapply "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" + eapply "${FILESDIR}"/2.5.0-shared-lib.patch # 517002 sed -e "s^@EPREFIX@^${EPREFIX}^" \ -e "s^@libdir@^$(get_libdir)^" \ @@ -93,10 +93,10 @@ src_prepare() { # apply CPython stdlib patches pushd lib-python/3 > /dev/null || die - epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch + eapply "${FILESDIR}"/5.7.1_all_distutils_cxx.patch popd > /dev/null || die - epatch_user + eapply_user } src_configure() {