From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1200158094 for ; Mon, 1 Aug 2022 04:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD906E10CB; Mon, 1 Aug 2022 04:29:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89B8EE10CB for ; Mon, 1 Aug 2022 04:29:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBED6340E36 for ; Mon, 1 Aug 2022 04:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 644D1500 for ; Mon, 1 Aug 2022 04:29:47 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1659328182.912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpdscribble/Manifest media-sound/mpdscribble/mpdscribble-0.22.ebuild X-VCS-Directories: media-sound/mpdscribble/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe X-VCS-Branch: master Date: Mon, 1 Aug 2022 04:29:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa8839e6-f3b7-4509-bfcc-1fdb8656e150 X-Archives-Hash: d04fe5518ca92f64639be1d9eef001d2 commit: 912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe Author: Miroslav Šulc gentoo org> AuthorDate: Mon Aug 1 04:29:42 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Aug 1 04:29:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912c79d9 media-sound/mpdscribble: dropped obsolete 0.22 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/mpdscribble/Manifest | 1 - media-sound/mpdscribble/mpdscribble-0.22.ebuild | 31 ------------------------- 2 files changed, 32 deletions(-) diff --git a/media-sound/mpdscribble/Manifest b/media-sound/mpdscribble/Manifest index 029529b1dd0a..69cedcded4d0 100644 --- a/media-sound/mpdscribble/Manifest +++ b/media-sound/mpdscribble/Manifest @@ -1,2 +1 @@ -DIST mpdscribble-0.22.tar.bz2 116981 BLAKE2B 13b15ca9e49faa3e5d254bc2864de4a0c409d8767db586def3a7bee415c67f84ddffbd7fce6093afe4aba5d5e66db8182aed52d9a141bebf4094a400f2ababe3 SHA512 bedd93392a4d5a0609dcaf7aefeeff3851f3084da8c34a4fc1f8fde51c2ba10b8370ac52cc8d55f0c9a96fffed975827a0935087c2c51880b7bfef8d79182dc8 DIST mpdscribble-0.24.tar.xz 69856 BLAKE2B 84143ed7f6978aff32fa759bbe90c934ba5c58df294d375921ffb1cd45de13ecd867fb832940088228fdad4c09948cd82c8dfe9b7fe77d6652743d522bfde8b7 SHA512 cca57f54f69ec1c870805cc58057e6325b6f5897370c315dcd6a64c5dd28ac07fdbddaa8b56f8c1fd88e71d27505f1a87decd68fbdff1f3fe1eaadec8ae80dae diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild deleted file mode 100644 index 29b2c66fd7d6..000000000000 --- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="An MPD client that submits information to Audioscrobbler" -HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/" -SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -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_configure() { - econf \ - --with-http-client=$(usex curl curl soup) -} - -src_install() { - default - newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble - keepdir /var/cache/mpdscribble -}