aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
commitb742dd15d0f58fd622115b199e57a649eda249a1 (patch)
tree5179b8685a7cef6bb032974fd52764ad462f5c9d /kde-frameworks/kdesignerplugin
parentkde-apps/kdemultimedia-meta: Move >=kde-apps/libkcddb behind USE cdrom (diff)
downloadkde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.gz
kde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.bz2
kde-b742dd15d0f58fd622115b199e57a649eda249a1.zip
kde-frameworks: Drop KDE Frameworks 5.62.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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}"