summaryrefslogtreecommitdiff
path: root/media-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-16 23:53:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-16 23:53:39 +0200
commita49b4473d234602bee8bbab8e049b3aba9b3244c (patch)
treee3497aaec58fed17dcc72b5fab58e596f3f80799 /media-libs
parent23a870f7dcf53a990911f9d4cb176b9dcca9a3bf (diff)
downloadkde-a49b4473d234602bee8bbab8e049b3aba9b3244c.tar.gz
kde-a49b4473d234602bee8bbab8e049b3aba9b3244c.tar.bz2
kde-a49b4473d234602bee8bbab8e049b3aba9b3244c.zip
media-libs/liblastfm: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/liblastfm/liblastfm-9999.ebuild45
-rw-r--r--media-libs/liblastfm/metadata.xml14
2 files changed, 0 insertions, 59 deletions
diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
deleted file mode 100644
index 42bb78a3e4f..00000000000
--- a/media-libs/liblastfm/liblastfm-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3
-
-DESCRIPTION="Collection of libraries to integrate Last.fm services"
-HOMEPAGE="https://github.com/lastfm/liblastfm"
-EGIT_REPO_URI=( "https://github.com/lastfm/${PN}" )
-
-LICENSE="GPL-3"
-SLOT="0/0"
-KEYWORDS=""
-IUSE="fingerprint test"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtxml:5
- fingerprint? (
- dev-qt/qtsql:5
- media-libs/libsamplerate
- sci-libs/fftw:3.0
- )
-"
-DEPEND="${RDEPEND}
- test? ( dev-qt/qttest:5 )
-"
-
-# 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9
-RESTRICT="test"
-
-src_configure() {
- # demos not working
- local mycmakeargs=(
- -DBUILD_DEMOS=OFF
- -DBUILD_WITH_QT4=OFF
- -DBUILD_FINGERPRINT=$(usex fingerprint)
- -DBUILD_TESTS=$(usex test)
- )
-
- cmake_src_configure
-}
diff --git a/media-libs/liblastfm/metadata.xml b/media-libs/liblastfm/metadata.xml
deleted file mode 100644
index af37e57ca2a..00000000000
--- a/media-libs/liblastfm/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">lastfm/liblastfm</remote-id>
- </upstream>
- <use>
- <flag name="fingerprint">Build the lastfm-fingerprint library</flag>
- </use>
-</pkgmetadata>