public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
Date: Fri, 24 Feb 2023 09:26:57 +0000 (UTC)	[thread overview]
Message-ID: <1677230789.819dd8ffbe7a3fd8f3dc113e9492e95dbe5bc8b0.ionen@gentoo> (raw)

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 )
-"


             reply	other threads:[~2023-02-24  9:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24  9:26 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-02 12:20 [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/ Agostino Sarubbo
2022-07-01 11:10 Miroslav Šulc
2022-06-28  8:40 Miroslav Šulc
2021-06-01 13:06 Sam James
2020-04-26 10:35 David Seifert
2020-01-31  8:31 Tim Harder
2020-01-31  8:31 Tim Harder
2018-03-01 19:35 Tim Harder
2017-08-18  9:46 Tim Harder
2017-04-26  9:03 Tim Harder
2016-08-17  0:57 Tim Harder

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=1677230789.819dd8ffbe7a3fd8f3dc113e9492e95dbe5bc8b0.ionen@gentoo \
    --to=ionen@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