Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Fri, 26 Nov 2021 09:36:51
Message-Id: 1637919404.144096f62d58d80b2ceccae80b9310c7bc577440.xgqt@gentoo
1 commit: 144096f62d58d80b2ceccae80b9310c7bc577440
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 09:36:01 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 09:36:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144096f6
7
8 net-misc/gallery-dl: use EPYTHON for extra files installation
9
10 Closes: https://bugs.gentoo.org/766372
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
13
14 net-misc/gallery-dl/gallery-dl-1.17.5.ebuild | 6 ++----
15 net-misc/gallery-dl/gallery-dl-1.18.1.ebuild | 6 ++----
16 net-misc/gallery-dl/gallery-dl-1.19.2.ebuild | 6 ++----
17 net-misc/gallery-dl/gallery-dl-9999.ebuild | 6 ++----
18 4 files changed, 8 insertions(+), 16 deletions(-)
19
20 diff --git a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
21 index 705fa73ec888..f202ee3c50b3 100644
22 --- a/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
23 +++ b/net-misc/gallery-dl/gallery-dl-1.17.5.ebuild
24 @@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
25
26 distutils_enable_tests setup.py
27
28 -src_compile() {
29 - emake data/completion/{,_}gallery-dl man
30 -
31 - distutils-r1_src_compile
32 +python_compile_all() {
33 + emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
34 }
35
36 pkg_postinst() {
37
38 diff --git a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
39 index 705fa73ec888..f202ee3c50b3 100644
40 --- a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
41 +++ b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
42 @@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
43
44 distutils_enable_tests setup.py
45
46 -src_compile() {
47 - emake data/completion/{,_}gallery-dl man
48 -
49 - distutils-r1_src_compile
50 +python_compile_all() {
51 + emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
52 }
53
54 pkg_postinst() {
55
56 diff --git a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
57 index d3b25012fb26..79c29ccc0450 100644
58 --- a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
59 +++ b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
60 @@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
61
62 distutils_enable_tests setup.py
63
64 -src_compile() {
65 - emake data/completion/{,_}gallery-dl man
66 -
67 - distutils-r1_src_compile
68 +python_compile_all() {
69 + emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
70 }
71
72 pkg_postinst() {
73
74 diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
75 index d3b25012fb26..79c29ccc0450 100644
76 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
77 +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
78 @@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
79
80 distutils_enable_tests setup.py
81
82 -src_compile() {
83 - emake data/completion/{,_}gallery-dl man
84 -
85 - distutils-r1_src_compile
86 +python_compile_all() {
87 + emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
88 }
89
90 pkg_postinst() {