media-sound/upmpdcli: drop 1.9.15

Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
Erik Mackdanz
2026-04-16 08:02:07 -05:00
parent a03bd351e5
commit 2fe9439ef9
2 changed files with 0 additions and 38 deletions
-1
View File
@@ -1,3 +1,2 @@
DIST upmpdcli-1.9.14.tar.gz 941495 BLAKE2B 826fc505f1291f07e8501f80258fe7c1ffe19b6b80e68198e58e4261b0c22817ed535504f065ea74b8952cd3e6c140c9ce1bc7d4441e3d7dbf79675c7cb4ff52 SHA512 1390396e6dfcfb58055c98c6fe12cc280fc93956e5ba714437b9f142fac16ccd348e51d82332a84ccac425de20e177617f7d01c2b34902a6b496d6300aadba5d
DIST upmpdcli-1.9.15.tar.gz 947184 BLAKE2B d69c54daf453c6d776cd5849de144b325f8fa0dabea1401fb2b267cad2cac78bbd0b06511e01c57f20e6d0bad3ee62118f14667471c1089079bbd08427ba24c2 SHA512 ecfdc9b09e4fd2b790ff9352fe3159cc502031689e814af5f3e37d070e2ea79db86353d41a22792f04ccb237e296ab5de7fe569250122cc17ad0cb0e84d608b0
DIST upmpdcli-1.9.16.tar.gz 949759 BLAKE2B ae9df80b9066dfd72c07b4b575743853a786df5d70444e92bfcba45a4fbdd390e354376d9cebc9b25cfd455b2f492dfda5b04c33662563272d7eac5cfed0753f SHA512 39d2c09a345e5b6e023754b276b0d6781a4c5f63fdebd3ba904424a3e149144980068feb9169549a3cfd8c05ccf2b201f507ea8ee1c5d73c6a02b50aa9e25ee3
@@ -1,37 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson systemd
DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="thirdparty"
DEPEND="
net-misc/curl
dev-libs/jsoncpp
media-libs/libmpdclient
net-libs/libmicrohttpd:=
net-libs/libupnpp
"
RDEPEND="
${DEPEND}
acct-group/upmpdcli
acct-user/upmpdcli
app-misc/recoll
thirdparty? ( dev-python/requests )
"
src_install() {
meson_src_install
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
systemd_dounit systemd/upmpdcli.service
}