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: net-misc/pulseaudio-dlna/
Date: Thu, 06 Feb 2020 07:10:48
Message-Id: 1580972932.3c4457205300b7bd9803bd903379e94fff79f065.mgorny@gentoo
1 commit: 3c4457205300b7bd9803bd903379e94fff79f065
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 07:03:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 07:08:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c445720
7
8 net-misc/pulseaudio-dlna: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/pulseaudio-dlna/Manifest | 1 -
13 .../pulseaudio-dlna-0.5.2-r1.ebuild | 56 ----------------------
14 .../pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild | 55 ---------------------
15 3 files changed, 112 deletions(-)
16
17 diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
18 index ecb54a90f20..b32dbbedb20 100644
19 --- a/net-misc/pulseaudio-dlna/Manifest
20 +++ b/net-misc/pulseaudio-dlna/Manifest
21 @@ -1,2 +1 @@
22 -DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
23 DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
24
25 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild
26 deleted file mode 100644
27 index 6714dd0bdc2..00000000000
28 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,56 +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 -PYTHON_COMPAT=( python2_7 )
36 -DISTUTILS_SINGLE_IMPL=1
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
41 -HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
42 -SRC_URI="https://github.com/masmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
50 - >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
51 - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
52 - >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
53 - dev-python/librsvg-python[${PYTHON_USEDEP}]
54 - >=dev-python/lxml-3[${PYTHON_USEDEP}]
55 - >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
56 - >=dev-python/notify2-0.3[${PYTHON_USEDEP}]
57 - >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
58 - dev-python/pycairo[${PYTHON_USEDEP}]
59 - dev-python/pygobject:3[${PYTHON_USEDEP}]
60 - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
61 - >=dev-python/setproctitle-1.0.1[${PYTHON_USEDEP}]
62 - >=dev-python/zeroconf-0.17[${PYTHON_USEDEP}]
63 - || (
64 - || ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
65 - media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
66 - ( media-video/libav[encode,faac,mp3,opus,vorbis] )
67 - ( media-libs/faac
68 - media-libs/flac
69 - media-sound/lame
70 - media-sound/opus-tools
71 - media-sound/sox
72 - media-sound/vorbis-tools )
73 - )
74 - virtual/python-futures[${PYTHON_USEDEP}]"
75 -
76 -DEPEND="${RDEPEND}
77 - dev-python/dbus-python[${PYTHON_USEDEP}]
78 - dev-python/setuptools[${PYTHON_USEDEP}]
79 - media-sound/pulseaudio"
80 -
81 -src_install() {
82 - distutils-r1_src_install
83 -
84 - insinto /usr/share/applications
85 - doins "${FILESDIR}/${PN}.desktop"
86 -}
87
88 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild
89 deleted file mode 100644
90 index eca97fcf2c7..00000000000
91 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild
92 +++ /dev/null
93 @@ -1,55 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=5
98 -PYTHON_COMPAT=( python2_7 )
99 -DISTUTILS_SINGLE_IMPL=1
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
104 -HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
105 -SRC_URI="https://github.com/masmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="GPL-3"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
113 - >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
114 - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
115 - >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
116 - dev-python/librsvg-python[${PYTHON_USEDEP}]
117 - >=dev-python/lxml-3[${PYTHON_USEDEP}]
118 - >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
119 - >=dev-python/notify2-0.3[${PYTHON_USEDEP}]
120 - >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
121 - dev-python/pycairo[${PYTHON_USEDEP}]
122 - dev-python/pygobject:3[${PYTHON_USEDEP}]
123 - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
124 - >=dev-python/setproctitle-1.0.1[${PYTHON_USEDEP}]
125 - >=dev-python/zeroconf-0.17[${PYTHON_USEDEP}]
126 - || (
127 - ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis] )
128 - ( media-video/libav[encode,faac,mp3,opus,vorbis] )
129 - ( media-libs/faac
130 - media-libs/flac
131 - media-sound/lame
132 - media-sound/opus-tools
133 - media-sound/sox
134 - media-sound/vorbis-tools )
135 - )
136 - virtual/python-futures[${PYTHON_USEDEP}]"
137 -
138 -DEPEND="${RDEPEND}
139 - dev-python/dbus-python[${PYTHON_USEDEP}]
140 - dev-python/setuptools[${PYTHON_USEDEP}]
141 - media-sound/pulseaudio"
142 -
143 -src_install() {
144 - distutils-r1_src_install
145 -
146 - insinto /usr/share/applications
147 - doins "${FILESDIR}/${PN}.desktop"
148 -}