summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 10:49:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-11 13:27:48 +0100
commitc734d24c912dbd8fc6f8c7473f98831e5586ef3a (patch)
treed574a8cdca78d51ed5a7f615339c326a7a5a22af /kde-frameworks/kparts
parentkde-frameworks/knotifyconfig: drop 5.74.0* (diff)
downloadgentoo-c734d24c912dbd8fc6f8c7473f98831e5586ef3a.tar.gz
gentoo-c734d24c912dbd8fc6f8c7473f98831e5586ef3a.tar.bz2
gentoo-c734d24c912dbd8fc6f8c7473f98831e5586ef3a.zip
kde-frameworks/kparts: drop 5.74.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kparts')
-rw-r--r--kde-frameworks/kparts/Manifest1
-rw-r--r--kde-frameworks/kparts/kparts-5.74.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 200e045c626f..5807cb1e9bd7 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,3 +1,2 @@
-DIST kparts-5.74.0.tar.xz 190144 BLAKE2B a78bffe9807a7cf6c2368578c94dfe1056e3ed11b93f81406b0bf849ce2a6bea76eb4d5a46282941a5d43710a44b9965a5d9a46492a5c48a7fc5dafaf854e902 SHA512 477dc2bbb9f66ad9064d362e898072c3b33a59267ec46627c140cd0784858b1d2b1c2eddfe7addf50356523e86e37f1cc138c4e73ce80c61eb96711fceec86b0
DIST kparts-5.77.0.tar.xz 191436 BLAKE2B f8e61705404d605d38b4a1a60b14cc50483b213ffe51548aa01285517d9331de01ba3448704eebf14d361b9766db4b874b386a1ea1954af710b3d0a49ba86975 SHA512 b04a9f3490bcf1628c162930147c0c858ba35714bdf2c3c0373eaf2fff95c62c1bf341434215c71fc8269cbbabe4ce306e5f19ff62000e4a1252f02a1e39e60f
DIST kparts-5.78.0.tar.xz 191480 BLAKE2B f2ce8fb42dc7bddf5b2bcbd18b9935a85cdbb40b370a51e56544f12eec83b113783faa5b55c92d2e70871d9b6694405089781ef9b22a226658081af103b60244 SHA512 e2a8e791e21c5aadb5d0dbda4d85a22cefeda55cb1292cf852953ede2c350e7664bc88a9513c7751fe816d7ed54efa0851f99a34af18c2b7364ab6e18d35423c
diff --git a/kde-frameworks/kparts/kparts-5.74.0.ebuild b/kde-frameworks/kparts/kparts-5.74.0.ebuild
deleted file mode 100644
index 81a2b37d0d4d..000000000000
--- a/kde-frameworks/kparts/kparts-5.74.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing elaborate user-interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kiconthemes-${PVCUT}*:5
- =kde-frameworks/kio-${PVCUT}*:5
- =kde-frameworks/kjobwidgets-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
- =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/ktextwidgets-${PVCUT}:5
-"