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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7CE9158062 for ; Fri, 10 Mar 2023 12:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB5DE0849; Fri, 10 Mar 2023 12:55:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5FC3E0849 for ; Fri, 10 Mar 2023 12:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1233B340B27 for ; Fri, 10 Mar 2023 12:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C71021 for ; Fri, 10 Mar 2023 12:55:29 +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: <1678452874.9255e8eaceb5b3abd35148ceb35745ec9492fa83.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/autoload/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/autoload/Manifest mpv-plugin/autoload/autoload-0.34.1.ebuild X-VCS-Directories: mpv-plugin/autoload/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9255e8eaceb5b3abd35148ceb35745ec9492fa83 X-VCS-Branch: master Date: Fri, 10 Mar 2023 12:55:29 +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: 76c3c29c-fdd4-40cc-8839-85233cfadef8 X-Archives-Hash: 3fae43ea2577b5a1a24dc1f66a5a0e42 commit: 9255e8eaceb5b3abd35148ceb35745ec9492fa83 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Mar 10 12:54:34 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Mar 10 12:54:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9255e8ea mpv-plugin/autoload: drop 0.34.1 Signed-off-by: Andrew Ammerlaan gentoo.org> mpv-plugin/autoload/Manifest | 1 - mpv-plugin/autoload/autoload-0.34.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/mpv-plugin/autoload/Manifest b/mpv-plugin/autoload/Manifest index de69fca51..b935d2d67 100644 --- a/mpv-plugin/autoload/Manifest +++ b/mpv-plugin/autoload/Manifest @@ -1,3 +1,2 @@ -DIST mpv-0.34.1.tar.gz 3288356 BLAKE2B c0e5dc3cd23307449a526bd2cf0df5d870322aa1914a139784fd50d77274d42648a769ee4da3ba74e34a7a080700a5740dae13ed0827df1b3cfef36846f983ab SHA512 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e DIST mpv-0.35.0.tar.gz 3365752 BLAKE2B 9b8dca943fc60a68f8474549d75c021dd9157195253c5ec09721969e500b2756c033e86975499f5632f0c943ac7bb54699f47340f0dee73d7284668d4419b17f SHA512 d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a DIST mpv-0.35.1.tar.gz 3367913 BLAKE2B 706a2031a2ca973eb3a092ec7f62ba40ca4dfd78e3ffe5d6e432486b0018852b034152a21805be594054178ccb17856dafe2b860cddcc22d27df895d163871de SHA512 42f3564a9ed4d972d14b2c697b0163f06a8bb68a0606a86c34935181247c783e3cb62286b445799998def0919fb13fce8b8f6453f82652d5bfaea5929119127a diff --git a/mpv-plugin/autoload/autoload-0.34.1.ebuild b/mpv-plugin/autoload/autoload-0.34.1.ebuild deleted file mode 100644 index f82929a01..000000000 --- a/mpv-plugin/autoload/autoload-0.34.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_MPV="rdepend" -MPV_REQ_USE="lua" -inherit mpv-plugin - -DESCRIPTION="Loads playlist entries before and after the the currently played file" -HOMEPAGE="https://github.com/mpv-player/mpv/tree/master/TOOLS/lua" - -# use the already available mpv tarball -SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> mpv-${PV}.tar.gz" - -# since this comes from mpv, use its licenses -LICENSE="LGPL-2.1+ GPL-2+ BSD ISC" -KEYWORDS="~amd64" - -# lock mpv version -RDEPEND="~media-video/mpv-${PV}" - -S="${WORKDIR}/mpv-${PV}/TOOLS/lua" - -MPV_PLUGIN_FILES=( ${PN}.lua ) 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 109A015802F for ; Fri, 10 Mar 2023 12:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F321E0827; Fri, 10 Mar 2023 12:55:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C235E0827 for ; Fri, 10 Mar 2023 12:55:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DB5A340B27 for ; Fri, 10 Mar 2023 12:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B582A21 for ; Fri, 10 Mar 2023 12:55:21 +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: <1678452874.9255e8eaceb5b3abd35148ceb35745ec9492fa83.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/autoload/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/autoload/Manifest mpv-plugin/autoload/autoload-0.34.1.ebuild X-VCS-Directories: mpv-plugin/autoload/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9255e8eaceb5b3abd35148ceb35745ec9492fa83 X-VCS-Branch: dev Date: Fri, 10 Mar 2023 12:55:21 +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: 50a7ed5b-c2d2-41e6-a33d-51eb5f0470e4 X-Archives-Hash: 15bf0ed28516e736de9c110f82f64836 Message-ID: <20230310125521.YSCzvLsGiHNUM7uS-v2SnM91uX9BHRrDIMF3yJlmtjQ@z> commit: 9255e8eaceb5b3abd35148ceb35745ec9492fa83 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Mar 10 12:54:34 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Mar 10 12:54:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9255e8ea mpv-plugin/autoload: drop 0.34.1 Signed-off-by: Andrew Ammerlaan gentoo.org> mpv-plugin/autoload/Manifest | 1 - mpv-plugin/autoload/autoload-0.34.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/mpv-plugin/autoload/Manifest b/mpv-plugin/autoload/Manifest index de69fca51..b935d2d67 100644 --- a/mpv-plugin/autoload/Manifest +++ b/mpv-plugin/autoload/Manifest @@ -1,3 +1,2 @@ -DIST mpv-0.34.1.tar.gz 3288356 BLAKE2B c0e5dc3cd23307449a526bd2cf0df5d870322aa1914a139784fd50d77274d42648a769ee4da3ba74e34a7a080700a5740dae13ed0827df1b3cfef36846f983ab SHA512 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e DIST mpv-0.35.0.tar.gz 3365752 BLAKE2B 9b8dca943fc60a68f8474549d75c021dd9157195253c5ec09721969e500b2756c033e86975499f5632f0c943ac7bb54699f47340f0dee73d7284668d4419b17f SHA512 d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a DIST mpv-0.35.1.tar.gz 3367913 BLAKE2B 706a2031a2ca973eb3a092ec7f62ba40ca4dfd78e3ffe5d6e432486b0018852b034152a21805be594054178ccb17856dafe2b860cddcc22d27df895d163871de SHA512 42f3564a9ed4d972d14b2c697b0163f06a8bb68a0606a86c34935181247c783e3cb62286b445799998def0919fb13fce8b8f6453f82652d5bfaea5929119127a diff --git a/mpv-plugin/autoload/autoload-0.34.1.ebuild b/mpv-plugin/autoload/autoload-0.34.1.ebuild deleted file mode 100644 index f82929a01..000000000 --- a/mpv-plugin/autoload/autoload-0.34.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_MPV="rdepend" -MPV_REQ_USE="lua" -inherit mpv-plugin - -DESCRIPTION="Loads playlist entries before and after the the currently played file" -HOMEPAGE="https://github.com/mpv-player/mpv/tree/master/TOOLS/lua" - -# use the already available mpv tarball -SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> mpv-${PV}.tar.gz" - -# since this comes from mpv, use its licenses -LICENSE="LGPL-2.1+ GPL-2+ BSD ISC" -KEYWORDS="~amd64" - -# lock mpv version -RDEPEND="~media-video/mpv-${PV}" - -S="${WORKDIR}/mpv-${PV}/TOOLS/lua" - -MPV_PLUGIN_FILES=( ${PN}.lua )