Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/
Date: Mon, 01 Aug 2022 04:29:50
Message-Id: 1659328182.912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe.fordfrog@gentoo
1 commit: 912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 04:29:42 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 04:29:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912c79d9
7
8 media-sound/mpdscribble: dropped obsolete 0.22
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 media-sound/mpdscribble/Manifest | 1 -
13 media-sound/mpdscribble/mpdscribble-0.22.ebuild | 31 -------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/media-sound/mpdscribble/Manifest b/media-sound/mpdscribble/Manifest
17 index 029529b1dd0a..69cedcded4d0 100644
18 --- a/media-sound/mpdscribble/Manifest
19 +++ b/media-sound/mpdscribble/Manifest
20 @@ -1,2 +1 @@
21 -DIST mpdscribble-0.22.tar.bz2 116981 BLAKE2B 13b15ca9e49faa3e5d254bc2864de4a0c409d8767db586def3a7bee415c67f84ddffbd7fce6093afe4aba5d5e66db8182aed52d9a141bebf4094a400f2ababe3 SHA512 bedd93392a4d5a0609dcaf7aefeeff3851f3084da8c34a4fc1f8fde51c2ba10b8370ac52cc8d55f0c9a96fffed975827a0935087c2c51880b7bfef8d79182dc8
22 DIST mpdscribble-0.24.tar.xz 69856 BLAKE2B 84143ed7f6978aff32fa759bbe90c934ba5c58df294d375921ffb1cd45de13ecd867fb832940088228fdad4c09948cd82c8dfe9b7fe77d6652743d522bfde8b7 SHA512 cca57f54f69ec1c870805cc58057e6325b6f5897370c315dcd6a64c5dd28ac07fdbddaa8b56f8c1fd88e71d27505f1a87decd68fbdff1f3fe1eaadec8ae80dae
23
24 diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
25 deleted file mode 100644
26 index 29b2c66fd7d6..000000000000
27 --- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="An MPD client that submits information to Audioscrobbler"
36 -HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/"
37 -SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~ppc x86"
42 -IUSE="+curl"
43 -
44 -RDEPEND="dev-libs/glib:2
45 - media-libs/libmpdclient
46 - curl? ( net-misc/curl )
47 - !curl? ( net-libs/libsoup:2.4 )"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 -
51 -src_configure() {
52 - econf \
53 - --with-http-client=$(usex curl curl soup)
54 -}
55 -
56 -src_install() {
57 - default
58 - newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
59 - keepdir /var/cache/mpdscribble
60 -}