Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/lyvi/
Date: Sat, 23 May 2020 09:42:23
Message-Id: 1590226642.888bfbefa0fdeab35df962077c0ac1a76c55d067.mgorny@gentoo
1 commit: 888bfbefa0fdeab35df962077c0ac1a76c55d067
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:37:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:37:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888bfbef
7
8 media-sound/lyvi: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718402
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-sound/lyvi/Manifest | 1 -
14 media-sound/lyvi/lyvi-2.0.0.ebuild | 34 ----------------------------------
15 media-sound/lyvi/metadata.xml | 15 ---------------
16 profiles/package.mask | 5 -----
17 4 files changed, 55 deletions(-)
18
19 diff --git a/media-sound/lyvi/Manifest b/media-sound/lyvi/Manifest
20 deleted file mode 100644
21 index 5777a58027b..00000000000
22 --- a/media-sound/lyvi/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST lyvi-2.0.0.tar.gz 19307 BLAKE2B 009af146f917ed7867c737a78c50261b688b4b78e104518338462b3f1372656298bcda5ef0b70f8a84db800488a57ba4c665884ff5fa2f992d53d3940e204f47 SHA512 0248ceb16436be427ab38769824ce4be48998997b1997f90ddef751105e7449cff7d865e9a5895fb67c79da0eaf394baefe1a77bdc9e6c5e2b6498d64128b045
26
27 diff --git a/media-sound/lyvi/lyvi-2.0.0.ebuild b/media-sound/lyvi/lyvi-2.0.0.ebuild
28 deleted file mode 100644
29 index 8ce633a5a34..00000000000
30 --- a/media-sound/lyvi/lyvi-2.0.0.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A simple command-line lyrics viewer"
42 -HOMEPAGE="http://ok100.github.io/lyvi/"
43 -SRC_URI="https://github.com/ok100/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="WTFPL-2"
46 -KEYWORDS="amd64"
47 -SLOT="0"
48 -IUSE="mpris"
49 -
50 -RDEPEND="
51 - dev-python/pillow[${PYTHON_USEDEP}]
52 - dev-python/plyr[${PYTHON_USEDEP}]
53 - dev-python/psutil[${PYTHON_USEDEP}]
54 - dev-python/urwid[${PYTHON_USEDEP}]
55 - mpris? (
56 - dev-python/dbus-python[${PYTHON_USEDEP}]
57 - dev-python/pygobject:3[${PYTHON_USEDEP}]
58 - )
59 -"
60 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
61 -
62 -python_prepare_all() {
63 - # Remove pip dependency
64 - sed -e '/require/d' --in-place setup.py || die
65 - distutils-r1_python_prepare_all
66 -}
67
68 diff --git a/media-sound/lyvi/metadata.xml b/media-sound/lyvi/metadata.xml
69 deleted file mode 100644
70 index f3d45549a2d..00000000000
71 --- a/media-sound/lyvi/metadata.xml
72 +++ /dev/null
73 @@ -1,15 +0,0 @@
74 -<?xml version="1.0" encoding="UTF-8"?>
75 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 -<pkgmetadata>
77 -<!-- maintainer-needed -->
78 - <longdescription>Lyvi is a lyrics, artist info and guitar tabs
79 - viewer. On supported terminals, Lyvi can also show artist photos and
80 - cover images.
81 - </longdescription>
82 - <use>
83 - <flag name="mpris">Enable MPRIS support</flag>
84 - </use>
85 - <upstream>
86 - <remote-id type="github">ok100/lyvi</remote-id>
87 - </upstream>
88 -</pkgmetadata>
89
90 diff --git a/profiles/package.mask b/profiles/package.mask
91 index 2251d2c5c62..776eee69868 100644
92 --- a/profiles/package.mask
93 +++ b/profiles/package.mask
94 @@ -560,11 +560,6 @@ www-client/ripe-atlas-cousteau
95 # Removal in 30 days. Bug #718410.
96 media-video/subliminal
97
98 -# Michał Górny <mgorny@g.o> (2020-04-19)
99 -# Unmaintained. Stuck on Python 3.6. Last release in 2014.
100 -# Removal in 30 days. Bug #718402.
101 -media-sound/lyvi
102 -
103 # Michał Górny <mgorny@g.o> (2020-04-19)
104 # Unmaintained. Stuck on Python 3.6. Has a few bugs reported,
105 # including indication of poor ebuild state.