commit: c980e09a196c18e8c28d91b43ca2a7d6b20bd30c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 19:10:43 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 19:10:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c980e09a
net-misc/pulseaudio-dlna: Remove last-rited pkg Bug: https://bugs.gentoo.org/921826 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/pulseaudio-dlna/Manifest | 1 - .../pulseaudio-dlna/files/pulseaudio-dlna.desktop | 9 --- net-misc/pulseaudio-dlna/metadata.xml | 11 ---- .../pulseaudio-dlna-0.6.5_p1-r3.ebuild | 67 ---------------------- .../pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 67 ---------------------- profiles/package.mask | 1 - 6 files changed, 156 deletions(-) diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest deleted file mode 100644 index 0d4ba16c8758..000000000000 --- a/net-misc/pulseaudio-dlna/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pulseaudio-dlna-0.6.5-1.tar.gz 712483 BLAKE2B baf1fc94f41c9ac2ca7df5c239ace36b36da4d7a40e30cf19fa630f51a0e94fa44a1ba531943ad5c4425580e4bbe68af1d5de48f5f17163783aab7b471faa72e SHA512 6fd59ac6ff0dfa98baed7a5d929c6f7d9f3539016a6383770895732f7066bc260b3d56751691573d0834a0ee29a6e542ef26e66e48c7a7af97cc84ca23ff5c2d diff --git a/net-misc/pulseaudio-dlna/files/pulseaudio-dlna.desktop b/net-misc/pulseaudio-dlna/files/pulseaudio-dlna.desktop deleted file mode 100644 index dd6bcde58487..000000000000 --- a/net-misc/pulseaudio-dlna/files/pulseaudio-dlna.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Pulseaudio DLNA -Type=Application -Comment=A lightweight streaming server which brings DLNA / UPNP and Chromecast support to PulseAudio and Linux -Exec=sh -c "pkill pulseaudio-dlna; pulseaudio-dlna --request-timeout=30" -Terminal=false -Categories= -NoDisplay=true -StartupNotify=false diff --git a/net-misc/pulseaudio-dlna/metadata.xml b/net-misc/pulseaudio-dlna/metadata.xml deleted file mode 100644 index 27696bfc5aa6..000000000000 --- a/net-misc/pulseaudio-dlna/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthew Thode</name> - </maintainer> - <upstream> - <remote-id type="github">masmu/pulseaudio-dlna</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r3.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r3.ebuild deleted file mode 100644 index b5c0b70fed9c..000000000000 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit desktop distutils-r1 - -DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio" -HOMEPAGE="https://github.com/Cygn/pulseaudio-dlna" - -if [[ ${PV} == *9999 ]];then - EGIT_REPO_URI="https://github.com/Cygn/pulseaudio-dlna" - inherit git-r3 -else - MY_P=${PN}-${PV/_p/-} - - SRC_URI="https://github.com/Cygn/pulseaudio-dlna/archive/refs/tags/${MY_P}.tar.gz" - S="${WORKDIR}"/${PN}-${MY_P} - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}] - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - >=dev-python/notify2-0.3[${PYTHON_USEDEP}] - >=dev-python/psutil-5.4.7[${PYTHON_USEDEP}] - >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] - >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}] - >=dev-python/netifaces-0.10.0[${PYTHON_USEDEP}] - >=dev-python/lxml-3[${PYTHON_USEDEP}] - >=dev-python/pychromecast-10[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}] - gnome-base/librsvg[introspection] - media-sound/pulseaudio-daemon - x11-libs/gtk+:3[introspection] - || ( - media-video/ffmpeg[encode(+),lame(-),opus,vorbis] - ( - media-libs/flac - media-sound/lame - media-sound/opus-tools - media-sound/sox - media-sound/vorbis-tools - ) - )" - -python_prepare_all() { - sed -i -e 's/.gz//' setup.py || die - - distutils-r1_python_prepare_all -} - -src_install() { - distutils-r1_src_install - - domenu "${FILESDIR}"/${PN}.desktop -} diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild deleted file mode 100644 index b5c0b70fed9c..000000000000 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit desktop distutils-r1 - -DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio" -HOMEPAGE="https://github.com/Cygn/pulseaudio-dlna" - -if [[ ${PV} == *9999 ]];then - EGIT_REPO_URI="https://github.com/Cygn/pulseaudio-dlna" - inherit git-r3 -else - MY_P=${PN}-${PV/_p/-} - - SRC_URI="https://github.com/Cygn/pulseaudio-dlna/archive/refs/tags/${MY_P}.tar.gz" - S="${WORKDIR}"/${PN}-${MY_P} - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}] - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - >=dev-python/notify2-0.3[${PYTHON_USEDEP}] - >=dev-python/psutil-5.4.7[${PYTHON_USEDEP}] - >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] - >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}] - >=dev-python/netifaces-0.10.0[${PYTHON_USEDEP}] - >=dev-python/lxml-3[${PYTHON_USEDEP}] - >=dev-python/pychromecast-10[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}] - >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}] - gnome-base/librsvg[introspection] - media-sound/pulseaudio-daemon - x11-libs/gtk+:3[introspection] - || ( - media-video/ffmpeg[encode(+),lame(-),opus,vorbis] - ( - media-libs/flac - media-sound/lame - media-sound/opus-tools - media-sound/sox - media-sound/vorbis-tools - ) - )" - -python_prepare_all() { - sed -i -e 's/.gz//' setup.py || die - - distutils-r1_python_prepare_all -} - -src_install() { - distutils-r1_src_install - - domenu "${FILESDIR}"/${PN}.desktop -} diff --git a/profiles/package.mask b/profiles/package.mask index cfa61281e48a..3048b68314cb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -203,7 +203,6 @@ dev-libs/redland-bindings dev-python/happybase games-engines/scrap-engine games-rpg/pokete -net-misc/pulseaudio-dlna # Michał Górny <[email protected]> (2025-12-12) # Upstream has switched to LLM-first coding which has already caused
