summaryrefslogtreecommitdiff
path: root/kde-frameworks/kdeclarative
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kdeclarative')
-rw-r--r--kde-frameworks/kdeclarative/Manifest1
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-5.51.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest
deleted file mode 100644
index bbf25783919..00000000000
--- a/kde-frameworks/kdeclarative/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeclarative-5.51.0.tar.xz 172012 BLAKE2B 87288031e1b2f69cad1cb4cde7078fa65ed976c53703fc017cf706dba544d54d98fb95b06083782c65f30bc30cbe7e32aaa52ea477c5bb67af69f67dbb62b7c9 SHA512 860441e12d93807e112b8ced239a5890f5ae2dcf6bfcb6b3a3a5ebe7970529d23c932dbc1b8b965f2a3226d915e36c00043c7e040bcdded150d122286bb8e8b1
diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.51.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.51.0.ebuild
deleted file mode 100644
index 99edb7f3c32..00000000000
--- a/kde-frameworks/kdeclarative/kdeclarative-5.51.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework providing integration of QML and KDE work spaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.10.0
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdeclarative '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- media-libs/libepoxy
-"
-RDEPEND="${DEPEND}"