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, 27 Nov 2021 23:49:26
Message-Id: 1638056951.bf61a34dca40566e6c2d7fede19659747ef2161b.stasibear@gentoo
1 commit: bf61a34dca40566e6c2d7fede19659747ef2161b
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 23:49:11 2021 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 23:49:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf61a34d
7
8 media-sound/upmpdcli: remove old
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12
13 media-sound/upmpdcli/Manifest | 1 -
14 media-sound/upmpdcli/upmpdcli-1.5.12.ebuild | 44 -----------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
18 index 4d02b543655a..5781dfb77988 100644
19 --- a/media-sound/upmpdcli/Manifest
20 +++ b/media-sound/upmpdcli/Manifest
21 @@ -1,2 +1 @@
22 -DIST upmpdcli-1.5.12.tar.gz 582091 BLAKE2B da3c0826a40e815790fa7f758c7511b5932190f0913295098e9c1fae92f9b0083ffbe2b7e95c97cedf76580cefaea27f4ef1f89326dbb67089314f6ff7f8c181 SHA512 ebe8076e3f99b525df115d11940a46a518725a34dcdfbb42eb763b6e148beb968a8e2015c4dd9e696224f3da2745b7356b3094de68332f50590a3421372f1dfc
23 DIST upmpdcli-1.5.13.tar.gz 579569 BLAKE2B 30af7f455c0564e46c627217853a230bdabd0209baaa62b247388814af8005ecd0125de242c98cc20bef28adc548b5e83fa61d797535daa00cf180cad0fe0217 SHA512 bf61f7befe5fd64cdeed94f7d82965991d95abf8f8f96b044934d64aa55c887b7f4cdbc48f72a4843a5b6a145d9ccae6166e38710ce2015ccba18ac13c365ac6
24
25 diff --git a/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild b/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild
26 deleted file mode 100644
27 index d5b5585b951c..000000000000
28 --- a/media-sound/upmpdcli/upmpdcli-1.5.12.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit systemd
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 x86"
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 - acct-group/upmpdcli
56 - acct-user/upmpdcli
57 - app-misc/recoll
58 - thirdparty? ( dev-python/requests )
59 -"
60 -
61 -src_install() {
62 - default
63 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
64 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
65 - systemd_dounit systemd/upmpdcli.service
66 -}
67 -
68 -pkg_postinst() {
69 - einfo
70 - einfo "This package no longer assumes that upmpdcli is driving an"
71 - einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
72 - einfo "Probably it is though, so be sure your mpd is built with"
73 - einfo "USE=curl."
74 -}