aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:33:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:41:10 +0100
commite018558f63e0d82904971754943061c829fa0aaf (patch)
treebecd8dd3106f89e4c99130ad54e78497a59f7ee5 /kde-frameworks/kdesignerplugin
parentkde-plasma/plasma-meta: Don't enable IUSE thunderbolt by default (diff)
downloadkde-e018558f63e0d82904971754943061c829fa0aaf.tar.gz
kde-e018558f63e0d82904971754943061c829fa0aaf.tar.bz2
kde-e018558f63e0d82904971754943061c829fa0aaf.zip
kde-frameworks: Drop KDE Frameworks 5.64.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.79, Repoman-2.3.18 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.64.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 2c97513871..0000000000
--- a/kde-frameworks/kdesignerplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdesignerplugin-5.64.0.tar.xz 71080 BLAKE2B 4d60091cd64541e5e0af91b5ce2ed350188cad75f3bf58d12b90c77f82a9c912df0543a8f0d4b2371e7c378d0ce08fc327b356270225613ed2a0a873cc99133c SHA512 abaace216390f35d94bdf8f608b0d8bca475dc3bc0ab193d71774f4904669f86c7e8b600a390fd1470f3e8f57e52885aa89d7d38468644176006e72d981e83e1
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.64.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.64.0.ebuild
deleted file mode 100644
index f83e326bda..0000000000
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.64.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 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 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=kde-frameworks/kconfig-${PVCUT}:5
- >=kde-frameworks/kcoreaddons-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"