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 788D513835A for ; Tue, 8 Sep 2020 13:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886F6E081B; Tue, 8 Sep 2020 13:27:34 +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 72BE6E081B for ; Tue, 8 Sep 2020 13:27:34 +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 F3F0733FAD1 for ; Tue, 8 Sep 2020 13:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEA330F for ; Tue, 8 Sep 2020 13:27:31 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1599571605.1b7512e9356f5e7cbe340743a3b259fdf5a55c2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/vidify/Manifest media-video/vidify/vidify-2.2.5.ebuild media-video/vidify/vidify-2.2.6.ebuild X-VCS-Directories: media-video/vidify/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1b7512e9356f5e7cbe340743a3b259fdf5a55c2d X-VCS-Branch: dev Date: Tue, 8 Sep 2020 13:27:31 +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: 019c54b1-e35c-425a-8bf9-46bff210a25b X-Archives-Hash: 6f156df4988a430a68ec44d86be7d797 commit: 1b7512e9356f5e7cbe340743a3b259fdf5a55c2d Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Sep 8 13:26:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 8 13:26:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b7512e9 media-video/vidify: version bump 2.2.6 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify/Manifest | 2 +- media-video/vidify/{vidify-2.2.5.ebuild => vidify-2.2.6.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/vidify/Manifest b/media-video/vidify/Manifest index 7ac79eaf..c352a45f 100644 --- a/media-video/vidify/Manifest +++ b/media-video/vidify/Manifest @@ -1 +1 @@ -DIST vidify-2.2.5.tar.gz 2906471 BLAKE2B f66de21762697182e63317cd78feb7b70d0e10fb0186c8f4a8caff355772a8d0cded6f7126ba2e0d9c020c3858549e38e4024464db8c8b563887660ab47bc196 SHA512 c5d2a0011b65e4bd5487bfe2c24cd24c4e383c242dafbd76888635a1779ac9b23b01225dac65f09ea2c08eb15162243b30cd50da669057f08d26d8ebeb23121c +DIST vidify-2.2.6.tar.gz 2906511 BLAKE2B 3df48ca57e102f664852e2fc2abeb3d19427673e1fec5144a8c0afda112a0f3b281b18db43b4326244266d6e9dfbcb2443319ddad3f864098a61bd1e3c966307 SHA512 15487ee9dcbe647b2b287bd2eb3c09962b557320313a9a3885fb3c0d6af945909531111d5297c1a5fb5b451af5df6fd968b3953bbf79af113980ed368a5674b5 diff --git a/media-video/vidify/vidify-2.2.5.ebuild b/media-video/vidify/vidify-2.2.6.ebuild similarity index 96% rename from media-video/vidify/vidify-2.2.5.ebuild rename to media-video/vidify/vidify-2.2.6.ebuild index 8ca22c84..58e0fc70 100644 --- a/media-video/vidify/vidify-2.2.5.ebuild +++ b/media-video/vidify/vidify-2.2.6.ebuild @@ -43,8 +43,7 @@ python_prepare_all() { # this needs dbus and a player running rm tests/api/test_mpris.py || die - # fails to parse config for some reason - # likely because of the removal of the above tests + # can't parse non-existent config rm tests/test_api_and_player_data.py || die # do not hard depend on this 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 9BDA1138359 for ; Tue, 8 Sep 2020 13:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B79E083E; Tue, 8 Sep 2020 13:27:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BFF9AE083E for ; Tue, 8 Sep 2020 13:27:40 +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 5C7C4340DBC for ; Tue, 8 Sep 2020 13:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF8430F for ; Tue, 8 Sep 2020 13:27:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1599571605.1b7512e9356f5e7cbe340743a3b259fdf5a55c2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/vidify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/vidify/Manifest media-video/vidify/vidify-2.2.5.ebuild media-video/vidify/vidify-2.2.6.ebuild X-VCS-Directories: media-video/vidify/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1b7512e9356f5e7cbe340743a3b259fdf5a55c2d X-VCS-Branch: master Date: Tue, 8 Sep 2020 13:27:37 +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: 900bb72e-88af-4aa1-8ed3-70dbde5f6664 X-Archives-Hash: 48495fd7971b24c4e592f98a62b295db Message-ID: <20200908132737.mevi4X0We-SwbccVJ9J6jjeaNoxmdEwJWmr6hFNanEE@z> commit: 1b7512e9356f5e7cbe340743a3b259fdf5a55c2d Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Sep 8 13:26:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 8 13:26:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b7512e9 media-video/vidify: version bump 2.2.6 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify/Manifest | 2 +- media-video/vidify/{vidify-2.2.5.ebuild => vidify-2.2.6.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/vidify/Manifest b/media-video/vidify/Manifest index 7ac79eaf..c352a45f 100644 --- a/media-video/vidify/Manifest +++ b/media-video/vidify/Manifest @@ -1 +1 @@ -DIST vidify-2.2.5.tar.gz 2906471 BLAKE2B f66de21762697182e63317cd78feb7b70d0e10fb0186c8f4a8caff355772a8d0cded6f7126ba2e0d9c020c3858549e38e4024464db8c8b563887660ab47bc196 SHA512 c5d2a0011b65e4bd5487bfe2c24cd24c4e383c242dafbd76888635a1779ac9b23b01225dac65f09ea2c08eb15162243b30cd50da669057f08d26d8ebeb23121c +DIST vidify-2.2.6.tar.gz 2906511 BLAKE2B 3df48ca57e102f664852e2fc2abeb3d19427673e1fec5144a8c0afda112a0f3b281b18db43b4326244266d6e9dfbcb2443319ddad3f864098a61bd1e3c966307 SHA512 15487ee9dcbe647b2b287bd2eb3c09962b557320313a9a3885fb3c0d6af945909531111d5297c1a5fb5b451af5df6fd968b3953bbf79af113980ed368a5674b5 diff --git a/media-video/vidify/vidify-2.2.5.ebuild b/media-video/vidify/vidify-2.2.6.ebuild similarity index 96% rename from media-video/vidify/vidify-2.2.5.ebuild rename to media-video/vidify/vidify-2.2.6.ebuild index 8ca22c84..58e0fc70 100644 --- a/media-video/vidify/vidify-2.2.5.ebuild +++ b/media-video/vidify/vidify-2.2.6.ebuild @@ -43,8 +43,7 @@ python_prepare_all() { # this needs dbus and a player running rm tests/api/test_mpris.py || die - # fails to parse config for some reason - # likely because of the removal of the above tests + # can't parse non-existent config rm tests/test_api_and_player_data.py || die # do not hard depend on this