diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 21:52:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 23:04:11 +0200 |
commit | 09373148247397b0e07c4083416521cca5026aa1 (patch) | |
tree | 06030ee1261bfd236bd6873f56282f70ce845d28 /kde-frameworks/kparts | |
parent | kde-frameworks/knotifyconfig: drop 5.83.0* (diff) | |
download | gentoo-09373148247397b0e07c4083416521cca5026aa1.tar.gz gentoo-09373148247397b0e07c4083416521cca5026aa1.tar.bz2 gentoo-09373148247397b0e07c4083416521cca5026aa1.zip |
kde-frameworks/kparts: drop 5.83.0*
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.83.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index 53e8d6813775..987e8b4d13da 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,3 +1,2 @@ DIST kparts-5.82.0.tar.xz 192240 BLAKE2B d46b407479c4e3a11a91bf990da14e914008ee6cd51d9fc3f67a89a33811af6201226a1f8971129cf0d3fa5189a8bf45810c2e24bdb6cca3c261465afc0380b7 SHA512 865cb26623b8e3dbf2fff7bff7e7dd0334d5cac487635a4aa88a69fbbb1a4eda2fa67208f6cd4bd3496188af4fe256558b737604202fe30a749a06671c078eba -DIST kparts-5.83.0.tar.xz 192332 BLAKE2B 3acf51d0d23bf17372f2c7424fede5986dfda905cdcb74858db455e7d603afe09a32500d80f7644d58f80622d18e139ebed8a69c6e2de4e7ca973630b0ea77ee SHA512 e8721393f8356a45ccb8c7b9d4157a3fda748dbf46921c8b2cbda4ce8a077ff18c434d10f5620c58725e058a7e45ee8cd59099747e7bd901e7dbabc41219c2d1 DIST kparts-5.84.0.tar.xz 192408 BLAKE2B 6c7890a6395d0795e9dd3cc6acd5cc0a3afa14239e17a10c9f6f8b099b7bc91d24de337935fb0b96db7d2f65e1e326442511501e56f3f6125257b9c1c91b0dca SHA512 b56291d88872e237cdc52cc5e9f084619b93f6e62360be4f9c70797554aad7ac264c21fb4dde42de61244d38e733cfe26297837b9f51597cf54d165cb9603393 diff --git a/kde-frameworks/kparts/kparts-5.83.0.ebuild b/kde-frameworks/kparts/kparts-5.83.0.ebuild deleted file mode 100644 index e8709a311e1d..000000000000 --- a/kde-frameworks/kparts/kparts-5.83.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.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 -" |