From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9EB4813888F for ; Thu, 29 Oct 2015 13:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA6E7E0807; Thu, 29 Oct 2015 13:45:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76C70E0807 for ; Thu, 29 Oct 2015 13:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A10AD340B77 for ; Thu, 29 Oct 2015 13:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E82D31A01 for ; Thu, 29 Oct 2015 13:45:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446060874.9ea60035ef3983d59ea430a37490560ae9279f06.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/emscripten/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/emscripten/emscripten-1.34.11.ebuild dev-util/emscripten/emscripten-1.35.2.ebuild X-VCS-Directories: dev-util/emscripten/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9ea60035ef3983d59ea430a37490560ae9279f06 X-VCS-Branch: master Date: Thu, 29 Oct 2015 13:45:52 +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: 45beee74-f8f4-4d1e-9421-c6a2c79c50a7 X-Archives-Hash: 1811fdfda2f1e10824244dc9afac0223 commit: 9ea60035ef3983d59ea430a37490560ae9279f06 Author: Harald Weiner jku at> AuthorDate: Wed Oct 28 19:34:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 28 19:34:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ea60035 changed emscripten-1.34.11.ebuild and added emscripten-1.35.2.ebuild dev-util/emscripten/emscripten-1.34.11.ebuild | 2 +- .../emscripten/{emscripten-1.34.11.ebuild => emscripten-1.35.2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild b/dev-util/emscripten/emscripten-1.34.11.ebuild index 9488229..8176269 100644 --- a/dev-util/emscripten/emscripten-1.34.11.ebuild +++ b/dev-util/emscripten/emscripten-1.34.11.ebuild @@ -39,7 +39,7 @@ src_prepare() { src_test() { mkdir "${TEST}" || die "Could not create test directory!" cp "${FILESDIR}/hello_world.cpp" "${TEST}" || die "Could not copy example file" - cp "${FILESDIR}/emscripten.config" "${TEST}" || die "Could not copy config file" + cp "${S}/emscripten.config" "${TEST}" || die "Could not copy config file" sed -i -e "/^EMSCRIPTEN_ROOT/s|/usr/share/|${S}|" \ "${TEST}/emscripten.config" || die "Could not adjust path for testing" export EM_CONFIG="${TEST}/emscripten.config" || die "Could not export variable" diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild b/dev-util/emscripten/emscripten-1.35.2.ebuild similarity index 96% copy from dev-util/emscripten/emscripten-1.34.11.ebuild copy to dev-util/emscripten/emscripten-1.35.2.ebuild index 9488229..8176269 100644 --- a/dev-util/emscripten/emscripten-1.34.11.ebuild +++ b/dev-util/emscripten/emscripten-1.35.2.ebuild @@ -39,7 +39,7 @@ src_prepare() { src_test() { mkdir "${TEST}" || die "Could not create test directory!" cp "${FILESDIR}/hello_world.cpp" "${TEST}" || die "Could not copy example file" - cp "${FILESDIR}/emscripten.config" "${TEST}" || die "Could not copy config file" + cp "${S}/emscripten.config" "${TEST}" || die "Could not copy config file" sed -i -e "/^EMSCRIPTEN_ROOT/s|/usr/share/|${S}|" \ "${TEST}/emscripten.config" || die "Could not adjust path for testing" export EM_CONFIG="${TEST}/emscripten.config" || die "Could not export variable"