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 20902138350 for ; Tue, 21 Apr 2020 17:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93F4AE0AA7; Tue, 21 Apr 2020 17:11:50 +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 707FBE0AA7 for ; Tue, 21 Apr 2020 17:11:50 +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 14E2934F0BF for ; Tue, 21 Apr 2020 17:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9834E1E8 for ; Tue, 21 Apr 2020 17:11:47 +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: <1587488142.fe5732e35fc23a27d3d0f4d736cb93a122bf44d5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/updates/, net-misc/lyricwikia/files/, net-misc/lyricwikia/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/lyricwikia/Manifest dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch dev-python/lyricwikia/lyricwikia-0.1.11.ebuild dev-python/lyricwikia/metadata.xml media-video/vidify/vidify-2.2.4.ebuild net-misc/lyricwikia/Manifest net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch net-misc/lyricwikia/lyricwikia-0.1.11.ebuild net-misc/lyricwikia/metadata.xml profiles/updates/1Q-2020 X-VCS-Directories: media-video/vidify/ dev-python/lyricwikia/ dev-python/lyricwikia/files/ profiles/updates/ net-misc/lyricwikia/files/ net-misc/lyricwikia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fe5732e35fc23a27d3d0f4d736cb93a122bf44d5 X-VCS-Branch: master Date: Tue, 21 Apr 2020 17:11:47 +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: 995753ff-b3e9-4bc6-8ff2-cc63abc81f1e X-Archives-Hash: 5afc120813a436234c43571bfd4068e4 commit: fe5732e35fc23a27d3d0f4d736cb93a122bf44d5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 21 16:55:42 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 21 16:55:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe5732e3 dev-python/lyricwikia: move to net-misc catagory it is more appropriate since it is not realy a library, and youtube-dl is in this catagory as well Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify/vidify-2.2.4.ebuild | 2 +- {dev-python => net-misc}/lyricwikia/Manifest | 0 .../lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch | 0 {dev-python => net-misc}/lyricwikia/lyricwikia-0.1.11.ebuild | 0 {dev-python => net-misc}/lyricwikia/metadata.xml | 0 profiles/updates/1Q-2020 | 1 + 6 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/vidify/vidify-2.2.4.ebuild b/media-video/vidify/vidify-2.2.4.ebuild index 7e8bf24..b86c66f 100644 --- a/media-video/vidify/vidify-2.2.4.ebuild +++ b/media-video/vidify/vidify-2.2.4.ebuild @@ -23,8 +23,8 @@ REQUIRED_USE="|| ( vlc mpv zeroconf )" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/lyricwikia[${PYTHON_USEDEP}] dev-python/QtPy[gui,webengine,${PYTHON_USEDEP}] + net-misc/lyricwikia[${PYTHON_USEDEP}] net-misc/youtube-dl[${PYTHON_USEDEP}] dbus? ( dev-python/pydbus[${PYTHON_USEDEP}] ) !dbus? ( dev-python/tekore[${PYTHON_USEDEP}] ) diff --git a/dev-python/lyricwikia/Manifest b/net-misc/lyricwikia/Manifest similarity index 100% rename from dev-python/lyricwikia/Manifest rename to net-misc/lyricwikia/Manifest diff --git a/dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch b/net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch similarity index 100% rename from dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch rename to net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild similarity index 100% rename from dev-python/lyricwikia/lyricwikia-0.1.11.ebuild rename to net-misc/lyricwikia/lyricwikia-0.1.11.ebuild diff --git a/dev-python/lyricwikia/metadata.xml b/net-misc/lyricwikia/metadata.xml similarity index 100% rename from dev-python/lyricwikia/metadata.xml rename to net-misc/lyricwikia/metadata.xml diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020 new file mode 100644 index 0000000..fac7b7a --- /dev/null +++ b/profiles/updates/1Q-2020 @@ -0,0 +1 @@ +move dev-python/lyricwikia net-misc/lyricwikia 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 B3874138350 for ; Tue, 21 Apr 2020 16:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84199E09B5; Tue, 21 Apr 2020 16:57:23 +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 57285E09B5 for ; Tue, 21 Apr 2020 16:57:23 +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 D365534F0A5 for ; Tue, 21 Apr 2020 16:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF76F104 for ; Tue, 21 Apr 2020 16:57:17 +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: <1587488142.fe5732e35fc23a27d3d0f4d736cb93a122bf44d5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyricwikia/files/, net-misc/lyricwikia/, profiles/updates/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/lyricwikia/Manifest dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch dev-python/lyricwikia/lyricwikia-0.1.11.ebuild dev-python/lyricwikia/metadata.xml media-video/vidify/vidify-2.2.4.ebuild net-misc/lyricwikia/Manifest net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch net-misc/lyricwikia/lyricwikia-0.1.11.ebuild net-misc/lyricwikia/metadata.xml profiles/updates/1Q-2020 X-VCS-Directories: net-misc/lyricwikia/files/ dev-python/lyricwikia/files/ profiles/updates/ net-misc/lyricwikia/ media-video/vidify/ dev-python/lyricwikia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fe5732e35fc23a27d3d0f4d736cb93a122bf44d5 X-VCS-Branch: dev Date: Tue, 21 Apr 2020 16:57:17 +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: bac152d7-a372-41b4-bc27-860b8721aec1 X-Archives-Hash: 0b73442b2f763bfdc818bc4f3642a9dd Message-ID: <20200421165717.3iMSgk3zbTCdZDJcWnwBzRyYIjxgFsdow1seUF-AooA@z> commit: fe5732e35fc23a27d3d0f4d736cb93a122bf44d5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 21 16:55:42 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 21 16:55:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe5732e3 dev-python/lyricwikia: move to net-misc catagory it is more appropriate since it is not realy a library, and youtube-dl is in this catagory as well Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/vidify/vidify-2.2.4.ebuild | 2 +- {dev-python => net-misc}/lyricwikia/Manifest | 0 .../lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch | 0 {dev-python => net-misc}/lyricwikia/lyricwikia-0.1.11.ebuild | 0 {dev-python => net-misc}/lyricwikia/metadata.xml | 0 profiles/updates/1Q-2020 | 1 + 6 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/vidify/vidify-2.2.4.ebuild b/media-video/vidify/vidify-2.2.4.ebuild index 7e8bf24..b86c66f 100644 --- a/media-video/vidify/vidify-2.2.4.ebuild +++ b/media-video/vidify/vidify-2.2.4.ebuild @@ -23,8 +23,8 @@ REQUIRED_USE="|| ( vlc mpv zeroconf )" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/lyricwikia[${PYTHON_USEDEP}] dev-python/QtPy[gui,webengine,${PYTHON_USEDEP}] + net-misc/lyricwikia[${PYTHON_USEDEP}] net-misc/youtube-dl[${PYTHON_USEDEP}] dbus? ( dev-python/pydbus[${PYTHON_USEDEP}] ) !dbus? ( dev-python/tekore[${PYTHON_USEDEP}] ) diff --git a/dev-python/lyricwikia/Manifest b/net-misc/lyricwikia/Manifest similarity index 100% rename from dev-python/lyricwikia/Manifest rename to net-misc/lyricwikia/Manifest diff --git a/dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch b/net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch similarity index 100% rename from dev-python/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch rename to net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11.ebuild similarity index 100% rename from dev-python/lyricwikia/lyricwikia-0.1.11.ebuild rename to net-misc/lyricwikia/lyricwikia-0.1.11.ebuild diff --git a/dev-python/lyricwikia/metadata.xml b/net-misc/lyricwikia/metadata.xml similarity index 100% rename from dev-python/lyricwikia/metadata.xml rename to net-misc/lyricwikia/metadata.xml diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020 new file mode 100644 index 0000000..fac7b7a --- /dev/null +++ b/profiles/updates/1Q-2020 @@ -0,0 +1 @@ +move dev-python/lyricwikia net-misc/lyricwikia