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/
Date: Sat, 09 Feb 2019 04:18:01
Message-Id: 1549685834.71c4fb601c6b4564706598c2a3260a3366321c59.stasibear@gentoo
1 commit: 71c4fb601c6b4564706598c2a3260a3366321c59
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 04:17:14 2019 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 04:17:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c4fb60
7
8 media-sound/upmpdcli: Remove old version
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12
13 media-sound/upmpdcli/Manifest | 1 -
14 media-sound/upmpdcli/upmpdcli-1.2.16.ebuild | 46 -----------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
18 index 1907400c9ad..c578441a665 100644
19 --- a/media-sound/upmpdcli/Manifest
20 +++ b/media-sound/upmpdcli/Manifest
21 @@ -1,2 +1 @@
22 -DIST upmpdcli-1.2.16.tar.gz 429958 BLAKE2B d484e98ca7774e6d55e42937152efda9bc2127afd6a222575055c48cd7cf5d61f6b578d80a3eca75d7299570cc9d3acc78b1e0c461f4a064528fdb9cb62eee22 SHA512 1fd5b1939f7140f2e54401967308dd155e0f72406188b82e8ccc9178f5feeb0d37cfcd28dd220dd5437d06f49955cc83d70f0bb7c3659452ccb2e73f8846a226
23 DIST upmpdcli-1.3.6.tar.gz 515712 BLAKE2B 6de6a3af2e474a3f8d12865e3cdd420f31955e88a0eb1c8ffd019809666c4c613631d642b34bb5fa473fceb7207613d90584fdf856b6a49899f9c2aa31b2b471 SHA512 280b02116786c86fd5f1e472fa9070b3a6d846acd670e36d476b150d4a3e91e5a6d1546b7053b1f35a2e0de553c8517640934af010d371d3cbed248592be502d
24
25 diff --git a/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild b/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild
26 deleted file mode 100644
27 index 54eaba57636..00000000000
28 --- a/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit user
37 -
38 -DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
39 -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
40 -LICENSE="GPL-2"
41 -
42 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
43 -SLOT="0"
44 -KEYWORDS="amd64"
45 -IUSE="thirdparty"
46 -
47 -DEPEND="
48 - dev-libs/jsoncpp
49 - media-libs/libmpdclient
50 - net-libs/libmicrohttpd
51 - net-libs/libupnpp
52 -"
53 -RDEPEND="
54 - ${DEPEND}
55 - thirdparty? ( dev-python/requests )
56 - media-sound/mpd[curl]
57 -"
58 -
59 -pkg_setup() {
60 - enewuser "${PN}"
61 - enewgroup "${PN}"
62 -}
63 -
64 -src_install() {
65 - default
66 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
67 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
68 -}
69 -
70 -pkg_postinst() {
71 - einfo
72 - einfo "Consider installing media-sound/sc2mpd. If upmpdcli"
73 - einfo "detects sc2mpd at run-time, capabilities are added"
74 - einfo "including internet radio support. See upstream docs"
75 - einfo "for more information."
76 -}