From 8e96e99f2356f8dc86f427e1224e7c1ccd986793 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Fri, 7 Aug 2020 00:20:03 +0300 Subject: media-sound/mpdas: Remove package The pacakge is now available in the main tree. --- media-sound/mpdas/mpdas-0.4.5.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 media-sound/mpdas/mpdas-0.4.5.ebuild (limited to 'media-sound/mpdas/mpdas-0.4.5.ebuild') diff --git a/media-sound/mpdas/mpdas-0.4.5.ebuild b/media-sound/mpdas/mpdas-0.4.5.ebuild deleted file mode 100644 index 47f4462..0000000 --- a/media-sound/mpdas/mpdas-0.4.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2018-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="AudioScrobbler client for MPD written in C++" -HOMEPAGE="https://50hz.ws/mpdas/" -SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="media-libs/libmpdclient - net-misc/curl -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_compile() { - tc-export CXX - emake CONFIG="/etc" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc mpdasrc.example README -} -- cgit 1.4.1