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 153A9158020 for ; Mon, 14 Nov 2022 11:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AF4E01E4; Mon, 14 Nov 2022 11:07:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 30698E01E4 for ; Mon, 14 Nov 2022 11:07:30 +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 35D0E33FE74 for ; Mon, 14 Nov 2022 11:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A81F7625 for ; Mon, 14 Nov 2022 11:07:27 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1668424038.6a6bfc82fb3c7feb2dda7320da793b2e5c878879.smaniotto.nicola@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.33.1.ebuild mpv-plugin/autoload/autoload-0.35.0.ebuild X-VCS-Directories: mpv-plugin/autoload/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 6a6bfc82fb3c7feb2dda7320da793b2e5c878879 X-VCS-Branch: dev Date: Mon, 14 Nov 2022 11:07:27 +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: 4b722127-8383-4d69-8ad3-0ce3dcc15130 X-Archives-Hash: 20b8935d4864383d8816f1abe7fa4549 commit: 6a6bfc82fb3c7feb2dda7320da793b2e5c878879 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Nov 14 11:06:45 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon Nov 14 11:07:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a6bfc82 mpv-plugin/autoload: add 0.35.0, drop 0.33.1 Signed-off-by: Nicola Smaniotto gmail.com> mpv-plugin/autoload/Manifest | 2 +- mpv-plugin/autoload/{autoload-0.33.1.ebuild => autoload-0.35.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv-plugin/autoload/Manifest b/mpv-plugin/autoload/Manifest index 94da30585..081911f37 100644 --- a/mpv-plugin/autoload/Manifest +++ b/mpv-plugin/autoload/Manifest @@ -1,2 +1,2 @@ -DIST mpv-0.33.1.tar.gz 3259882 BLAKE2B 97ab101c2013ffb219d36a788020fb9fc4382d09971ac0beee42701a54667a6c766521be7b052193de4505b2117c2d47b3682ebafab46632fc40b637e0d19c04 SHA512 99d6c40d18c5cf83814b44ec6d8eade229800c5b51a734c9bbe831c3aeb95f8931124c94f6ae2360ffff62053c163bc3c55b254df021e005b350ebc3df7e952b DIST mpv-0.34.1.tar.gz 3288356 BLAKE2B c0e5dc3cd23307449a526bd2cf0df5d870322aa1914a139784fd50d77274d42648a769ee4da3ba74e34a7a080700a5740dae13ed0827df1b3cfef36846f983ab SHA512 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e +DIST mpv-0.35.0.tar.gz 3365752 BLAKE2B 9b8dca943fc60a68f8474549d75c021dd9157195253c5ec09721969e500b2756c033e86975499f5632f0c943ac7bb54699f47340f0dee73d7284668d4419b17f SHA512 d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a diff --git a/mpv-plugin/autoload/autoload-0.33.1.ebuild b/mpv-plugin/autoload/autoload-0.35.0.ebuild similarity index 94% rename from mpv-plugin/autoload/autoload-0.33.1.ebuild rename to mpv-plugin/autoload/autoload-0.35.0.ebuild index f82929a01..e46627eca 100644 --- a/mpv-plugin/autoload/autoload-0.33.1.ebuild +++ b/mpv-plugin/autoload/autoload-0.35.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/mpv-player/mpv/tree/master/TOOLS/lua" 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" +LICENSE="LGPL-2.1+ GPL-2+ BSD ISC MIT" KEYWORDS="~amd64" # lock mpv version