summaryrefslogtreecommitdiff
path: root/media-libs/libclastfm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /media-libs/libclastfm
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'media-libs/libclastfm')
-rw-r--r--media-libs/libclastfm/Manifest2
-rw-r--r--media-libs/libclastfm/libclastfm-0.5.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/libclastfm/Manifest b/media-libs/libclastfm/Manifest
index 8525a0058b0e..3ba9a304bb94 100644
--- a/media-libs/libclastfm/Manifest
+++ b/media-libs/libclastfm/Manifest
@@ -1,3 +1,3 @@
DIST libclastfm-0.5.tar.gz 346754 BLAKE2B e6151fe40cd350639db461edbdf5918f9799043fcd32561744319e9115788125d72efc14a5a45367badd5d0a3ac32777cd91373fd87d665d0e05ad34f7bf09c2 SHA512 ab8381d1eb12d8bf205345cae5e021dfddfa9a88667e07985396087b92b5770f22775109c97b82c42c3e96e2fcc8ad94888569626223443bb1fcf1ef4e696ea9
-EBUILD libclastfm-0.5.ebuild 551 BLAKE2B 15bfb8c01c7e0f28f19aadda02895c6cdf5d3aae296027004e4f64b135ead8f9141bf3336f3537e12dca6a0113e446f8fb78df469dc39555f60bbcbae6a6e168 SHA512 fd88498a3ec163b504f1524fb638ca092a5e90b4fbc018eaa691121a15ac29dd255cc0d5d29922272bbe3edbdb93598b36b9a8baa0d5da0ef21a67df08811f62
+EBUILD libclastfm-0.5.ebuild 578 BLAKE2B 439a0c7f08361e2841154ab393401d72b289db756062a1764ea1f5708c4af832c4744703fabce8e18ed03ba59f57f991bc95596f80b346bc0e3f197f16188296 SHA512 139061eeb54329c3ce7ce751dff668bfb87b4893551ec09a61a9f4ba53b22a9e90bdaebf1063282d03d2518f97fd375f637e13614a941c378418f2caf8fdfcff
MISC metadata.xml 332 BLAKE2B ee4c9fba3d95c1c2a48a78cc175f389c61bee9a7ef39f34b43a950a984b282abadb8a290ab3d683ca4ad9b58c6eb03c66b640c52a5c3453e2291da2a63024fb2 SHA512 d87d506fa273610b2d03e2089dbaae48aaa200b2eb39ab336944003f41b98c7dd331a90262678876e0558cf4f3fa1a965d2852f6ea60aff9e82a1e0813f3b7a8
diff --git a/media-libs/libclastfm/libclastfm-0.5.ebuild b/media-libs/libclastfm/libclastfm-0.5.ebuild
index 78d0075ed22f..ec203eb68942 100644
--- a/media-libs/libclastfm/libclastfm-0.5.ebuild
+++ b/media-libs/libclastfm/libclastfm-0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="C API library to the last.fm web service (unofficial)"
HOMEPAGE="http://liblastfm.sourceforge.net/"
@@ -12,11 +12,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="static-libs"
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
+DEPEND="net-misc/curl"
+RDEPEND="${DEPEND}"
-DOCS="AUTHORS README"
+DOCS=( AUTHORS README )
src_configure() {
econf $(use_enable static-libs static)
@@ -24,5 +24,5 @@ src_configure() {
src_install() {
default
- rm -f "${ED}"/usr/lib*/*.la
+ find "${D}" -name '*.la' -type f -delete || die
}