diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2021-09-09 14:27:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-02 15:35:48 +0300 |
commit | 35d81b7f3bd885ec99420d0101811688eff781d8 (patch) | |
tree | 4775aa7fd5b00c2a275166ecf18bf080e2127fe9 /media-sound | |
parent | media-sound/mpdscribble: add version 0.23 (diff) | |
download | gentoo-35d81b7f3bd885ec99420d0101811688eff781d8.tar.gz gentoo-35d81b7f3bd885ec99420d0101811688eff781d8.tar.bz2 gentoo-35d81b7f3bd885ec99420d0101811688eff781d8.zip |
media-sound/mpdscribble: drop -9999
This ebuild is broken due to upstream changes.
Closes: https://bugs.gentoo.org/784398
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
Closes: https://github.com/gentoo/gentoo/pull/22254
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-9999.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild deleted file mode 100644 index 639a5eb9e342..000000000000 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 autotools - -DESCRIPTION="An MPD client that submits information to Audioscrobbler" -HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/" -EGIT_REPO_URI="https://github.com/MusicPlayerDaemon/mpdscribble.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="+curl" - -RDEPEND="dev-libs/glib:2 - media-libs/libmpdclient - curl? ( net-misc/curl ) - !curl? ( net-libs/libsoup:2.4 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --with-http-client=$(usex curl curl soup) -} - -src_install() { - default - newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble - keepdir /var/cache/mpdscribble -} |