summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 13:03:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 21:55:25 +0200
commit11fe2dbfd7b6b8bbe4c52d3d4378ba20df318970 (patch)
treea4fd937592c9bfae819dcede532a237535c020e8 /kde-frameworks
parentkde-frameworks/kpackage: drop 5.72.0* (diff)
downloadgentoo-11fe2dbfd7b6b8bbe4c52d3d4378ba20df318970.tar.gz
gentoo-11fe2dbfd7b6b8bbe4c52d3d4378ba20df318970.tar.bz2
gentoo-11fe2dbfd7b6b8bbe4c52d3d4378ba20df318970.zip
kde-frameworks/kpeople: drop 5.72.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kpeople/Manifest1
-rw-r--r--kde-frameworks/kpeople/kpeople-5.72.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest
index ac7525ea3891..986d31bce296 100644
--- a/kde-frameworks/kpeople/Manifest
+++ b/kde-frameworks/kpeople/Manifest
@@ -1,3 +1,2 @@
DIST kpeople-5.70.0.tar.xz 62104 BLAKE2B 40dcbd4ae37a7d6b3586f4c4f6c1fa044289886d4c6c908e9e041fe95ef13d757de94a4ddc6b78e230bc703b28f39004bf491136b168f34050bab9c497823274 SHA512 5c2ada1cb352c586769353fc20346c589bddb47b47ed20fe2b50b43262d96fa39561b6e88d0188e96a957b82cad30de48f733dc077c1701e06a0998e5ca2f696
-DIST kpeople-5.72.0.tar.xz 62168 BLAKE2B 6c2b75e113cc3e815ab22c118b3f02727e61e5c0cd89852424e268e77e4ae4a7be5b8ef999303591cbec460a07363ce659110129162f5c903d75712b1706e228 SHA512 3310188ef1ab1d1023f8997314481228f9e875a40ef4f40dc517f578c53ba84866accfdac70b0d79167eba8dc1a6d55d60117ba78279d9ced04e554ecba17842
DIST kpeople-5.73.0.tar.xz 62248 BLAKE2B 29b9ee6440c9c7e5881d41d5a79ebea02b788c17cf5b4d06596510ffbe753fa509041e2c2cc50c29e0e2a0138d4b0b63f1b8e95a97fa6f20ab35130695f1e5c5 SHA512 654afd785da04433972f743f8b10d7e95653697e810318307d1239a47b38385a280af7980b19ab9b30fe4963288910f89cd0dbd7797014cac1811755faa82d37
diff --git a/kde-frameworks/kpeople/kpeople-5.72.0.ebuild b/kde-frameworks/kpeople/kpeople-5.72.0.ebuild
deleted file mode 100644
index 0ce077647206..000000000000
--- a/kde-frameworks/kpeople/kpeople-5.72.0.ebuild
+++ /dev/null
@@ -1,40 +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="KDE contact person abstraction library"
-HOMEPAGE="https://invent.kde.org/frameworks/kpeople"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/kitemviews-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
- # personsmodeltest segfaults, bug 668192
- local myctestargs=(
- -j1
- -E "(persondatatest)"
- )
-
- ecm_src_test
-}