aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-11 13:28:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-11 13:28:27 +0100
commit34111b108036d099527097b72d689419969ad2c7 (patch)
tree2e367cea770b7401d8a20a83e852258eff25451b /kde-frameworks/kdesignerplugin
parentprofiles: Drop kde-frameworks-5.66 package.mask (diff)
downloadkde-34111b108036d099527097b72d689419969ad2c7.tar.gz
kde-34111b108036d099527097b72d689419969ad2c7.tar.bz2
kde-34111b108036d099527097b72d689419969ad2c7.zip
kde-frameworks: Drop 5.66.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.84, Repoman-2.3.20 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.66.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 637bf5d5c3..0000000000
--- a/kde-frameworks/kdesignerplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdesignerplugin-5.66.0.tar.xz 71108 BLAKE2B 32651814bff9f500c313a13fdd54d4c2da519395bdeb799cd480008e7b65b977eb1244588b603457750f2529dabce4102443665bf8ac0f4bd5eb6318479e44bf SHA512 04ed2b9a7c75be32d3f9ddd68f33e4a9c36620ffe80ee2d0599279d445d8236fa63f5a0ceb437fbf9cd8c180944178eff1d26e94fcb807441800a9ea0fd23b28
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.66.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.66.0.ebuild
deleted file mode 100644
index da2a7c562f..0000000000
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.66.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 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"