summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2024-11-03 20:38:42 -0600
committerErik Mackdanz <stasibear@gentoo.org>2024-11-04 08:09:20 -0600
commit97bb26744f977a87c680a4dfa07a104312f444b8 (patch)
treebae51d96394a4640899150b8597427fd98c43025 /media-sound/upmpdcli
parentmedia-sound/upmpdcli: stabilize 1.8.17 for amd64, x86 (diff)
downloadgentoo-97bb26744f977a87c680a4dfa07a104312f444b8.tar.gz
gentoo-97bb26744f977a87c680a4dfa07a104312f444b8.tar.bz2
gentoo-97bb26744f977a87c680a4dfa07a104312f444b8.zip
media-sound/upmpdcli: drop 1.8.11
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'media-sound/upmpdcli')
-rw-r--r--media-sound/upmpdcli/Manifest1
-rw-r--r--media-sound/upmpdcli/upmpdcli-1.8.11.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index e9c66936f36c..0aa9885976d7 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.8.11.tar.gz 629053 BLAKE2B 42b8fa8f69bc0feab8dbeee8be48ec120c7c5084da1ddf64902b26845cecf7b50652260f1e56b9297a632d5b3c143390fbcef9212b0128b8f1b12c05aeb02979 SHA512 86badc49d3a6adef1d5283c38776cc8ab8dce6ce516ce6a87af76d00f4a681747eb5d4415640dfa191929ef5b77865a57bc72c7e10bc37e59c66d44119e7749c
DIST upmpdcli-1.8.17.tar.gz 706974 BLAKE2B 833aa9cbee6e725d15551409babdab8140721c02048427d6de7b5ddb49ce76f99c7af8c9de4925482f819c636a5fe74037bc096548b79a69afdb828b90aa3e5c SHA512 de11076176d50021103089b202bd7d7b1bb364482eeb5a671038c20b24eead5f64c80ed4873dbd70dae037a8b12fbee6de522f3a484d1b67d77723e26211a4af
diff --git a/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild b/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild
deleted file mode 100644
index 8e63719d0f5c..000000000000
--- a/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 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-0.26.4
-"
-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
-}