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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F344A138353 for ; Wed, 22 Apr 2020 21:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169D4E0DDE; Wed, 22 Apr 2020 21:03:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E53D0E0DDE for ; Wed, 22 Apr 2020 21:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA13B34F1A2 for ; Wed, 22 Apr 2020 21:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCA41E7 for ; Wed, 22 Apr 2020 21:03:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1587589395.00b4a07bf1fe2640ddb293221ecabf7cadafc52a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/pymp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pymp/Manifest media-video/pymp/metadata.xml media-video/pymp/pymp-1.1-r2.ebuild profiles/package.mask X-VCS-Directories: media-video/pymp/ profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 00b4a07bf1fe2640ddb293221ecabf7cadafc52a X-VCS-Branch: master Date: Wed, 22 Apr 2020 21:03:42 +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: 56dc03b5-10a5-4a72-b4d4-87fffeff1c53 X-Archives-Hash: cab75ca4dca00c26023826396dc24fbe commit: 00b4a07bf1fe2640ddb293221ecabf7cadafc52a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 22 21:01:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 22 21:03:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b4a07b media-video/pymp: Remove last-rited package Closes: https://bugs.gentoo.org/708164 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/pymp/Manifest | 1 - media-video/pymp/metadata.xml | 7 ------ media-video/pymp/pymp-1.1-r2.ebuild | 45 ------------------------------------- profiles/package.mask | 5 ----- 4 files changed, 58 deletions(-) diff --git a/media-video/pymp/Manifest b/media-video/pymp/Manifest deleted file mode 100644 index 66b25e445c1..00000000000 --- a/media-video/pymp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pymp-1.1.tar.bz2 132710 BLAKE2B 4c834ed96a6436daf6c29fea3e6eeab4e93c03b39897e904650640e4b27b856674f584caa1ef658069cc71c3f83dbab917319290d974641053e848682a7da3dd SHA512 10647af1233c5a030cc32f5efb7790fb93568832547f8c886d49597cff36f5d5606b7b06c00c0206e9eacd6331dbb40bc2331dc30230052b4510be1ffec34500 diff --git a/media-video/pymp/metadata.xml b/media-video/pymp/metadata.xml deleted file mode 100644 index 81158532998..00000000000 --- a/media-video/pymp/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - media-video@gentoo.org - - diff --git a/media-video/pymp/pymp-1.1-r2.ebuild b/media-video/pymp/pymp-1.1-r2.ebuild deleted file mode 100644 index 2ce35400dcf..00000000000 --- a/media-video/pymp/pymp-1.1-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 - -DESCRIPTION="a lean, flexible frontend to mplayer written in python" -HOMEPAGE="http://jdolan.dyndns.org/trac/wiki/Pymp" -SRC_URI="http://jdolan.dyndns.org/jaydolan/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-video/mplayer - $(python_gen_cond_dep ' - dev-python/pygtk[${PYTHON_MULTI_USEDEP}] - ') - ${PYTHON_DEPS}" -DEPEND="sys-apps/sed" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_compile() { - python_fix_shebang pymp.py -} - -src_install() { - python_moduleinto /usr/lib/pymp - python_domodule *.py - - # note: pymp script is a horrible unnecessary wrapper - # a) with a dependency on sys-apps/which; - # b) that invokes compiled .pyc directly - # do not use it - dodir /usr/bin - dosym ../lib/pymp/pymp.py /usr/bin/pymp - fperms +x /usr/lib/pymp/pymp.py - - dodoc CHANGELOG README - doicon pymp.png - make_desktop_entry pymp Pymp pymp -} diff --git a/profiles/package.mask b/profiles/package.mask index 4d18c12200d..1c583e07649 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -644,11 +644,6 @@ dev-python/nevow # Bug #710172, masked for removal in 30 days. media-video/gtk-recordmydesktop -# Andreas Sturmlechner (2020-03-22) -# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only -# Bug #708164, masked for removal in 30 days. -media-video/pymp - # Jonas Stein (2020-03-21) # Package masked for removal. Broken SRC_URI, # upstream is dead.