commit: 35d81b7f3bd885ec99420d0101811688eff781d8 Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me> AuthorDate: Thu Sep 9 12:27:59 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 12:35:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d81b7f
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 <AT> aarsen.me> Closes: https://github.com/gentoo/gentoo/pull/22254 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-sound/mpdscribble/mpdscribble-9999.ebuild | 38 ------------------------- 1 file changed, 38 deletions(-) diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild deleted file mode 100644 index 639a5eb9e34..00000000000 --- 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 -}