diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 08:41:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 08:41:13 +0000 |
commit | 9ab36ad748f98692cba5fc670783b48a4526e7d0 (patch) | |
tree | b44b904349d5dba633c83a3e86888aca55ab2d49 /media-libs/lastfmlib | |
parent | sys-apps/gptfdisk: Stabilize 1.0.6-r1 ppc64, #768762 (diff) | |
download | gentoo-9ab36ad748f98692cba5fc670783b48a4526e7d0.tar.gz gentoo-9ab36ad748f98692cba5fc670783b48a4526e7d0.tar.bz2 gentoo-9ab36ad748f98692cba5fc670783b48a4526e7d0.zip |
media-libs/lastfmlib: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/lastfmlib')
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 30 |
1 files changed, 0 insertions, 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 36000699d5c8..000000000000 --- 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" -} |