diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2024-12-02 19:54:12 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2024-12-02 19:54:12 -0600 |
commit | 5f7c23c3cdda90d00e3bfb146ea2e67f6cc22aa1 (patch) | |
tree | 2060795ebf5815c12e8a059d7480084e1ca8db58 /media-sound | |
parent | media-sound/upmpdcli: stabilize 1.8.18 for amd64, x86 (diff) | |
download | gentoo-5f7c23c3cdda90d00e3bfb146ea2e67f6cc22aa1.tar.gz gentoo-5f7c23c3cdda90d00e3bfb146ea2e67f6cc22aa1.tar.bz2 gentoo-5f7c23c3cdda90d00e3bfb146ea2e67f6cc22aa1.zip |
media-sound/upmpdcli: drop 1.8.17
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/upmpdcli/Manifest | 1 | ||||
-rw-r--r-- | media-sound/upmpdcli/upmpdcli-1.8.17.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest index daabde078660..41df6747461d 100644 --- a/media-sound/upmpdcli/Manifest +++ b/media-sound/upmpdcli/Manifest @@ -1,2 +1 @@ -DIST upmpdcli-1.8.17.tar.gz 706974 BLAKE2B 833aa9cbee6e725d15551409babdab8140721c02048427d6de7b5ddb49ce76f99c7af8c9de4925482f819c636a5fe74037bc096548b79a69afdb828b90aa3e5c SHA512 de11076176d50021103089b202bd7d7b1bb364482eeb5a671038c20b24eead5f64c80ed4873dbd70dae037a8b12fbee6de522f3a484d1b67d77723e26211a4af DIST upmpdcli-1.8.18.tar.gz 706556 BLAKE2B 3c1d3efb5ac2a93feb852a3782580f1259355fffb7a33d74dd1be41cf78df204f66ab347785b27d7680f29f3ab50ff0e801ce1c7bd8e997e8e75b6def6a136fa SHA512 654c816bbddf11fcb882cac73c91dd676116498076fe1b7af135fe6fbff840ce7b9ea0bd4cd52188ece10a7f1758475d2c9b20dbf679f63fa526aab7398d0c80 diff --git a/media-sound/upmpdcli/upmpdcli-1.8.17.ebuild b/media-sound/upmpdcli/upmpdcli-1.8.17.ebuild deleted file mode 100644 index 8e63719d0f5c..000000000000 --- a/media-sound/upmpdcli/upmpdcli-1.8.17.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 -} |