media-sound/upmpdcli: Remove old version
authorErik Mackdanz <stasibear@gentoo.org>
Sat, 9 Feb 2019 04:17:14 +0000 (22:17 -0600)
committerErik Mackdanz <stasibear@gentoo.org>
Sat, 9 Feb 2019 04:17:14 +0000 (22:17 -0600)
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-2.3.59, Repoman-2.3.12

media-sound/upmpdcli/Manifest
media-sound/upmpdcli/upmpdcli-1.2.16.ebuild [deleted file]

index 1907400c9ad90073f313d5ce939c76395220abe3..c578441a665dcd125fc8b2e9a2e333d0ee8d56f6 100644 (file)
@@ -1,2 +1 @@
-DIST upmpdcli-1.2.16.tar.gz 429958 BLAKE2B d484e98ca7774e6d55e42937152efda9bc2127afd6a222575055c48cd7cf5d61f6b578d80a3eca75d7299570cc9d3acc78b1e0c461f4a064528fdb9cb62eee22 SHA512 1fd5b1939f7140f2e54401967308dd155e0f72406188b82e8ccc9178f5feeb0d37cfcd28dd220dd5437d06f49955cc83d70f0bb7c3659452ccb2e73f8846a226
 DIST upmpdcli-1.3.6.tar.gz 515712 BLAKE2B 6de6a3af2e474a3f8d12865e3cdd420f31955e88a0eb1c8ffd019809666c4c613631d642b34bb5fa473fceb7207613d90584fdf856b6a49899f9c2aa31b2b471 SHA512 280b02116786c86fd5f1e472fa9070b3a6d846acd670e36d476b150d4a3e91e5a6d1546b7053b1f35a2e0de553c8517640934af010d371d3cbed248592be502d
diff --git a/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild b/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild
deleted file mode 100644 (file)
index 54eaba5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit 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
-"
-RDEPEND="
-       ${DEPEND}
-       thirdparty? ( dev-python/requests )
-       media-sound/mpd[curl]
-"
-
-pkg_setup() {
-       enewuser "${PN}"
-       enewgroup "${PN}"
-}
-
-src_install() {
-       default
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-}
-
-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."
-}