commit:     9ab36ad748f98692cba5fc670783b48a4526e7d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:41:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:41:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab36ad7

media-libs/lastfmlib: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 30 -----------------------------
 1 file changed, 30 deletions(-)

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"
-}

Reply via email to