net-misc/pulseaudio-dlna: Remove old (py2)
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:03:50 +0000 (08:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:52 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/pulseaudio-dlna/Manifest
net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild [deleted file]
net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild [deleted file]

index ecb54a90f205dff1d567f8d60d6f28687386722c..b32dbbedb20be05d76bd03f6cc7cd6da7498b053 100644 (file)
@@ -1,2 +1 @@
-DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
 DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
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
deleted file mode 100644 (file)
index 6714dd0..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
-HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
-SRC_URI="https://github.com/masmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
-       >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
-       >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-       >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
-       dev-python/librsvg-python[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3[${PYTHON_USEDEP}]
-       >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
-       >=dev-python/notify2-0.3[${PYTHON_USEDEP}]
-       >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
-       >=dev-python/setproctitle-1.0.1[${PYTHON_USEDEP}]
-       >=dev-python/zeroconf-0.17[${PYTHON_USEDEP}]
-       || (
-               || ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
-                    media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
-               ( media-video/libav[encode,faac,mp3,opus,vorbis] )
-               ( media-libs/faac
-                       media-libs/flac
-                       media-sound/lame
-                       media-sound/opus-tools
-                       media-sound/sox
-                       media-sound/vorbis-tools )
-       )
-       virtual/python-futures[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       media-sound/pulseaudio"
-
-src_install() {
-       distutils-r1_src_install
-
-       insinto /usr/share/applications
-       doins "${FILESDIR}/${PN}.desktop"
-}
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild
deleted file mode 100644 (file)
index eca97fc..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
-HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
-SRC_URI="https://github.com/masmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
-       >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
-       >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-       >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
-       dev-python/librsvg-python[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3[${PYTHON_USEDEP}]
-       >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
-       >=dev-python/notify2-0.3[${PYTHON_USEDEP}]
-       >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
-       >=dev-python/setproctitle-1.0.1[${PYTHON_USEDEP}]
-       >=dev-python/zeroconf-0.17[${PYTHON_USEDEP}]
-       || (
-               ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis] )
-               ( media-video/libav[encode,faac,mp3,opus,vorbis] )
-               ( media-libs/faac
-                       media-libs/flac
-                       media-sound/lame
-                       media-sound/opus-tools
-                       media-sound/sox
-                       media-sound/vorbis-tools )
-       )
-       virtual/python-futures[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       media-sound/pulseaudio"
-
-src_install() {
-       distutils-r1_src_install
-
-       insinto /usr/share/applications
-       doins "${FILESDIR}/${PN}.desktop"
-}