commit:     b137038b007e8d12003ca9e1f2a1a1da47669b4a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 17:09:37 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 17:09:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b137038b

media-sound/upmpdcli: drop 1.7.2-r1

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 media-sound/upmpdcli/Manifest                 |  1 -
 media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild | 68 ---------------------------
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index f1bb32f3926d..04efcc9347a4 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5
 DIST upmpdcli-1.7.9.tar.gz 612647 BLAKE2B 
8234dc1872482eb8d53419b8fe02b5d87e9833eb436089b198a7d18402573d48facfcb42d65847b013d462905cdd556203fbaf91f3947a3b87ceee0b0ebd4edf
 SHA512 
0432d32e96d7f9ae0700030fd5c9d35730e1004a995eaebba2a25e0564627c4fe62d23d7f933c2c0e54d8a70b6378cfde0ed903b7be695d468db8eeb9a33e907

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild
deleted file mode 100644
index 83569f8de8c1..000000000000
--- a/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools 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 )
-"
-
-PATCHES=(
-       "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-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."
-}

Reply via email to