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 D0CC0139694 for ; Tue, 23 May 2017 06:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A90EBE0DD1; Tue, 23 May 2017 06:05:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7409EE0DD1 for ; Tue, 23 May 2017 06:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B6585341735 for ; Tue, 23 May 2017 06:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4217459 for ; Tue, 23 May 2017 06:05:38 +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: <1495519436.6034f0ad8b1c76bb7b125626440e37bf6e2861b3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/webapp-config/webapp-config-1.52-r1.ebuild app-admin/webapp-config/webapp-config-1.53-r2.ebuild app-admin/webapp-config/webapp-config-1.54-r1.ebuild app-admin/webapp-config/webapp-config-1.54-r2.ebuild X-VCS-Directories: app-admin/webapp-config/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6034f0ad8b1c76bb7b125626440e37bf6e2861b3 X-VCS-Branch: master Date: Tue, 23 May 2017 06:05: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-Archives-Salt: 6caa5b8c-df65-476e-9c82-0ee312c23705 X-Archives-Hash: fcf2a695958eee7a7e36dfcadb4280f2 commit: 6034f0ad8b1c76bb7b125626440e37bf6e2861b3 Author: Martin Mokrejš gmail com> AuthorDate: Tue Jan 10 14:21:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 23 06:03:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6034f0ad app-admin/webapp-config: respect EPREFIX during src_install Closes: https://github.com/gentoo/gentoo/pull/3415 app-admin/webapp-config/webapp-config-1.52-r1.ebuild | 4 ++-- app-admin/webapp-config/webapp-config-1.53-r2.ebuild | 4 ++-- app-admin/webapp-config/webapp-config-1.54-r1.ebuild | 2 +- app-admin/webapp-config/webapp-config-1.54-r2.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild index 2cca142219d..e8c416dd5e3 100644 --- a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -35,7 +35,7 @@ python_install() { # distutils does not provide for specifying two different script install # locations. Since we only install one script here the following should # be ok - distutils-r1_python_install --install-scripts="/usr/sbin" + distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" } python_install_all() { diff --git a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild index 795e702cd8f..e7084845cb4 100644 --- a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -38,7 +38,7 @@ python_install() { # distutils does not provide for specifying two different script install # locations. Since we only install one script here the following should # be ok - distutils-r1_python_install --install-scripts="/usr/sbin" + distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" } python_install_all() { diff --git a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild index f33bfb49fc5..2141c27bac3 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild @@ -34,7 +34,7 @@ python_install() { # distutils does not provide for specifying two different script install # locations. Since we only install one script here the following should # be ok - distutils-r1_python_install --install-scripts="/usr/sbin" + distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" } python_install_all() { diff --git a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild index 9936cfe55d7..d364cbb4511 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild @@ -35,7 +35,7 @@ python_install() { # distutils does not provide for specifying two different script install # locations. Since we only install one script here the following should # be ok - distutils-r1_python_install --install-scripts="/usr/sbin" + distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" } python_install_all() {