summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-17 00:18:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-17 00:40:34 +0100
commite5bb327d2c5292fcc7e7c8cde61ee2aa7a1222d4 (patch)
tree6901d516d9207c0c7f3c13bc3c5ab588285bfe20 /kde-frameworks
parentkde-frameworks/knotifyconfig: drop 5.75.0* (diff)
downloadgentoo-e5bb327d2c5292fcc7e7c8cde61ee2aa7a1222d4.tar.gz
gentoo-e5bb327d2c5292fcc7e7c8cde61ee2aa7a1222d4.tar.bz2
gentoo-e5bb327d2c5292fcc7e7c8cde61ee2aa7a1222d4.zip
kde-frameworks/kparts: drop 5.75.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kparts/Manifest1
-rw-r--r--kde-frameworks/kparts/kparts-5.75.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 70363328194a..5975eec8d4ac 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.75.0.tar.xz 190104 BLAKE2B 4945038727928ef08650deca7a3c7a9ca15fba21cc36c3da7cb2a2980d2e8744a3b14f2c13d8ea55aac96df87cb48d833c50d27ae5cb1c935351bb07550b5c24 SHA512 b7e232c00f6d6be6b0ed0a65b17f857b1e11fe3da3fd6d0cc836e06423c163cac4a56c8b00e48df11e1917e00567cad01eece994b1e4e14cfd7f7ad1215d73d1
DIST kparts-5.76.0.tar.xz 190236 BLAKE2B 67f479a0bfa84a988182e7aa00b6a5b2217c01279978f78f22d9759ab27859b5763599091860f2d9e34eeeb64176f35bc41e299687cd5773f2c183790a13913f SHA512 4a419f7bbb30616681818ba69c07938bc36ed2b911a69c6d660b1f633f42fb712d97c7fbed2a43ce23901fdd0aec1fb89a08b6c503c95aa352836efb3a210724
diff --git a/kde-frameworks/kparts/kparts-5.75.0.ebuild b/kde-frameworks/kparts/kparts-5.75.0.ebuild
deleted file mode 100644
index 301dad0741ec..000000000000
--- a/kde-frameworks/kparts/kparts-5.75.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
-"