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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D6FC158086 for ; Fri, 26 Nov 2021 09:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B336BE0824; Fri, 26 Nov 2021 09:36:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AFADE0824 for ; Fri, 26 Nov 2021 09:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 658E0342F0D for ; Fri, 26 Nov 2021 09:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAF6E1BA for ; Fri, 26 Nov 2021 09:36:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1637919404.144096f62d58d80b2ceccae80b9310c7bc577440.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.17.5.ebuild net-misc/gallery-dl/gallery-dl-1.18.1.ebuild net-misc/gallery-dl/gallery-dl-1.19.2.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 144096f62d58d80b2ceccae80b9310c7bc577440 X-VCS-Branch: master Date: Fri, 26 Nov 2021 09:36:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2456672c-b239-4517-82c0-211094ceceb3 X-Archives-Hash: c746ae61a05b99ca0e06f6dc3af22d9e commit: 144096f62d58d80b2ceccae80b9310c7bc577440 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 09:36:01 2021 +0000 Commit: Maciej Barć gentoo 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ć 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() {