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, 02 Jul 2022 01:18:36
Message-Id: 1656724619.e2545c5ba5c079debb0d3e09751247ef8e7c0e3d.stasibear@gentoo
1 commit: e2545c5ba5c079debb0d3e09751247ef8e7c0e3d
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 01:08:45 2022 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 01:16:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2545c5b
7
8 media-sound/upmpdcli: remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11
12 media-sound/upmpdcli/Manifest | 1 -
13 media-sound/upmpdcli/upmpdcli-1.5.13.ebuild | 44 -----------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
17 index af9f90d165f7..84509328914a 100644
18 --- a/media-sound/upmpdcli/Manifest
19 +++ b/media-sound/upmpdcli/Manifest
20 @@ -1,2 +1 @@
21 -DIST upmpdcli-1.5.13.tar.gz 579569 BLAKE2B 30af7f455c0564e46c627217853a230bdabd0209baaa62b247388814af8005ecd0125de242c98cc20bef28adc548b5e83fa61d797535daa00cf180cad0fe0217 SHA512 bf61f7befe5fd64cdeed94f7d82965991d95abf8f8f96b044934d64aa55c887b7f4cdbc48f72a4843a5b6a145d9ccae6166e38710ce2015ccba18ac13c365ac6
22 DIST upmpdcli-1.5.17.tar.gz 585821 BLAKE2B dfd47d710751540743f5df38975e2775ac99355781c7d7bf8b50543148bc22aa85f4f851a5628291f11474342caec99ecfa664cd701fbe13c46be1d56cc6b042 SHA512 caaba9d6ee8564e9464f19c9462e2fe4ed917270a9a66a9608895ddc8e060cefa339749ffc284d83a05be78571241e1c0ee74c4b0058bda8c5b1d8ebbaf248a1
23
24 diff --git a/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild b/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild
25 deleted file mode 100644
26 index d5b5585b951c..000000000000
27 --- a/media-sound/upmpdcli/upmpdcli-1.5.13.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit systemd
36 -
37 -DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
38 -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
39 -LICENSE="GPL-2"
40 -
41 -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="thirdparty"
45 -
46 -DEPEND="
47 - dev-libs/jsoncpp
48 - media-libs/libmpdclient
49 - net-libs/libmicrohttpd
50 - net-libs/libupnpp
51 -"
52 -RDEPEND="
53 - ${DEPEND}
54 - acct-group/upmpdcli
55 - acct-user/upmpdcli
56 - app-misc/recoll
57 - thirdparty? ( dev-python/requests )
58 -"
59 -
60 -src_install() {
61 - default
62 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
63 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
64 - systemd_dounit systemd/upmpdcli.service
65 -}
66 -
67 -pkg_postinst() {
68 - einfo
69 - einfo "This package no longer assumes that upmpdcli is driving an"
70 - einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
71 - einfo "Probably it is though, so be sure your mpd is built with"
72 - einfo "USE=curl."
73 -}