* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2016-08-17 0:57 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-08-17 0:57 UTC (permalink / raw
To: gentoo-commits
commit: d075f848d41b7661d8c5ccfc6e2b37d169905e88
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 00:55:32 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 00:57:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d075f848
media-sound/mps-youtube: initial import
media-sound/mps-youtube/Manifest | 1 +
media-sound/mps-youtube/metadata.xml | 12 ++++++++++++
media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/media-sound/mps-youtube/Manifest b/media-sound/mps-youtube/Manifest
new file mode 100644
index 0000000..87f9a8a
--- /dev/null
+++ b/media-sound/mps-youtube/Manifest
@@ -0,0 +1 @@
+DIST mps-youtube-0.2.7.1.tar.gz 78128 SHA256 e3df5dc80f39941cb38f5678d1cc397a37a6dc5577e487b24fbf66fffe2afd03 SHA512 760bd6ef6c04606e6e70e4d7f985482c5d5f1f33481a69398d20c2518ae7a1b0371501e31b6d0bcb46e702c53d8b2311e4556700c7d2ae4011006ffe9582de9b WHIRLPOOL e18d80a9accb8309724d7f9df486b20c4c5f8bd44502a392d4d3835c55e2446a992a9fddb8eeb62836cd16185dc823299527150d79209c6501db42741f4fa121
diff --git a/media-sound/mps-youtube/metadata.xml b/media-sound/mps-youtube/metadata.xml
new file mode 100644
index 0000000..2705b7d
--- /dev/null
+++ b/media-sound/mps-youtube/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sound@gentoo.org</email>
+ <name>Gentoo Sound project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">mps-youtube</remote-id>
+ <remote-id type="github">mps-youtube/mps-youtube</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
new file mode 100644
index 0000000..ebc4518
--- /dev/null
+++ b/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Terminal-based YouTube player and downloader"
+HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.python.org/pypi/mps-youtube"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ dev-python/pafy[${PYTHON_USEDEP}]
+ virtual/ffmpeg
+ || ( media-video/mplayer media-video/mpv )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2017-04-26 9:03 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2017-04-26 9:03 UTC (permalink / raw
To: gentoo-commits
commit: 4efc73cf7dd7730a41ae6067ed87678a10c8d6da
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 09:00:23 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 09:03:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efc73cf
media-sound/mps-youtube: add py36 support
media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
index 5439453db53..e729cd979b0 100644
--- a/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Terminal-based YouTube player and downloader"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2017-08-18 9:46 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2017-08-18 9:46 UTC (permalink / raw
To: gentoo-commits
commit: a5a1f33227a5fc25916e7d8abeffa67282280430
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 09:44:28 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 09:45:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a1f332
media-sound/mps-youtube: add live ebuild
media-sound/mps-youtube/mps-youtube-9999.ebuild | 26 +++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
new file mode 100644
index 00000000000..b79a2339dbb
--- /dev/null
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Terminal-based YouTube player and downloader"
+HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.python.org/pypi/mps-youtube"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ dev-python/pafy[${PYTHON_USEDEP}]
+ virtual/ffmpeg
+ || ( media-video/mplayer media-video/mpv )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2018-03-01 19:35 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2018-03-01 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 4c63a4da21d12a2700c8793ca119b4038d2853fc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 11:20:14 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 19:34:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c63a4da
media-sound/mps-youtube: version bump to 0.2.8
media-sound/mps-youtube/Manifest | 1 +
media-sound/mps-youtube/mps-youtube-0.2.8.ebuild | 26 ++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/media-sound/mps-youtube/Manifest b/media-sound/mps-youtube/Manifest
index e7eb7eecf9b..68a6413b1bd 100644
--- a/media-sound/mps-youtube/Manifest
+++ b/media-sound/mps-youtube/Manifest
@@ -1 +1,2 @@
DIST mps-youtube-0.2.7.1.tar.gz 78128 BLAKE2B 1883ac93ec06b657f72463291d4844b4cf5c1edfb14088769d32bb7590ea676c06a1022724c40b94230ee5469864b402a07c56e535ac3001d57c87cf6937d370 SHA512 760bd6ef6c04606e6e70e4d7f985482c5d5f1f33481a69398d20c2518ae7a1b0371501e31b6d0bcb46e702c53d8b2311e4556700c7d2ae4011006ffe9582de9b
+DIST mps-youtube-0.2.8.tar.gz 95542 BLAKE2B 67aa7db4e26325ef35b6c263ad1020bfc76ee683314c4e49b5f850d9c49c3795b5e9f3ee042772d9ce1c682fd04cd21ac24975cb3b7b7a2c4834bbd51b0726cb SHA512 7d4e092225652b5b63a2f94e7fa7cf07ff8f7797bc412de9388883ca9f95e87a14ff59276f28d208c5fd2e74315b1d7f275937f7c4cc86134ae5778d880d2620
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild
new file mode 100644
index 00000000000..40c962d0e30
--- /dev/null
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Terminal-based YouTube player and downloader"
+HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.python.org/pypi/mps-youtube"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+ dev-python/pafy[${PYTHON_USEDEP}]
+ virtual/ffmpeg
+ || ( media-video/mplayer media-video/mpv )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2020-01-31 8:31 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2020-01-31 8:31 UTC (permalink / raw
To: gentoo-commits
commit: e7731809f95efd02c00390ee31156a86f237499f
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:25:06 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:30:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7731809
media-sound/mps-youtube: update to EAPI 7 and add py37/py38 compat
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
.../{mps-youtube-9999.ebuild => mps-youtube-0.2.8-r1.ebuild} | 11 ++++++-----
media-sound/mps-youtube/mps-youtube-9999.ebuild | 11 ++++++-----
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
similarity index 78%
copy from media-sound/mps-youtube/mps-youtube-9999.ebuild
copy to media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
index 7f9ca71d825..a86ede03c87 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
@@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mp
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
dev-python/pafy[${PYTHON_USEDEP}]
virtual/ffmpeg
- || ( media-video/mplayer media-video/mpv )"
+ || ( media-video/mpv media-video/mplayer )
+"
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
index 7f9ca71d825..a86ede03c87 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
@@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mp
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
dev-python/pafy[${PYTHON_USEDEP}]
virtual/ffmpeg
- || ( media-video/mplayer media-video/mpv )"
+ || ( media-video/mpv media-video/mplayer )
+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2020-01-31 8:31 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2020-01-31 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 5fa36b81907a577ebc2f8f7464358cc36c1968d3
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:25:32 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:30:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa36b81
media-sound/mps-youtube: drop old
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
media-sound/mps-youtube/Manifest | 1 -
media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild | 20 -----------------
media-sound/mps-youtube/mps-youtube-0.2.8.ebuild | 26 ----------------------
3 files changed, 47 deletions(-)
diff --git a/media-sound/mps-youtube/Manifest b/media-sound/mps-youtube/Manifest
index 68a6413b1bd..0907346dc3e 100644
--- a/media-sound/mps-youtube/Manifest
+++ b/media-sound/mps-youtube/Manifest
@@ -1,2 +1 @@
-DIST mps-youtube-0.2.7.1.tar.gz 78128 BLAKE2B 1883ac93ec06b657f72463291d4844b4cf5c1edfb14088769d32bb7590ea676c06a1022724c40b94230ee5469864b402a07c56e535ac3001d57c87cf6937d370 SHA512 760bd6ef6c04606e6e70e4d7f985482c5d5f1f33481a69398d20c2518ae7a1b0371501e31b6d0bcb46e702c53d8b2311e4556700c7d2ae4011006ffe9582de9b
DIST mps-youtube-0.2.8.tar.gz 95542 BLAKE2B 67aa7db4e26325ef35b6c263ad1020bfc76ee683314c4e49b5f850d9c49c3795b5e9f3ee042772d9ce1c682fd04cd21ac24975cb3b7b7a2c4834bbd51b0726cb SHA512 7d4e092225652b5b63a2f94e7fa7cf07ff8f7797bc412de9388883ca9f95e87a14ff59276f28d208c5fd2e74315b1d7f275937f7c4cc86134ae5778d880d2620
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
deleted file mode 100644
index fd0ea3a2ed5..00000000000
--- a/media-sound/mps-youtube/mps-youtube-0.2.7.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/pafy[${PYTHON_USEDEP}]
- virtual/ffmpeg
- || ( media-video/mplayer media-video/mpv )"
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild
deleted file mode 100644
index 7f9ca71d825..00000000000
--- a/media-sound/mps-youtube/mps-youtube-0.2.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/pafy[${PYTHON_USEDEP}]
- virtual/ffmpeg
- || ( media-video/mplayer media-video/mpv )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2020-04-26 10:35 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2020-04-26 10:35 UTC (permalink / raw
To: gentoo-commits
commit: f926322b667d177a402740c08edd32dc5b86807b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:35:11 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:35:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f926322b
media-sound/mps-youtube: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{mps-youtube-0.2.8-r1.ebuild => mps-youtube-0.2.8-r2.ebuild} | 2 +-
media-sound/mps-youtube/mps-youtube-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
similarity index 97%
rename from media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
rename to media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
index a86ede03c87..a98b41c7a2f 100644
--- a/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
@@ -22,6 +22,6 @@ SLOT="0"
RDEPEND="
dev-python/pafy[${PYTHON_USEDEP}]
- virtual/ffmpeg
+ media-video/ffmpeg
|| ( media-video/mpv media-video/mplayer )
"
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
index a86ede03c87..a98b41c7a2f 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -22,6 +22,6 @@ SLOT="0"
RDEPEND="
dev-python/pafy[${PYTHON_USEDEP}]
- virtual/ffmpeg
+ media-video/ffmpeg
|| ( media-video/mpv media-video/mplayer )
"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2021-06-01 13:06 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-06-01 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 72e0495a46bffdf10e4f9eb8b20f0a8126fea334
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 13:05:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 13:06:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e0495a
media-sound/mps-youtube: add Python 3.9
Closes: https://bugs.gentoo.org/793704
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild | 5 +++--
media-sound/mps-youtube/mps-youtube-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
index dd41c61da64..82b44f71fd6 100644
--- a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
index dd41c61da64..82b44f71fd6 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2022-06-28 8:40 Miroslav Šulc
0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2022-06-28 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 05f267a97e975ef53b9c02a5fd2bcea0ed75f581
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 08:40:15 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 08:40:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f267a9
media-sound/mps-youtube: eapi8, added python 3.10
Bug: https://bugs.gentoo.org/846083
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../{mps-youtube-9999.ebuild => mps-youtube-0.2.8-r3.ebuild} | 6 +++---
media-sound/mps-youtube/mps-youtube-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
similarity index 88%
copy from media-sound/mps-youtube/mps-youtube-9999.ebuild
copy to media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
index 82b44f71fd65..4c3f4d17ba0c 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
index 82b44f71fd65..4c3f4d17ba0c 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2022-07-01 11:10 Miroslav Šulc
0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2022-07-01 11:10 UTC (permalink / raw
To: gentoo-commits
commit: a3fec17306fd691205343cb0bf5d860cc844c4ec
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 1 11:10:45 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 1 11:10:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fec173
media-sound/mps-youtube: dropped obsolete 0.2.8-r2
Closes: https://bugs.gentoo.org/846083
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../mps-youtube/mps-youtube-0.2.8-r2.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
deleted file mode 100644
index 82b44f71fd65..000000000000
--- a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-python/pafy[${PYTHON_USEDEP}]
- media-video/ffmpeg
- || ( media-video/mpv media-video/mplayer )
-"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2022-07-02 12:20 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-07-02 12:20 UTC (permalink / raw
To: gentoo-commits
commit: 184364fd95ec0407a7f63e24a7e7be9f8cfc25b9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 12:20:02 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 12:20:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184364fd
media-sound/mps-youtube: amd64 stable wrt bug #855524
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
index 4c3f4d17ba0c..d7881bc30c99 100644
--- a/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
DESCRIPTION="Terminal-based YouTube player and downloader"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
@ 2023-02-24 9:26 Ionen Wolkens
0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-02-24 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 819dd8ffbe7a3fd8f3dc113e9492e95dbe5bc8b0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 09:11:21 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 09:26:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819dd8ff
media-sound/mps-youtube: treeclean
Bug: https://bugs.gentoo.org/891911
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-sound/mps-youtube/Manifest | 1 -
media-sound/mps-youtube/metadata.xml | 12 ----------
.../mps-youtube/mps-youtube-0.2.8-r3.ebuild | 28 ----------------------
media-sound/mps-youtube/mps-youtube-9999.ebuild | 28 ----------------------
4 files changed, 69 deletions(-)
diff --git a/media-sound/mps-youtube/Manifest b/media-sound/mps-youtube/Manifest
deleted file mode 100644
index 0907346dc3e1..000000000000
--- a/media-sound/mps-youtube/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mps-youtube-0.2.8.tar.gz 95542 BLAKE2B 67aa7db4e26325ef35b6c263ad1020bfc76ee683314c4e49b5f850d9c49c3795b5e9f3ee042772d9ce1c682fd04cd21ac24975cb3b7b7a2c4834bbd51b0726cb SHA512 7d4e092225652b5b63a2f94e7fa7cf07ff8f7797bc412de9388883ca9f95e87a14ff59276f28d208c5fd2e74315b1d7f275937f7c4cc86134ae5778d880d2620
diff --git a/media-sound/mps-youtube/metadata.xml b/media-sound/mps-youtube/metadata.xml
deleted file mode 100644
index 0f4dc5241a3b..000000000000
--- a/media-sound/mps-youtube/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">mps-youtube</remote-id>
- <remote-id type="github">mps-youtube/mps-youtube</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
deleted file mode 100644
index fc1bf7bf8d9d..000000000000
--- a/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-python/pafy[${PYTHON_USEDEP}]
- media-video/ffmpeg
- || ( media-video/mpv media-video/mplayer )
-"
diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
deleted file mode 100644
index bd5183fe6c1d..000000000000
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/mps-youtube.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Terminal-based YouTube player and downloader"
-HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mps-youtube/"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-python/pafy[${PYTHON_USEDEP}]
- media-video/ffmpeg
- || ( media-video/mpv media-video/mplayer )
-"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-02-24 9:27 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 0:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2017-04-26 9:03 Tim Harder
2017-08-18 9:46 Tim Harder
2018-03-01 19:35 Tim Harder
2020-01-31 8:31 Tim Harder
2020-01-31 8:31 Tim Harder
2020-04-26 10:35 David Seifert
2021-06-01 13:06 Sam James
2022-06-28 8:40 Miroslav Šulc
2022-07-01 11:10 Miroslav Šulc
2022-07-02 12:20 Agostino Sarubbo
2023-02-24 9:26 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox