From 9ab36ad748f98692cba5fc670783b48a4526e7d0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 15 Feb 2021 08:41:13 +0000 Subject: media-libs/lastfmlib: cleanup old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild (limited to 'media-libs') diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild deleted file mode 100644 index 36000699d5c..00000000000 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="C++ library to scrobble tracks on Last.fm" -HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases" -SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="debug syslog" - -BDEPEND="virtual/pkgconfig" -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - --disable-static \ - $(use_enable debug) \ - $(use_enable syslog logging) \ - --disable-unittests -} - -src_install() { - default - find "${D}"/usr -name '*.la' -delete || die "Pruning failed" -} -- cgit v1.2.3-18-g5258