aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:28 +0100
commit940de0cde61e02e97b8647cb3418387a39ab4876 (patch)
treefa90cf6d9f46bb14af204f65eb8f4d1ec902ff86 /kde-frameworks/kdesignerplugin
parentprofiles: Drop kde-frameworks-5.68 package.mask (diff)
downloadkde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.gz
kde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.bz2
kde-940de0cde61e02e97b8647cb3418387a39ab4876.zip
kde-frameworks: Drop KDE Frameworks 5.68.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.94, Repoman-2.3.21 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.68.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kdesignerplugin/Manifest b/kde-frameworks/kdesignerplugin/Manifest
deleted file mode 100644
index df7fb4f5d3..0000000000
--- a/kde-frameworks/kdesignerplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdesignerplugin-5.68.0.tar.xz 73184 BLAKE2B d663a37f6e4f2d673c63367e4afc7f2cfaf07b54e82054c3ddab2413ed666f01d89a5bdb50164a3133d739f6ab4d92073b71840e67e504b509f6063dd18b47a8 SHA512 b8d7103e223274377a109a961530ea0c5aa630134467b4baaf3c26b762319aac62f34357512e9a6c0fed9dacf61c1f71521f0a08d947cc5f2b845257a3e5faef
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild
deleted file mode 100644
index bbb98d443d..0000000000
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"