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 BD623138359 for ; Mon, 26 Oct 2020 13:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8CCE0894; Mon, 26 Oct 2020 13:22:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B349FE0894 for ; Mon, 26 Oct 2020 13:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 43679335CB7 for ; Mon, 26 Oct 2020 13:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CB93B2 for ; Mon, 26 Oct 2020 13:22:55 +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: <1603718558.4c662d2c0f785f9ceaeda2e4d17c1bb0e39ed43d.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.15.0.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: 4c662d2c0f785f9ceaeda2e4d17c1bb0e39ed43d X-VCS-Branch: dev Date: Mon, 26 Oct 2020 13:22:55 +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: b7d224f3-2a81-4da0-a149-8547be02b4d8 X-Archives-Hash: c176dc0b628fd115093f275a9f7936ab commit: 4c662d2c0f785f9ceaeda2e4d17c1bb0e39ed43d Author: Maciej Barć protonmail com> AuthorDate: Mon Oct 26 13:22:38 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Mon Oct 26 13:22:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c662d2c net-misc/gallery-dl: bring QA fixes from PR review Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> net-misc/gallery-dl/gallery-dl-1.15.0.ebuild | 15 ++++----------- net-misc/gallery-dl/gallery-dl-9999.ebuild | 15 ++++----------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild index cd69e03d..1fc6f3ea 100644 --- a/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{7,8}) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit eutils distutils-r1 optfeature +inherit distutils-r1 optfeature DESCRIPTION="Download image galleries and collections from several image hosting sites" HOMEPAGE="https://github.com/mikf/gallery-dl" @@ -14,33 +14,26 @@ HOMEPAGE="https://github.com/mikf/gallery-dl" if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mikf/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi +# tests require network access RESTRICT="test" LICENSE="GPL-2" SLOT="0" -IUSE="bash-completion zsh-completion" RDEPEND=" >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] " -# tests require network access distutils_enable_tests setup.py src_compile() { - if use bash-completion || use zsh-completion - then - emake completion - fi - + emake data/completion/gallery-dl + emake data/completion/_gallery-dl emake man - - # this will install shell completion and man pages generated above (if any) distutils-r1_src_compile } diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index cd69e03d..1fc6f3ea 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{7,8}) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit eutils distutils-r1 optfeature +inherit distutils-r1 optfeature DESCRIPTION="Download image galleries and collections from several image hosting sites" HOMEPAGE="https://github.com/mikf/gallery-dl" @@ -14,33 +14,26 @@ HOMEPAGE="https://github.com/mikf/gallery-dl" if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mikf/${PN}.git" - KEYWORDS="" else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi +# tests require network access RESTRICT="test" LICENSE="GPL-2" SLOT="0" -IUSE="bash-completion zsh-completion" RDEPEND=" >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] " -# tests require network access distutils_enable_tests setup.py src_compile() { - if use bash-completion || use zsh-completion - then - emake completion - fi - + emake data/completion/gallery-dl + emake data/completion/_gallery-dl emake man - - # this will install shell completion and man pages generated above (if any) distutils-r1_src_compile }