summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2019-04-21 22:42:55 -0500
committerErik Mackdanz <stasibear@gentoo.org>2019-04-21 22:42:55 -0500
commitfbc6857399786de758b6ccb066bb6f03a5364d7c (patch)
tree20659ec358d9be46c725daddd669265e806f3cba
parentmedia-sound/upmpdcli: bump to 1.4.2 (diff)
downloadgentoo-fbc6857399786de758b6ccb066bb6f03a5364d7c.tar.gz
gentoo-fbc6857399786de758b6ccb066bb6f03a5364d7c.tar.bz2
gentoo-fbc6857399786de758b6ccb066bb6f03a5364d7c.zip
media-sound/upmpdcli: remove old
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
-rw-r--r--media-sound/upmpdcli/Manifest1
-rw-r--r--media-sound/upmpdcli/files/upmpdcli-1.3.6.initd14
-rw-r--r--media-sound/upmpdcli/upmpdcli-1.3.6.ebuild47
3 files changed, 0 insertions, 62 deletions
diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 7f9f693cfa63..4f82bbfb7dab 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,3 +1,2 @@
-DIST upmpdcli-1.3.6.tar.gz 515712 BLAKE2B 6de6a3af2e474a3f8d12865e3cdd420f31955e88a0eb1c8ffd019809666c4c613631d642b34bb5fa473fceb7207613d90584fdf856b6a49899f9c2aa31b2b471 SHA512 280b02116786c86fd5f1e472fa9070b3a6d846acd670e36d476b150d4a3e91e5a6d1546b7053b1f35a2e0de553c8517640934af010d371d3cbed248592be502d
DIST upmpdcli-1.4.0.tar.gz 469357 BLAKE2B edd46e86f367ff2f88346cfb4cb249dae4463095553bb220fbd9a4078315044ec7591f58c30a0f20840a9f217230e46bc3b3569989a0ae2c05a44aa140c234c4 SHA512 1ed1f0a89a02610d70fb9e380dcbdbd8d636bc4a0964a16d27bd7c04126674f7f14e50e5fe521a430a06ea04ecef1275c7ad5f1c276daae1c285b73cceba9dec
DIST upmpdcli-1.4.2.tar.gz 477650 BLAKE2B 8bc2f86e8821aaee29f969e6031553f29e3224fdaf4b9c7d443f55bda5f321f36607dbb7dc0af15f0d1e7b006e93595cd1d668f9d1975e8673a80b218ea7f570 SHA512 be855214b55686422689ce786103ff50748a9f9e7e556c8dbeaa7e39e0229a3e0b56502bdbeb7071771706416cd2ff36592cb5245b505d8438f0ba75c200e9c2
diff --git a/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd b/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd
deleted file mode 100644
index f37623e8f2c1..000000000000
--- a/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-description="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-pidfile=/var/run/upmpdcli.pid
-command=/usr/bin/upmpdcli
-config="${config:-/etc/upmpdcli.conf}"
-command_args="-c ${config}"
-command_args_background="-D"
-
-depend() {
- need localmount mpd
-}
diff --git a/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild b/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild
deleted file mode 100644
index dc2832f79f0f..000000000000
--- a/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="thirdparty"
-
-DEPEND="
- dev-libs/jsoncpp
- media-libs/libmpdclient
- net-libs/libmicrohttpd
- <net-libs/libupnpp-0.17.0
-"
-RDEPEND="
- ${DEPEND}
- thirdparty? ( dev-python/requests )
- media-sound/mpd[curl]
-"
-
-pkg_setup() {
- enewuser "${PN}"
- enewgroup "${PN}"
-}
-
-src_install() {
- default
- newinitd "${FILESDIR}/${P}.initd" "${PN}"
- newconfd "${FILESDIR}/${PN}.confd" "${PN}"
- systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
- einfo
- einfo "Consider installing media-sound/sc2mpd. If upmpdcli"
- einfo "detects sc2mpd at run-time, capabilities are added"
- einfo "including internet radio support. See upstream docs"
- einfo "for more information."
-}