commit:     144096f62d58d80b2ceccae80b9310c7bc577440
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 09:36:01 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 09:36:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144096f6

net-misc/gallery-dl: use EPYTHON for extra files installation

Closes: https://bugs.gentoo.org/766372
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.17.5.ebuild | 6 ++----
 net-misc/gallery-dl/gallery-dl-1.18.1.ebuild | 6 ++----
 net-misc/gallery-dl/gallery-dl-1.19.2.ebuild | 6 ++----
 net-misc/gallery-dl/gallery-dl-9999.ebuild   | 6 ++----
 4 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
index 705fa73ec888..f202ee3c50b3 100644
--- a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
@@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py
 
-src_compile() {
-       emake data/completion/{,_}gallery-dl man
-
-       distutils-r1_src_compile
+python_compile_all() {
+       emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
 }
 
 pkg_postinst() {

diff --git a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
index 705fa73ec888..f202ee3c50b3 100644
--- a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
@@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py
 
-src_compile() {
-       emake data/completion/{,_}gallery-dl man
-
-       distutils-r1_src_compile
+python_compile_all() {
+       emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
 }
 
 pkg_postinst() {

diff --git a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
index d3b25012fb26..79c29ccc0450 100644
--- a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
@@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py
 
-src_compile() {
-       emake data/completion/{,_}gallery-dl man
-
-       distutils-r1_src_compile
+python_compile_all() {
+       emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
 }
 
 pkg_postinst() {

diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild 
b/net-misc/gallery-dl/gallery-dl-9999.ebuild
index d3b25012fb26..79c29ccc0450 100644
--- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
@@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py
 
-src_compile() {
-       emake data/completion/{,_}gallery-dl man
-
-       distutils-r1_src_compile
+python_compile_all() {
+       emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
 }
 
 pkg_postinst() {

Reply via email to