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 0C554138334 for ; Sun, 21 Jul 2019 17:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C06EE0848; Sun, 21 Jul 2019 17:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 00DFEE0848 for ; Sun, 21 Jul 2019 17:43:36 +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 9F1CF3483DF for ; Sun, 21 Jul 2019 17:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25B0261C for ; Sun, 21 Jul 2019 17:43:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563730488.29516c2f08b7ef19e5508f7a2fd9c6862bdb4aa4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acmebot/acmebot-2.3.0-r1.ebuild app-crypt/acmebot/acmebot-2.3.0.ebuild app-crypt/acmebot/acmebot-9999.ebuild X-VCS-Directories: app-crypt/acmebot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29516c2f08b7ef19e5508f7a2fd9c6862bdb4aa4 X-VCS-Branch: master Date: Sun, 21 Jul 2019 17:43:33 +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: f6dd746d-8a78-43ff-8b96-fb811fc3d34e X-Archives-Hash: 3d17d664103c7bcdeff11fe33bbc6c54 commit: 29516c2f08b7ef19e5508f7a2fd9c6862bdb4aa4 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 21 17:32:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 21 17:34:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29516c2f app-crypt/acmebot: Fix python-r1 usage Signed-off-by: Michał Górny gentoo.org> app-crypt/acmebot/{acmebot-2.3.0.ebuild => acmebot-2.3.0-r1.ebuild} | 5 ++--- app-crypt/acmebot/acmebot-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app-crypt/acmebot/acmebot-2.3.0.ebuild b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild similarity index 93% rename from app-crypt/acmebot/acmebot-2.3.0.ebuild rename to app-crypt/acmebot/acmebot-2.3.0-r1.ebuild index 80bd249ecd7..a179ed4c74a 100644 --- a/app-crypt/acmebot/acmebot-2.3.0.ebuild +++ b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild @@ -20,7 +20,7 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -CDEPEND=" +CDEPEND="${PYTHON_DEPS} >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}] >=dev-python/packaging-16.8[${PYTHON_USEDEP}] @@ -34,8 +34,7 @@ RDEPEND="${CDEPEND}" DEPEND="" src_install() { - dobin acmebot - python_replicate_script "${ED}"/usr/bin/acmebot + python_foreach_impl python_doscript acmebot insinto /etc/logrotate.d doins logrotate.d/acmebot insinto /etc/acmebot diff --git a/app-crypt/acmebot/acmebot-9999.ebuild b/app-crypt/acmebot/acmebot-9999.ebuild index 80bd249ecd7..a179ed4c74a 100644 --- a/app-crypt/acmebot/acmebot-9999.ebuild +++ b/app-crypt/acmebot/acmebot-9999.ebuild @@ -20,7 +20,7 @@ SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -CDEPEND=" +CDEPEND="${PYTHON_DEPS} >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}] >=dev-python/packaging-16.8[${PYTHON_USEDEP}] @@ -34,8 +34,7 @@ RDEPEND="${CDEPEND}" DEPEND="" src_install() { - dobin acmebot - python_replicate_script "${ED}"/usr/bin/acmebot + python_foreach_impl python_doscript acmebot insinto /etc/logrotate.d doins logrotate.d/acmebot insinto /etc/acmebot