diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 16:36:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 18:58:18 +0100 |
commit | 4f00946b9df9e6bb4f6b9e501f133782d272201c (patch) | |
tree | 5fee5d282652854bbe32fbeb6e429a6040e167f3 /kde-frameworks | |
parent | kde-frameworks/knotifyconfig: drop 5.76.0* (diff) | |
download | gentoo-4f00946b9df9e6bb4f6b9e501f133782d272201c.tar.gz gentoo-4f00946b9df9e6bb4f6b9e501f133782d272201c.tar.bz2 gentoo-4f00946b9df9e6bb4f6b9e501f133782d272201c.zip |
kde-frameworks/kparts: drop 5.76.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kparts/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kparts/kparts-5.76.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index cf375ce0cac5..4a79f85da1ce 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.76.0.tar.xz 190236 BLAKE2B 67f479a0bfa84a988182e7aa00b6a5b2217c01279978f78f22d9759ab27859b5763599091860f2d9e34eeeb64176f35bc41e299687cd5773f2c183790a13913f SHA512 4a419f7bbb30616681818ba69c07938bc36ed2b911a69c6d660b1f633f42fb712d97c7fbed2a43ce23901fdd0aec1fb89a08b6c503c95aa352836efb3a210724 DIST kparts-5.77.0.tar.xz 191436 BLAKE2B f8e61705404d605d38b4a1a60b14cc50483b213ffe51548aa01285517d9331de01ba3448704eebf14d361b9766db4b874b386a1ea1954af710b3d0a49ba86975 SHA512 b04a9f3490bcf1628c162930147c0c858ba35714bdf2c3c0373eaf2fff95c62c1bf341434215c71fc8269cbbabe4ce306e5f19ff62000e4a1252f02a1e39e60f diff --git a/kde-frameworks/kparts/kparts-5.76.0.ebuild b/kde-frameworks/kparts/kparts-5.76.0.ebuild deleted file mode 100644 index 9622cfea1f56..000000000000 --- a/kde-frameworks/kparts/kparts-5.76.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.15.1 -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 -" |