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-plugins/mythplugins/
Date: Tue, 11 Dec 2018 13:16:17
Message-Id: 1544534155.7e4f1e229de042f0dcd9136382b80e3966efa9a0.mgorny@gentoo
1 commit: 7e4f1e229de042f0dcd9136382b80e3966efa9a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:14:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:15:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4f1e22
7
8 media-plugins/mythplugins: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/665924
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-plugins/mythplugins/Manifest | 1 -
14 media-plugins/mythplugins/metadata.xml | 24 ---
15 .../mythplugins/mythplugins-0.28.1.ebuild | 163 ---------------------
16 profiles/package.mask | 4 -
17 4 files changed, 192 deletions(-)
18
19 diff --git a/media-plugins/mythplugins/Manifest b/media-plugins/mythplugins/Manifest
20 deleted file mode 100644
21 index 27c08fa4e7e..00000000000
22 --- a/media-plugins/mythplugins/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST mythtv-0.28.1.tar.gz 104477892 BLAKE2B bdecfc5723ec3495ab6e49c72caaa5c2dc62c75a11ce7524d3fd5cb8daec82b53b415591b6198eab00322bbbcaff2de7d4f1b7a165d449007f4c3742a69d304b SHA512 67a81858cd19b90f519113b234119ecc248366d8545c862d887755f256cddf04d9ca16a7bf67f63e06f7628730e7dbde2a2099ca8aaeb9061b2e55a5a0b7d5e7
26
27 diff --git a/media-plugins/mythplugins/metadata.xml b/media-plugins/mythplugins/metadata.xml
28 deleted file mode 100644
29 index 05e99f352b0..00000000000
30 --- a/media-plugins/mythplugins/metadata.xml
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <use>
38 - <flag name="cdr">Allows MythMusic to burn CD-Rs</flag>
39 - <flag name="exif">Allows MythGallery to read EXIF data from photos</flag>
40 - <flag name="fftw">Adds visual effects to MythMusic when playing back music</flag>
41 - <flag name="hls">HTTP Live Streaming support</flag>
42 - <flag name="raw">Allows MythGallery to view photos saved in RAW format</flag>
43 - <flag name="mytharchive">Allows you to archive recorded content to CD or DVD</flag>
44 - <flag name="mythbrowser">Adds a web browser within MythTV</flag>
45 - <flag name="mythgallery">Adds a picture viewing gallery within MythTV</flag>
46 - <flag name="mythgame">Adds a frontend to various ROM emulators within MythTV</flag>
47 - <flag name="mythmusic">Adds the ability for MythTV to act as a music player</flag>
48 - <flag name="mythnetvision">Adds the ability to view netvision devices within MythTV</flag>
49 - <flag name="mythnews">Adds a news viewer within MythTV</flag>
50 - <flag name="mythweather">Adds weather information within MythTV</flag>
51 - <flag name="mythzoneminder">Adds support for zoneminder (requires a server with the appropriate mythtv daemon somewhere on the network).</flag>
52 - </use>
53 - <upstream>
54 - <remote-id type="github">MythTV/mythtv</remote-id>
55 - </upstream>
56 -</pkgmetadata>
57
58 diff --git a/media-plugins/mythplugins/mythplugins-0.28.1.ebuild b/media-plugins/mythplugins/mythplugins-0.28.1.ebuild
59 deleted file mode 100644
60 index 3f901e40b89..00000000000
61 --- a/media-plugins/mythplugins/mythplugins-0.28.1.ebuild
62 +++ /dev/null
63 @@ -1,163 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -PYTHON_COMPAT=( python2_7 )
70 -PYTHON_REQ_USE="xml"
71 -BACKPORTS="03f44039848bd09444ff4baa8dc158bd61454079"
72 -MY_P=${P%_p*}
73 -
74 -inherit eutils python-single-r1 vcs-snapshot
75 -
76 -DESCRIPTION="Official MythTV plugins"
77 -HOMEPAGE="https://www.mythtv.org"
78 -SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> mythtv-${PV}.tar.gz"
79 -
80 -LICENSE="GPL-2"
81 -KEYWORDS="~amd64 ~x86"
82 -SLOT="0"
83 -
84 -MYTHPLUGINS="+mytharchive +mythbrowser +mythgallery +mythgame \
85 -+mythmusic +mythnetvision +mythnews +mythweather +mythzoneminder"
86 -IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass raw +theora +vorbis +xml xvid"
87 -
88 -DEPEND="
89 - dev-libs/glib:2
90 - dev-libs/openssl:=
91 - dev-qt/qtcore:5
92 - dev-qt/qtgui:5
93 - dev-qt/qtopengl:5
94 - dev-qt/qtsql:5
95 - media-libs/freetype:2
96 - media-libs/libpng:0=
97 - ~media-tv/mythtv-${PV}:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
98 - sys-apps/util-linux
99 - sys-libs/zlib
100 - virtual/libudev:=
101 - x11-libs/libX11
102 - x11-libs/libXext
103 - x11-libs/libXinerama
104 - x11-libs/libXrandr
105 - x11-libs/libXv
106 - x11-libs/libXxf86vm
107 - alsa? ( >=media-libs/alsa-lib-1.0.24 )
108 - fftw? ( sci-libs/fftw:3.0= )
109 - hls? (
110 - media-libs/faac
111 - media-libs/libvpx:=
112 - >=media-libs/x264-0.0.20111220:=
113 - >=media-sound/lame-3.93.1
114 - )
115 - ieee1394? (
116 - >=media-libs/libiec61883-1.0.0
117 - >=sys-libs/libavc1394-0.5.3
118 - >=sys-libs/libraw1394-1.2.0
119 - )
120 - libass? ( >=media-libs/libass-0.9.11:= )
121 - mytharchive? (
122 - app-cdr/dvd+rw-tools
123 - dev-python/pillow
124 - media-video/dvdauthor
125 - media-video/mjpegtools[png]
126 - media-video/transcode
127 - virtual/cdrtools
128 - )
129 - mythbrowser? ( dev-qt/qtwebkit:5 )
130 - mythgallery? (
131 - media-libs/tiff:0
132 - virtual/opengl
133 - exif? ( >media-libs/libexif-0.6.9:= )
134 - raw? ( media-gfx/dcraw )
135 - )
136 - mythmusic? (
137 - >=media-libs/flac-1.1.2
138 - media-libs/libogg
139 - >=media-libs/libvorbis-1.0
140 - >=media-libs/taglib-1.6
141 - >=media-sound/lame-3.93.1
142 - virtual/opengl
143 - cdda? (
144 - dev-libs/libcdio:=
145 - cdr? ( virtual/cdrtools )
146 - )
147 - )
148 - mythnetvision? (
149 - ${PYTHON_DEPS}
150 - dev-python/lxml
151 - dev-python/mysql-python
152 - dev-python/oauth
153 - dev-python/pycurl
154 - )
155 - mythweather? (
156 - dev-perl/Date-Manip
157 - dev-perl/DateTime
158 - dev-perl/DateTime-Format-ISO8601
159 - dev-perl/Image-Size
160 - dev-perl/JSON
161 - dev-perl/SOAP-Lite
162 - dev-perl/XML-Parser
163 - dev-perl/XML-SAX
164 - dev-perl/XML-Simple
165 - dev-perl/XML-XPath
166 - )
167 - mythzoneminder? ( virtual/mysql )
168 - theora? (
169 - media-libs/libogg
170 - media-libs/libtheora
171 - )
172 - xml? ( >=dev-libs/libxml2-2.6.0:= )
173 - xvid? ( >=media-libs/xvid-1.1.0 )
174 -"
175 -RDEPEND="${DEPEND}
176 - !media-plugins/mytharchive
177 - !media-plugins/mythbrowser
178 - !media-plugins/mythgallery
179 - !media-plugins/mythgame
180 - !media-plugins/mythmovies
181 - !media-plugins/mythmusic
182 - !media-plugins/mythnetvision
183 - !media-plugins/mythnews
184 - !media-plugins/mythweather
185 -"
186 -REQUIRED_USE="
187 - cdda? ( mythmusic )
188 - cdr? ( mythmusic cdda )
189 - exif? ( mythgallery )
190 - fftw? ( mythmusic )
191 - mythmusic? ( vorbis )
192 - mythnetvision? ( ${PYTHON_REQUIRED_USE} )
193 - mythnews? ( mythbrowser )
194 - raw? ( mythgallery )
195 -"
196 -
197 -S="${WORKDIR}/mythtv-${PV}/mythplugins"
198 -
199 -src_prepare() {
200 - default
201 - sed -i '1i#define OF(x) x' mythgame/mythgame/external/ioapi.h
202 -}
203 -
204 -src_configure() {
205 - econf \
206 - --prefix=/usr \
207 - --python=${EPYTHON} \
208 - --enable-opengl \
209 - $(use_enable cdda cdio) \
210 - $(use_enable exif) \
211 - $(use_enable exif new-exif) \
212 - $(use_enable raw dcraw) \
213 - $(use_enable mytharchive) \
214 - $(use_enable mythbrowser) \
215 - $(use_enable mythgallery) \
216 - $(use_enable mythgame) \
217 - $(use_enable mythmusic) \
218 - $(use_enable mythnetvision) \
219 - $(use_enable mythnews) \
220 - $(use_enable mythweather) \
221 - $(use_enable mythzoneminder)
222 -}
223 -
224 -src_install() {
225 - emake INSTALL_ROOT="${D}" install || die "make install failed"
226 -}
227
228 diff --git a/profiles/package.mask b/profiles/package.mask
229 index d69f65773e5..e9278149e9b 100644
230 --- a/profiles/package.mask
231 +++ b/profiles/package.mask
232 @@ -263,10 +263,6 @@ dev-db/couchdb
233 # Unkeyworded since 2008, non-installable (#664680). Removal in a month.
234 sys-fs/devfsd
235
236 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
237 -# Merged into >=media-tv/mythtv-29, bug #665924. Removal in a month.
238 -media-plugins/mythplugins
239 -
240 # Mike Gilbert <floppym@g.o> (10 Nov 2018)
241 # Open bugs and no Gentoo maintainer.
242 # Removal in 30 days.