From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 467CA1396DB for ; Thu, 16 Nov 2017 12:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 420F0E0DFF; Thu, 16 Nov 2017 12:33:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21A56E0DFF for ; Thu, 16 Nov 2017 12:33:48 +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 767FF33BEB4 for ; Thu, 16 Nov 2017 12:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3683F9CA6 for ; Thu, 16 Nov 2017 12:33:46 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1510835618.c6129a87a4f7589d97cca3280bc9c79e46037ca5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild dev-python/pypy-bin/pypy-bin-5.9.0-r2.ebuild X-VCS-Directories: dev-python/pypy-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6129a87a4f7589d97cca3280bc9c79e46037ca5 X-VCS-Branch: master Date: Thu, 16 Nov 2017 12:33:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 204390e2-f0d3-456f-be51-1c38645d59d8 X-Archives-Hash: 320e41a980e8b05f557097630ed2c8c8 commit: c6129a87a4f7589d97cca3280bc9c79e46037ca5 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 15 16:16:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 16 12:33:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6129a87 dev-python/pypy-bin: Fix mtimes between generated and source files Ensure to preserve file mtimes while copying them from the source tree to the installation image. This ensures that the generated files are newer than source files, and that PyPy does not attempt to rewrite them at runtime. .../pypy-bin/{pypy-bin-5.9.0-r1.ebuild => pypy-bin-5.9.0-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild b/dev-python/pypy-bin/pypy-bin-5.9.0-r2.ebuild similarity index 99% rename from dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild rename to dev-python/pypy-bin/pypy-bin-5.9.0-r2.ebuild index b33c85d2d30..8c3b3d419da 100644 --- a/dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild +++ b/dev-python/pypy-bin/pypy-bin-5.9.0-r2.ebuild @@ -171,6 +171,8 @@ src_install() { doexe pypy-c libpypy-c.so pax-mark m "${ED%/}${dest}/pypy-c" "${ED%/}${dest}/libpypy-c.so" insinto "${dest}" + # preserve mtimes to avoid obsoleting caches + insopts -p doins -r include lib_pypy lib-python dosym ../$(get_libdir)/pypy/pypy-c /usr/bin/pypy dodoc README.rst