public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/
Date: Tue, 23 May 2017 06:05:38 +0000 (UTC)	[thread overview]
Message-ID: <1495519436.6034f0ad8b1c76bb7b125626440e37bf6e2861b3.mgorny@gentoo> (raw)

commit:     6034f0ad8b1c76bb7b125626440e37bf6e2861b3
Author:     Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Tue Jan 10 14:21:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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() {


             reply	other threads:[~2017-05-23  6:05 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23  6:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 17:36 [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/ Viorel Munteanu
2024-05-25 17:31 Arthur Zamarin
2024-05-20  8:42 Sam James
2024-05-20  8:42 Sam James
2024-05-20  8:19 Sam James
2024-05-20  8:18 Sam James
2024-05-20  8:18 Sam James
2024-05-20  8:18 Sam James
2023-08-27  5:59 Viorel Munteanu
2023-08-26 18:13 Sam James
2023-08-26 18:11 Sam James
2023-08-26 18:09 Sam James
2023-08-26 18:09 Sam James
2023-08-26 18:09 Sam James
2023-08-26 18:09 Sam James
2023-08-26 18:09 Sam James
2023-07-08  7:45 Viorel Munteanu
2023-03-07 11:53 Sam James
2023-03-07 11:39 Sam James
2023-03-04  5:47 Arthur Zamarin
2022-10-01  1:02 Sam James
2022-09-14 15:30 Jakov Smolić
2022-02-02 13:15 Craig Andrews
2021-09-18 19:16 Anthony G. Basile
2021-04-07  8:06 Michał Górny
2021-03-08 20:40 Matt Turner
2021-02-18 20:14 Sam James
2020-04-18 17:55 Craig Andrews
2020-03-19  9:41 Michał Górny
2019-03-23  9:11 Anthony G. Basile
2018-06-12 15:32 Mikle Kolyada
2018-03-26  6:54 Sergei Trofimovich
2017-07-11  4:45 Markus Meier
2017-06-30  8:16 Sergei Trofimovich
2017-06-26 20:18 Tobias Klausmann
2017-06-25 16:32 Agostino Sarubbo
2017-06-24  3:59 Devan Franchini
2017-06-24  3:59 Devan Franchini
2017-06-22 23:34 Devan Franchini
2017-06-22 23:34 Devan Franchini
2017-05-16 23:03 Manuel Rüger
2017-05-16 23:03 Manuel Rüger
2017-02-16  3:29 Devan Franchini
2016-10-09  7:47 Pacho Ramos
2015-11-01 15:14 Tobias Klausmann
2015-10-30 10:15 Agostino Sarubbo
2015-10-17 11:13 Markus Meier
2015-10-10 15:10 Mikle Kolyada
2015-10-02 11:05 Mikle Kolyada
2015-09-30  3:54 Jeroen Roovers
2015-09-30  3:50 Jeroen Roovers
2015-09-28 10:04 Mikle Kolyada
2015-09-28  9:31 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1495519436.6034f0ad8b1c76bb7b125626440e37bf6e2861b3.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox