Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/
Date: Sat, 02 Oct 2021 12:36:24
Message-Id: 1633178148.35d81b7f3bd885ec99420d0101811688eff781d8.juippis@gentoo
1 commit: 35d81b7f3bd885ec99420d0101811688eff781d8
2 Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
3 AuthorDate: Thu Sep 9 12:27:59 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:35:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d81b7f
7
8 media-sound/mpdscribble: drop -9999
9
10 This ebuild is broken due to upstream changes.
11
12 Closes: https://bugs.gentoo.org/784398
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
15 Closes: https://github.com/gentoo/gentoo/pull/22254
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 media-sound/mpdscribble/mpdscribble-9999.ebuild | 38 -------------------------
19 1 file changed, 38 deletions(-)
20
21 diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild
22 deleted file mode 100644
23 index 639a5eb9e34..00000000000
24 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild
25 +++ /dev/null
26 @@ -1,38 +0,0 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=6
31 -
32 -inherit git-r3 autotools
33 -
34 -DESCRIPTION="An MPD client that submits information to Audioscrobbler"
35 -HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/"
36 -EGIT_REPO_URI="https://github.com/MusicPlayerDaemon/mpdscribble.git"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -KEYWORDS=""
41 -IUSE="+curl"
42 -
43 -RDEPEND="dev-libs/glib:2
44 - media-libs/libmpdclient
45 - curl? ( net-misc/curl )
46 - !curl? ( net-libs/libsoup:2.4 )"
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig"
49 -
50 -src_prepare() {
51 - default
52 - eautoreconf
53 -}
54 -
55 -src_configure() {
56 - econf \
57 - --with-http-client=$(usex curl curl soup)
58 -}
59 -
60 -src_install() {
61 - default
62 - newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
63 - keepdir /var/cache/mpdscribble
64 -}