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 38567139694 for ; Sun, 2 Jul 2017 17:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9751C234038; Sun, 2 Jul 2017 17:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A85F234038 for ; Sun, 2 Jul 2017 17:51:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 31C4E3416F8 for ; Sun, 2 Jul 2017 17:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E271747D for ; Sun, 2 Jul 2017 17:50:58 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1499017847.14e10e09679329fa48ef3e8c9fee6e2a685a2033.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/systemd-cron/systemd-cron-1.5.3.ebuild sys-process/systemd-cron/systemd-cron-1.5.4.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 14e10e09679329fa48ef3e8c9fee6e2a685a2033 X-VCS-Branch: master Date: Sun, 2 Jul 2017 17:50:58 +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-Archives-Salt: 3eead403-a470-4538-8776-c9ab46828f30 X-Archives-Hash: 1fe7c07ae6903dad45a3040993405e2c commit: 14e10e09679329fa48ef3e8c9fee6e2a685a2033 Author: Richard Freeman gentoo org> AuthorDate: Sun Jul 2 17:50:47 2017 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sun Jul 2 17:50:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e10e09 sys-process/systemd-cron: fix FEATURES=test support Bug: 623552 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-process/systemd-cron/systemd-cron-1.5.3.ebuild | 8 +++++--- sys-process/systemd-cron/systemd-cron-1.5.4.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild index 0d52d1c3d5c..ab453bf98c5 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd- LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cron-boot etc-crontab-systemd minutely setgid yearly" +IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly" RDEPEND=">=sys-apps/systemd-217 sys-apps/debianutils @@ -20,7 +20,8 @@ RDEPEND=">=sys-apps/systemd-217 ${PYTHON_DEPS} sys-process/cronbase" -DEPEND="sys-process/cronbase" +DEPEND="sys-process/cronbase + test? ( sys-apps/man-db dev-python/pyflakes )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -35,6 +36,7 @@ src_prepare() { sed -i \ -e 's!/crontab$!/crontab-systemd!' \ -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \ + -e 's/pyflakes3/pyflakes/' \ -- "${S}/Makefile.in" || die if use etc-crontab-systemd diff --git a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild index 3ac1e9729ac..59f59b8ab2a 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd- LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="cron-boot etc-crontab-systemd minutely setgid yearly" +IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly" RDEPEND=">=sys-apps/systemd-217 sys-apps/debianutils @@ -20,7 +20,8 @@ RDEPEND=">=sys-apps/systemd-217 ${PYTHON_DEPS} sys-process/cronbase" -DEPEND="sys-process/cronbase" +DEPEND="sys-process/cronbase + test? ( sys-apps/man-db dev-python/pyflakes )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -35,6 +36,7 @@ src_prepare() { sed -i \ -e 's!/crontab$!/crontab-systemd!' \ -e 's!/crontab\(\.[15]\)$!/crontab-systemd\1!' \ + -e 's/pyflakes3/pyflakes/' \ -- "${S}/Makefile.in" || die if use etc-crontab-systemd