summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 13:19:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 17:24:50 +0100
commit12c019aeb89427b34cb79e86184719cc1c6031dc (patch)
tree17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/libkcddb
parentprofiles: Last-rite kde-apps/dolphin-plugins (diff)
downloadgentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2
gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/libkcddb')
-rw-r--r--kde-apps/libkcddb/Manifest1
-rw-r--r--kde-apps/libkcddb/libkcddb-18.08.3.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/kde-apps/libkcddb/Manifest b/kde-apps/libkcddb/Manifest
index 344d1f869f7d..908147204f62 100644
--- a/kde-apps/libkcddb/Manifest
+++ b/kde-apps/libkcddb/Manifest
@@ -1,2 +1 @@
-DIST libkcddb-18.08.3.tar.xz 426900 BLAKE2B dc5267b33ae715b95b9b40f36737e2c42ccbb6686580eb087ce86b7e156109bfc6f605b4a32cbacbcb01e0aff76ca26790173f64927f8745d16826b251e5c0d1 SHA512 07c91d8e53c2b30bfc2ca1e13aaae793ff88fc79d57475d32aa6cb392c6cd36b174ed8b5ab185a2a625d1fea29067b813b46985ecaca15510d8094fe32a5193d
DIST libkcddb-18.12.3.tar.xz 426548 BLAKE2B 01b0ed1e47866f089e9b9548c321877bacb31b798fdb77df3928cced45c3348c7a856de200becfc83bfa2d96460769693aca383ea3e805d406b1b87866f4b92a SHA512 e74809ec9009d452c2cfe0157e438570305e6b31050124b562f9880bab7e7749c77747ad0975aa4ac47d0e23530a6a406547d69b35db72dd387d2322c99d5772
diff --git a/kde-apps/libkcddb/libkcddb-18.08.3.ebuild b/kde-apps/libkcddb/libkcddb-18.08.3.ebuild
deleted file mode 100644
index 6765ae84b62a..000000000000
--- a/kde-apps/libkcddb/libkcddb-18.08.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE library for CDDB"
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="amd64 x86"
-IUSE="musicbrainz"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT+=" test"
-
-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}"
-
-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
-}