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 564F0138334 for ; Tue, 7 May 2019 19:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C9CFE092C; Tue, 7 May 2019 19:00:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 329B3E092C for ; Tue, 7 May 2019 19:00:41 +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 59E98343B28 for ; Tue, 7 May 2019 19:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 239DE4F6 for ; Tue, 7 May 2019 19:00:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557255294.3eb55c77b381cbd6a70f262b84f69d000132f4d6.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.12.0.ebuild net-libs/grpc/grpc-1.12.1-r1.ebuild net-libs/grpc/grpc-1.13.0-r1.ebuild net-libs/grpc/grpc-1.13.1.ebuild net-libs/grpc/grpc-1.14.2.ebuild net-libs/grpc/grpc-1.15.0.ebuild net-libs/grpc/grpc-1.16.1.ebuild net-libs/grpc/grpc-1.17.1.ebuild net-libs/grpc/grpc-1.18.0.ebuild net-libs/grpc/grpc-1.19.0.ebuild net-libs/grpc/grpc-1.20.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3eb55c77b381cbd6a70f262b84f69d000132f4d6 X-VCS-Branch: master Date: Tue, 7 May 2019 19:00:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6510a014-c10b-41fa-b2ea-9017f64f4202 X-Archives-Hash: 97671a201d5c5220b4830a28aa835665 commit: 3eb55c77b381cbd6a70f262b84f69d000132f4d6 Author: Julius Putra Tanu Setiaji gmail com> AuthorDate: Mon May 6 14:18:46 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue May 7 18:54:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb55c77 net-libs/grpc: Fix files installed outside prefix Signed-off-by: Julius Putra Tanu Setiaji gmail.com> Closes: https://bugs.gentoo.org/685198 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11916 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/grpc/grpc-1.12.0.ebuild | 4 ++-- net-libs/grpc/grpc-1.12.1-r1.ebuild | 2 +- net-libs/grpc/grpc-1.13.0-r1.ebuild | 2 +- net-libs/grpc/grpc-1.13.1.ebuild | 2 +- net-libs/grpc/grpc-1.14.2.ebuild | 2 +- net-libs/grpc/grpc-1.15.0.ebuild | 2 +- net-libs/grpc/grpc-1.16.1.ebuild | 4 ++-- net-libs/grpc/grpc-1.17.1.ebuild | 4 ++-- net-libs/grpc/grpc-1.18.0.ebuild | 2 +- net-libs/grpc/grpc-1.19.0.ebuild | 2 +- net-libs/grpc/grpc-1.20.1.ebuild | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-libs/grpc/grpc-1.12.0.ebuild b/net-libs/grpc/grpc-1.12.0.ebuild index ddf193e17a0..89cc2c83087 100644 --- a/net-libs/grpc/grpc-1.12.0.ebuild +++ b/net-libs/grpc/grpc-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,7 +59,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=true \ install diff --git a/net-libs/grpc/grpc-1.12.1-r1.ebuild b/net-libs/grpc/grpc-1.12.1-r1.ebuild index 7f3ee9f18a8..51e73dd8c9c 100644 --- a/net-libs/grpc/grpc-1.12.1-r1.ebuild +++ b/net-libs/grpc/grpc-1.12.1-r1.ebuild @@ -134,7 +134,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=true \ install diff --git a/net-libs/grpc/grpc-1.13.0-r1.ebuild b/net-libs/grpc/grpc-1.13.0-r1.ebuild index 138531249bf..45bfa5343f4 100644 --- a/net-libs/grpc/grpc-1.13.0-r1.ebuild +++ b/net-libs/grpc/grpc-1.13.0-r1.ebuild @@ -138,7 +138,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.13.1.ebuild b/net-libs/grpc/grpc-1.13.1.ebuild index e4d1903e679..12364479d27 100644 --- a/net-libs/grpc/grpc-1.13.1.ebuild +++ b/net-libs/grpc/grpc-1.13.1.ebuild @@ -137,7 +137,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.14.2.ebuild b/net-libs/grpc/grpc-1.14.2.ebuild index b88634bc3de..f3f61968210 100644 --- a/net-libs/grpc/grpc-1.14.2.ebuild +++ b/net-libs/grpc/grpc-1.14.2.ebuild @@ -137,7 +137,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.15.0.ebuild b/net-libs/grpc/grpc-1.15.0.ebuild index 9a98d75031c..54b506a2c3a 100644 --- a/net-libs/grpc/grpc-1.15.0.ebuild +++ b/net-libs/grpc/grpc-1.15.0.ebuild @@ -137,7 +137,7 @@ python_compile_all() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.16.1.ebuild b/net-libs/grpc/grpc-1.16.1.ebuild index 4cfb0e21799..90158c5c0d3 100644 --- a/net-libs/grpc/grpc-1.16.1.ebuild +++ b/net-libs/grpc/grpc-1.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -69,7 +69,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.17.1.ebuild b/net-libs/grpc/grpc-1.17.1.ebuild index 30606061790..7c7b0acf040 100644 --- a/net-libs/grpc/grpc-1.17.1.ebuild +++ b/net-libs/grpc/grpc-1.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.18.0.ebuild b/net-libs/grpc/grpc-1.18.0.ebuild index 9334110878b..7c7b0acf040 100644 --- a/net-libs/grpc/grpc-1.18.0.ebuild +++ b/net-libs/grpc/grpc-1.18.0.ebuild @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.19.0.ebuild b/net-libs/grpc/grpc-1.19.0.ebuild index 980578d57ee..39508cff560 100644 --- a/net-libs/grpc/grpc-1.19.0.ebuild +++ b/net-libs/grpc/grpc-1.19.0.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1.ebuild index 34179c7a860..f963e1b5c22 100644 --- a/net-libs/grpc/grpc-1.20.1.ebuild +++ b/net-libs/grpc/grpc-1.20.1.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${D}"/usr \ + prefix="${ED%/}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install