summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:42:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:23 +0100
commit941fff4fbbeec15b596d2751ad78a3816004faf2 (patch)
tree52b416db154c806fc67bb2a5392e35e3d3f6c4cd /kde-apps/libkcddb
parentkde-frameworks: Drop KDE Frameworks 5.63.0 (diff)
downloadgentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.gz
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.bz2
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.zip
kde-apps: Drop KDE Applications 19.08.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkcddb')
-rw-r--r--kde-apps/libkcddb/Manifest1
-rw-r--r--kde-apps/libkcddb/libkcddb-19.08.2.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/libkcddb/Manifest b/kde-apps/libkcddb/Manifest
index 0837d7d95c1c..f2bcae67db21 100644
--- a/kde-apps/libkcddb/Manifest
+++ b/kde-apps/libkcddb/Manifest
@@ -1,3 +1,2 @@
DIST libkcddb-19.04.3.tar.xz 423248 BLAKE2B 96dbea92cd22d3a515876679d30dbdeb389dbab35001faa6ace6f4edbbec08a2d469c33df69eaa54831ece11246fccde0f6279286a7cc0c8811a091598984d97 SHA512 5899063f1673415b41a1d0bd60b11f9279a1b98e5eb73d3aca9e30928e87b166d426acb8399372ec0bdab2ffaa140a3eb1514bbf9658be394c6abec262b82577
-DIST libkcddb-19.08.2.tar.xz 423708 BLAKE2B 59789fed7bdabb538bde8ced4f381efb029e97f25b8bd74a5a2976d920fe10a7e21e7749da66d847b0c03d419716526b9c148e45f4441d82a1e13acad97b3a6e SHA512 b19685387233bc845bce7be8a5a8a89ae1339b12a8ea64146da95159e3257b9ce387c53f537673aac048f64c4fd08b76988f2d57ee019102ca60795aa754011d
DIST libkcddb-19.08.3.tar.xz 424108 BLAKE2B 0306f030709e8c2e30861e047999438a28fc9261a34ccf40ccb3a0a68243430e9e8437baa5beb0c9a2ea8743aeee1c6383b88a120452622e580e219da18d0aa0 SHA512 2d24289bf67c4063fad0e61b2b1e0a062cb2db0e9b5c7e82965e140691d69537c811552871296c9f3e0d8d695596c1386485a7626f8d8d3f79d898827652d659
diff --git a/kde-apps/libkcddb/libkcddb-19.08.2.ebuild b/kde-apps/libkcddb/libkcddb-19.08.2.ebuild
deleted file mode 100644
index 05aa44913966..000000000000
--- a/kde-apps/libkcddb/libkcddb-19.08.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE library for CDDB"
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="musicbrainz"
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- musicbrainz? ( media-libs/musicbrainz:5 )
-"
-RDEPEND="${DEPEND}"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT+=" test"
-
-src_prepare() {
- kde5_src_prepare
-
- if ! use handbook ; then
- pushd kcmcddb > /dev/null
- cmake_comment_add_subdirectory doc
- popd > /dev/null
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package musicbrainz MusicBrainz5)
- )
-
- kde5_src_configure
-}