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 602101382C5 for ; Tue, 1 Jun 2021 09:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A68D6E07FA; Tue, 1 Jun 2021 09:29:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 90EC6E07FA for ; Tue, 1 Jun 2021 09:29:29 +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 9329D340E76 for ; Tue, 1 Jun 2021 09:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF936720 for ; Tue, 1 Jun 2021 09:29:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1622539713.3ec2cf7ae7be92113e85e23ccd680ea8b7d06817.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/filebus/Manifest app-misc/filebus/filebus-0.0.2.ebuild app-misc/filebus/filebus-0.0.3.ebuild X-VCS-Directories: app-misc/filebus/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3ec2cf7ae7be92113e85e23ccd680ea8b7d06817 X-VCS-Branch: master Date: Tue, 1 Jun 2021 09:29:26 +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: 95db6c57-2788-40c5-9771-a35516baefb8 X-Archives-Hash: bea489004c6ff69b1affe4bf7d9265f3 commit: 3ec2cf7ae7be92113e85e23ccd680ea8b7d06817 Author: Zac Medico gentoo org> AuthorDate: Tue Jun 1 09:26:55 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jun 1 09:28:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec2cf7a app-misc/filebus: Bump to version 0.0.3 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> app-misc/filebus/Manifest | 2 +- app-misc/filebus/{filebus-0.0.2.ebuild => filebus-0.0.3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest index ca53869ebcb..5475c50c568 100644 --- a/app-misc/filebus/Manifest +++ b/app-misc/filebus/Manifest @@ -1 +1 @@ -DIST filebus-0.0.2.tar.gz 6415 BLAKE2B a6de288dfd3e3ea8f6c068c800eea9cb30c3fc3b4d0ac8b960a3ebfb0354bcb2b68507e2460772a4a2928b86f975d979e6928d826b2fdfbd35555f3790e64908 SHA512 5277a446953766d17c789e0556cc6050e18159807ff1490200d85c4c395d5904993ffe4631bb6bb6b6bf2e74ba823f416a3c145a972908466c1fb8cb3a782bdf +DIST filebus-0.0.3.tar.gz 6428 BLAKE2B 16f172c8da15458c47ed9651b65eee7bfcb4161c70ff1d9e917c0eb816cfaf964e4306f9e95b2c269b7da63b0c78237f326c501b0bcd1c03c0b3adb6b1742743 SHA512 150ee6ba272cfa1fee22a73b2bedf892265409cba0d182dc0ef300911b4548c6dde0e795b250e3f024c464e96ec2debc3796896106fc944279f52d76f973a3d4 diff --git a/app-misc/filebus/filebus-0.0.2.ebuild b/app-misc/filebus/filebus-0.0.3.ebuild similarity index 96% rename from app-misc/filebus/filebus-0.0.2.ebuild rename to app-misc/filebus/filebus-0.0.3.ebuild index cb0b7dda999..828f61eeb15 100644 --- a/app-misc/filebus/filebus-0.0.2.ebuild +++ b/app-misc/filebus/filebus-0.0.3.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" KEYWORDS="~amd64" SLOT="0" IUSE="+inotify test" -RESTRICT="test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )"