aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kdesignerplugin')
-rw-r--r--kde-frameworks/kdesignerplugin/Manifest1
-rw-r--r--kde-frameworks/kdesignerplugin/kdesignerplugin-5.62.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kdesignerplugin/Manifest b/kde-frameworks/kdesignerplugin/Manifest
deleted file mode 100644
index 7ce552f09e..0000000000
--- a/kde-frameworks/kdesignerplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdesignerplugin-5.62.0.tar.xz 71012 BLAKE2B bb5d1e8a7d7479a054beebfef919006cd6c0840c02494173dd5470906393afac7f9cf7ffaeb9b95e9d9700f1920bf7271805310fa353a3553308b49713cc8fb7 SHA512 5b1406df4174a0cbed3dfdda5b86912bd8547e4ad49339172637515584b70cb068282a208d941025c013176370f80eb4dd859a5936b68cbc37c77602b883a431
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.62.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.62.0.ebuild
deleted file mode 100644
index cee85aa618..0000000000
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.62.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-KDE_QTHELP="false"
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
-"
-RDEPEND="${DEPEND}"