Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/
Date: Fri, 11 Aug 2017 15:14:23
Message-Id: 1502464272.a78113c899b85e1f8707cf63351b07afe13f4fd2.asturm@gentoo
1 commit: a78113c899b85e1f8707cf63351b07afe13f4fd2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 14:59:44 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 15:11:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78113c8
7
8 media-plugins/mythplugins: Drop 0.27.6
9
10 Gentoo-bug: 620706
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 media-plugins/mythplugins/Manifest | 1 -
14 .../mythplugins-0.27.6_p20160318.ebuild | 160 ---------------------
15 2 files changed, 161 deletions(-)
16
17 diff --git a/media-plugins/mythplugins/Manifest b/media-plugins/mythplugins/Manifest
18 index 8fdb1e25636..c9722df0b5b 100644
19 --- a/media-plugins/mythplugins/Manifest
20 +++ b/media-plugins/mythplugins/Manifest
21 @@ -1,2 +1 @@
22 -DIST mythtv-0.27.6_p20160318.tar.gz 85676387 SHA256 d0b8c03d95e082e87e0fab8656358e9f3991cd08b2ec5edcbb10a9a91b1e4162 SHA512 7e94d07b4f99a15b978b42d8be11f329a938842b02ad99c9628ab6dda2fa802ca7148c5db9e6f7fae40f44027f55e69f1cdb6879ee83400934025f18ac68468f WHIRLPOOL d0f040c1ecb35e5c526477134d756a67d978aeefbf478b624eaa16e4ca1639e3b8f038507052b7d05e3a18fb85fd4e1eaeeb1a185ccfdf0fb2255fdc657be6c1
23 DIST mythtv-0.28.1.tar.gz 104477892 SHA256 73dd4de0de6fe5688c290781b76de6380b256a87159f2c6e3dad66870389da1f SHA512 67a81858cd19b90f519113b234119ecc248366d8545c862d887755f256cddf04d9ca16a7bf67f63e06f7628730e7dbde2a2099ca8aaeb9061b2e55a5a0b7d5e7 WHIRLPOOL 370f3a528438d50d302ab6adadba5089b32749f8127cbf270b85ef16d35ca15026e0947e292920a3dd6acf2ed65de68af8754d985944bd59f3310a42b03551de
24
25 diff --git a/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild b/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
26 deleted file mode 100644
27 index ed18a568551..00000000000
28 --- a/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
29 +++ /dev/null
30 @@ -1,160 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -PYTHON_REQ_USE="xml"
38 -BACKPORTS="b6ae90c071a9a8eac9873fae988d5eb2434f3160"
39 -MY_P=${P%_p*}
40 -
41 -inherit eutils python-single-r1 vcs-snapshot
42 -
43 -DESCRIPTION="Official MythTV plugins"
44 -HOMEPAGE="http://www.mythtv.org"
45 -SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> mythtv-${PV}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -MYTHPLUGINS="+mytharchive +mythbrowser +mythgallery +mythgame \
52 -+mythmusic +mythnetvision +mythnews +mythweather +mythzoneminder"
53 -
54 -IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass raw +theora +vorbis +xml xvid"
55 -
56 -DEPEND="!media-plugins/mytharchive
57 - !media-plugins/mythbrowser
58 - !media-plugins/mythgallery
59 - !media-plugins/mythgame
60 - !media-plugins/mythmovies
61 - !media-plugins/mythmusic
62 - !media-plugins/mythnetvision
63 - !media-plugins/mythnews
64 - !media-plugins/mythweather
65 - ~media-tv/mythtv-${PV}:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
66 - dev-libs/glib:=
67 - xml? ( >=dev-libs/libxml2-2.6.0:= )
68 - dev-qt/qtcore:4
69 - dev-qt/qtgui:4
70 - dev-qt/qtopengl:4
71 - dev-qt/qtsql:4
72 - dev-libs/openssl:=
73 - alsa? ( >=media-libs/alsa-lib-1.0.24:= )
74 - hls? (
75 - media-libs/faac:=
76 - media-libs/libvpx:=
77 - >=media-libs/x264-0.0.20111220:=
78 - >=media-sound/lame-3.93.1
79 - )
80 - media-libs/freetype:=
81 - libass? ( >=media-libs/libass-0.9.11:= )
82 - media-libs/libpng:=
83 - theora? (
84 - media-libs/libtheora:=
85 - media-libs/libogg:=
86 - )
87 - xvid? ( >=media-libs/xvid-1.1.0:= )
88 - virtual/libudev:=
89 - ieee1394? (
90 - >=sys-libs/libraw1394-1.2.0:=
91 - >=sys-libs/libavc1394-0.5.3:=
92 - >=media-libs/libiec61883-1.0.0:=
93 - )
94 - x11-libs/libX11:=
95 - sys-libs/zlib:=
96 - x11-libs/libXext:=
97 - x11-libs/libXinerama:=
98 - x11-libs/libXrandr:=
99 - x11-libs/libXv:=
100 - x11-libs/libXxf86vm:=
101 - fftw? ( sci-libs/fftw:= )
102 - sys-apps/util-linux:=
103 - mythzoneminder? ( virtual/mysql )
104 - mytharchive? (
105 - app-cdr/dvd+rw-tools
106 - dev-python/pillow:=
107 - media-video/dvdauthor
108 - media-video/mjpegtools[png]
109 - media-video/transcode
110 - virtual/cdrtools
111 - )
112 - mythgallery? (
113 - media-libs/tiff:=
114 - virtual/opengl
115 - exif? ( >media-libs/libexif-0.6.9:= )
116 - raw? ( media-gfx/dcraw )
117 - )
118 - mythmusic? (
119 - >=media-libs/flac-1.1.2:=
120 - >=media-libs/taglib-1.6:=
121 - >=media-libs/libvorbis-1.0:=
122 - media-libs/libogg:=
123 - >=media-sound/lame-3.93.1
124 - virtual/opengl
125 - cdda? (
126 - dev-libs/libcdio:=
127 - cdr? ( virtual/cdrtools )
128 - )
129 -
130 - )
131 - mythnetvision? (
132 - ${PYTHON_DEPS}
133 - dev-python/lxml:=
134 - dev-python/mysql-python:=
135 - dev-python/oauth:=
136 - dev-python/pycurl:=
137 - )
138 - mythweather? (
139 - dev-perl/Date-Manip
140 - dev-perl/DateTime-Format-ISO8601
141 - >=dev-perl/DateTime-1
142 - dev-perl/Image-Size
143 - dev-perl/JSON
144 - dev-perl/SOAP-Lite
145 - dev-perl/XML-Simple
146 - dev-perl/XML-Parser
147 - dev-perl/XML-SAX
148 - dev-perl/XML-XPath
149 - )
150 - mythbrowser? (
151 - dev-qt/qtwebkit:4
152 - )"
153 -RDEPEND="${DEPEND}"
154 -
155 -REQUIRED_USE="
156 - cdda? ( mythmusic )
157 - cdr? ( mythmusic cdda )
158 - exif? ( mythgallery )
159 - fftw? ( mythmusic )
160 - mythmusic? ( vorbis )
161 - mythnews? ( mythbrowser )
162 - raw? ( mythgallery )
163 - mythnetvision? ( ${PYTHON_REQUIRED_USE} )"
164 -
165 -S="${WORKDIR}/mythtv-${PV}/mythplugins"
166 -
167 -src_configure() {
168 - ./configure \
169 - --prefix=/usr \
170 - --python=${EPYTHON} \
171 - --enable-opengl \
172 - $(use_enable mythzoneminder) \
173 - $(use_enable mytharchive) \
174 - $(use_enable mythbrowser) \
175 - $(use_enable mythgallery) \
176 - $(use_enable mythgame) \
177 - $(use_enable mythmusic) \
178 - $(use_enable mythnetvision) \
179 - $(use_enable mythnews) \
180 - $(use_enable mythweather) \
181 - $(use_enable cdda cdio) \
182 - $(use_enable exif) \
183 - $(use_enable exif new-exif) \
184 - $(use_enable raw dcraw) \
185 - || die "configure failed"
186 -}
187 -
188 -src_install() {
189 - emake INSTALL_ROOT="${D}" install || die "make install failed"
190 -}