commit: 3eb55c77b381cbd6a70f262b84f69d000132f4d6 Author: Julius Putra Tanu Setiaji <indocomsoft <AT> gmail <DOT> com> AuthorDate: Mon May 6 14:18:46 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <indocomsoft <AT> 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 <gyakovlev <AT> 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
