public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-youtube-upnext/
Date: Tue, 18 Jun 2024 12:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1718677815.566ebadd59560ce176b7ee10b931ff8414b48674.flow@gentoo> (raw)

commit:     566ebadd59560ce176b7ee10b931ff8414b48674
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jun 18 02:30:15 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 02:30:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=566ebadd

mpv-plugin/mpv-youtube-upnext: drop versions that are not working anymore, add current working version

Was error on start https://github.com/cvzi/mpv-youtube-upnext/pull/39

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 mpv-plugin/mpv-youtube-upnext/Manifest             |  4 +---
 .../mpv-youtube-upnext-20230409.ebuild             | 22 ----------------------
 .../mpv-youtube-upnext-20230709.ebuild             | 22 ----------------------
 ...0.ebuild => mpv-youtube-upnext-20240513.ebuild} |  4 ++--
 4 files changed, 3 insertions(+), 49 deletions(-)

diff --git a/mpv-plugin/mpv-youtube-upnext/Manifest b/mpv-plugin/mpv-youtube-upnext/Manifest
index 9d02b3e7c..def1cc3a9 100644
--- a/mpv-plugin/mpv-youtube-upnext/Manifest
+++ b/mpv-plugin/mpv-youtube-upnext/Manifest
@@ -1,3 +1 @@
-DIST mpv-youtube-upnext-20221230.tar.gz 383022 BLAKE2B 65ce4f8d796ffeac924345408ca41da584a3d53011ba0692daada1559d33ed97fef26f612523edc0ca6839c18286b4af2bc3f48fd5209be719c3df8e4d8919ed SHA512 6dfb4c2d6798502b05afc3d3fdbbfe3851742c9a3dfa5c45e215a967bd555571a208aa9b4ead3c0b8b964e255d615eddb4610bb340b5973c03f2d5e1f952e9a4
-DIST mpv-youtube-upnext-20230409.tar.gz 554221 BLAKE2B 3891ae1a1f5e651359d2916258508e35954e150e24afa4d6d1d413a297a2ee3cc1e7cdea4d62cf0d5e27d1e89b502928914ac999ac2a5b8fbd6531dc786a1a4c SHA512 0850b078c3e2e84577ee22d8bf3b39d2ece715a5dc9e7ab9ce9567021babafddae366ac42ddd77ef2da582816434178e173d7ab0984f86fefa29a2e79e185c1a
-DIST mpv-youtube-upnext-20230709.tar.gz 557465 BLAKE2B a15cb92cdcfb3dc91121a254db4b4a4fc899535505887c3ace5689d65df32612c7171d5c70d5bd17ec5a489e0b8a311d253564c4a24eb031d91dcde83cc116ba SHA512 87234b7d8eb1f6619b5eb7fea01bdcd5840ba670f7d93f4d75704270194cff77a2eb436fc1b69d977d9506e1c0c6d58419edd8624f024dbae9b05d8f67e86b57
+DIST mpv-youtube-upnext-20240513.tar.gz 557384 BLAKE2B f9079226bcd447c7b30566973a6c46f9f17cd4c2659d9f4cb5dd16de4db155388dacaa586d3b8baf1e21fa906d899cea1e23bf787bd87c81acc7d4487a68d00e SHA512 030a21d3f2717a01c029e4240e1cda2501ec3faf9e70ea80ea7bd078856def85b6ed3806d1c88307c7373b66f017140e3ce08a42f8341f30062cd03393ccb72e

diff --git a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230409.ebuild b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230409.ebuild
deleted file mode 100644
index 68cd58e5e..000000000
--- a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230409.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2023 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
-
-COMMIT="fccdcfb19afb9100f7e8291716f906fee0710aa3"
-MY_P="${PN}-${COMMIT}"
-
-DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"
-HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext"
-SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-MPV_PLUGIN_FILES=( youtube-upnext.lua )

diff --git a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230709.ebuild b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230709.ebuild
deleted file mode 100644
index 11094f42a..000000000
--- a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230709.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2023 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
-
-COMMIT="0fa763e49ad15b88d3babd45cfccc3b90590c90f"
-MY_P="${PN}-${COMMIT}"
-
-DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"
-HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext"
-SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-MPV_PLUGIN_FILES=( youtube-upnext.lua )

diff --git a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20221230.ebuild b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20240513.ebuild
similarity index 85%
rename from mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20221230.ebuild
rename to mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20240513.ebuild
index 188acb8dc..e32155128 100644
--- a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20221230.ebuild
+++ b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20240513.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ USE_MPV="rdepend"
 MPV_REQ_USE="lua"
 inherit mpv-plugin
 
-COMMIT="ba6d9ff95347bbf2d577ace2e2c46caa823a8a6a"
+COMMIT="6c0428285c44edbe3809eda8335ef4789da1bf19"
 MY_P="${PN}-${COMMIT}"
 
 DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"


             reply	other threads:[~2024-06-18 12:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-18 12:30 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04  4:53 [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-youtube-upnext/ Viorel Munteanu
2022-09-26 10:05 Andrew Ammerlaan
2022-05-30 11:58 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718677815.566ebadd59560ce176b7ee10b931ff8414b48674.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox