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 F1E6215800F for ; Sun, 15 Jan 2023 21:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17730E086D; Sun, 15 Jan 2023 21:25:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EE3FFE086D for ; Sun, 15 Jan 2023 21:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 05168335D9E for ; Sun, 15 Jan 2023 21:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6803085C for ; Sun, 15 Jan 2023 21:25:10 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1673817900.731bb3427a027b9becb33845ea2633dfc942d6d8.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/upmpdcli/Manifest media-sound/upmpdcli/upmpdcli-1.5.19.ebuild X-VCS-Directories: media-sound/upmpdcli/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 731bb3427a027b9becb33845ea2633dfc942d6d8 X-VCS-Branch: master Date: Sun, 15 Jan 2023 21:25:10 +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: b570e51f-ccaf-4cf4-9d3c-f9713cd59236 X-Archives-Hash: 6bb64a3755061e6c8def0c49ba06831a commit: 731bb3427a027b9becb33845ea2633dfc942d6d8 Author: Erik Mackdanz gentoo org> AuthorDate: Sun Jan 15 21:16:53 2023 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sun Jan 15 21:25:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731bb342 media-sound/upmpdcli: drop 1.5.19 Signed-off-by: Erik Mackdanz gentoo.org> media-sound/upmpdcli/Manifest | 1 - media-sound/upmpdcli/upmpdcli-1.5.19.ebuild | 59 ----------------------------- 2 files changed, 60 deletions(-) diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest index 003705a31f5d..7caf760327b8 100644 --- a/media-sound/upmpdcli/Manifest +++ b/media-sound/upmpdcli/Manifest @@ -1,2 +1 @@ -DIST upmpdcli-1.5.19.tar.gz 586888 BLAKE2B 1784d41dd09b8bee93e9bd8c650480f48cee8324a0cae85068bb628cb748b223f20a37608369b085c154327569203421d476ad5e6bc1a044fa5d5ad920e2a768 SHA512 517fae799e0d400268f968ea7983b1cb7e22759ad7a0b9fe194a5bbfbb2db16ea26a233cb1784fae6d7e3b8f28ff3443a8f8ab3e447719d05e48be36b49ded08 DIST upmpdcli-1.5.20.tar.gz 595015 BLAKE2B 5c679e00557b70e64015d6e0ab7b32147d26ac281b57b6a416f28bdf1f02f8b7b7aac3e9b521c511325f2ed9518d45077c9a7a0415ef145aaa60722143a07481 SHA512 ce852f7b99903761bfd30af8788603d4af80b78a4b6507e5c4ef55c9da42be4124af855fa890d10087f6aa1f7c5b5eb8cf1727ca6ead45ca090060b032260fc2 diff --git a/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild b/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild deleted file mode 100644 index c7e369caaab6..000000000000 --- a/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd - -DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon" -HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html" -LICENSE="GPL-2" - -SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="thirdparty" - -DEPEND=" - dev-libs/jsoncpp - media-libs/libmpdclient - net-libs/libmicrohttpd - net-libs/libupnpp -" -RDEPEND=" - ${DEPEND} - acct-group/upmpdcli - acct-user/upmpdcli - app-misc/recoll - thirdparty? ( dev-python/requests ) -" - -src_configure() { - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --disable-dependency-tracking \ - --disable-silent-rules \ - "--docdir=/usr/share/doc/${P}" \ - "--htmldir=/usr/share/doc/${P}/html" \ - --libdir=/usr/lib64 \ - || die "Configure failed" - -} - -src_install() { - default - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - systemd_dounit systemd/upmpdcli.service -} - -pkg_postinst() { - einfo - einfo "This package no longer assumes that upmpdcli is driving an" - einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)." - einfo "Probably it is though, so be sure your mpd is built with" - einfo "USE=curl." -}