Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/files/, media-sound/upmpdcli/
Date: Mon, 22 Apr 2019 03:43:16
Message-Id: 1555904575.fbc6857399786de758b6ccb066bb6f03a5364d7c.stasibear@gentoo
1 commit: fbc6857399786de758b6ccb066bb6f03a5364d7c
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 22 03:42:55 2019 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 22 03:42:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc68573
7
8 media-sound/upmpdcli: remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12
13 media-sound/upmpdcli/Manifest | 1 -
14 media-sound/upmpdcli/files/upmpdcli-1.3.6.initd | 14 --------
15 media-sound/upmpdcli/upmpdcli-1.3.6.ebuild | 47 -------------------------
16 3 files changed, 62 deletions(-)
17
18 diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
19 index 7f9f693cfa6..4f82bbfb7da 100644
20 --- a/media-sound/upmpdcli/Manifest
21 +++ b/media-sound/upmpdcli/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST upmpdcli-1.3.6.tar.gz 515712 BLAKE2B 6de6a3af2e474a3f8d12865e3cdd420f31955e88a0eb1c8ffd019809666c4c613631d642b34bb5fa473fceb7207613d90584fdf856b6a49899f9c2aa31b2b471 SHA512 280b02116786c86fd5f1e472fa9070b3a6d846acd670e36d476b150d4a3e91e5a6d1546b7053b1f35a2e0de553c8517640934af010d371d3cbed248592be502d
24 DIST upmpdcli-1.4.0.tar.gz 469357 BLAKE2B edd46e86f367ff2f88346cfb4cb249dae4463095553bb220fbd9a4078315044ec7591f58c30a0f20840a9f217230e46bc3b3569989a0ae2c05a44aa140c234c4 SHA512 1ed1f0a89a02610d70fb9e380dcbdbd8d636bc4a0964a16d27bd7c04126674f7f14e50e5fe521a430a06ea04ecef1275c7ad5f1c276daae1c285b73cceba9dec
25 DIST upmpdcli-1.4.2.tar.gz 477650 BLAKE2B 8bc2f86e8821aaee29f969e6031553f29e3224fdaf4b9c7d443f55bda5f321f36607dbb7dc0af15f0d1e7b006e93595cd1d668f9d1975e8673a80b218ea7f570 SHA512 be855214b55686422689ce786103ff50748a9f9e7e556c8dbeaa7e39e0229a3e0b56502bdbeb7071771706416cd2ff36592cb5245b505d8438f0ba75c200e9c2
26
27 diff --git a/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd b/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd
28 deleted file mode 100644
29 index f37623e8f2c..00000000000
30 --- a/media-sound/upmpdcli/files/upmpdcli-1.3.6.initd
31 +++ /dev/null
32 @@ -1,14 +0,0 @@
33 -#!/sbin/openrc-run
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -description="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
38 -pidfile=/var/run/upmpdcli.pid
39 -command=/usr/bin/upmpdcli
40 -config="${config:-/etc/upmpdcli.conf}"
41 -command_args="-c ${config}"
42 -command_args_background="-D"
43 -
44 -depend() {
45 - need localmount mpd
46 -}
47
48 diff --git a/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild b/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild
49 deleted file mode 100644
50 index dc2832f79f0..00000000000
51 --- a/media-sound/upmpdcli/upmpdcli-1.3.6.ebuild
52 +++ /dev/null
53 @@ -1,47 +0,0 @@
54 -# Copyright 1999-2019 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=6
58 -
59 -inherit systemd user
60 -
61 -DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
62 -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
63 -LICENSE="GPL-2"
64 -
65 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
66 -SLOT="0"
67 -KEYWORDS="amd64"
68 -IUSE="thirdparty"
69 -
70 -DEPEND="
71 - dev-libs/jsoncpp
72 - media-libs/libmpdclient
73 - net-libs/libmicrohttpd
74 - <net-libs/libupnpp-0.17.0
75 -"
76 -RDEPEND="
77 - ${DEPEND}
78 - thirdparty? ( dev-python/requests )
79 - media-sound/mpd[curl]
80 -"
81 -
82 -pkg_setup() {
83 - enewuser "${PN}"
84 - enewgroup "${PN}"
85 -}
86 -
87 -src_install() {
88 - default
89 - newinitd "${FILESDIR}/${P}.initd" "${PN}"
90 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
91 - systemd_dounit systemd/upmpdcli.service
92 -}
93 -
94 -pkg_postinst() {
95 - einfo
96 - einfo "Consider installing media-sound/sc2mpd. If upmpdcli"
97 - einfo "detects sc2mpd at run-time, capabilities are added"
98 - einfo "including internet radio support. See upstream docs"
99 - einfo "for more information."
100 -}