diff options
author | 2020-10-05 20:33:06 +0200 | |
---|---|---|
committer | 2020-10-09 21:01:10 +0200 | |
commit | 6bd7ddd55264d4b260cde2553f802a47a56361fc (patch) | |
tree | 91f32d69ef972a1f23d878995a4504056987f5a5 /kde-frameworks/kparts | |
parent | kde-frameworks/kpackage: drop 5.70* (diff) | |
download | gentoo-6bd7ddd55264d4b260cde2553f802a47a56361fc.tar.gz gentoo-6bd7ddd55264d4b260cde2553f802a47a56361fc.tar.bz2 gentoo-6bd7ddd55264d4b260cde2553f802a47a56361fc.zip |
kde-frameworks/kparts: drop 5.70*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kparts')
-rw-r--r-- | kde-frameworks/kparts/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kparts/kparts-5.70.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index d9f437707beb..abe12a8ec682 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,2 +1 @@ -DIST kparts-5.70.0.tar.xz 187580 BLAKE2B 99e6eaacfe2eb0376dc18e565f3a62dbc79e661c5e4500426867713aa14b70d897b99426fdc2053545eebaeb1b64f9d69a21b336dfeab8e1161d8b883695712b SHA512 8f78c216f8e25dc2b9144c4f6f038c9fab5799fc2e3b6962da5062e76235fb1fe2b4a618aef90966207ad32f27ff512a7ca25e3a61a88fa30e95f410c6842dc9 DIST kparts-5.74.0.tar.xz 190144 BLAKE2B a78bffe9807a7cf6c2368578c94dfe1056e3ed11b93f81406b0bf849ce2a6bea76eb4d5a46282941a5d43710a44b9965a5d9a46492a5c48a7fc5dafaf854e902 SHA512 477dc2bbb9f66ad9064d362e898072c3b33a59267ec46627c140cd0784858b1d2b1c2eddfe7addf50356523e86e37f1cc138c4e73ce80c61eb96711fceec86b0 diff --git a/kde-frameworks/kparts/kparts-5.70.0.ebuild b/kde-frameworks/kparts/kparts-5.70.0.ebuild deleted file mode 100644 index 9e348656bbbb..000000000000 --- a/kde-frameworks/kparts/kparts-5.70.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.12.3 -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 -" |