summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-07 15:04:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-07 15:04:14 +0100
commit3af81cde8bc4d3b1570c321332d3ae236a07bc96 (patch)
tree942dee3f701f92ec7299849c37474f47372481bb
parentc8667cd54b4d934c4afcbe8e5db01dac3be8076d (diff)
downloadkde-3af81cde8bc4d3b1570c321332d3ae236a07bc96.tar.gz
kde-3af81cde8bc4d3b1570c321332d3ae236a07bc96.tar.bz2
kde-3af81cde8bc4d3b1570c321332d3ae236a07bc96.zip
kde-apps/pimcommon: drop 21.12.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-21.12.1.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
deleted file mode 100644
index f00cc2cb158..00000000000
--- a/kde-apps/pimcommon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pimcommon-21.12.1.tar.xz 374116 BLAKE2B 0c988b408004d6e7db418c2bb9f4ec649cd9d352d953a3a397ce8b6f740a34d1201caae542b0dc2915ff14814b676c4f080e1a1bfd8b87c234636a22dc485601 SHA512 ea7693f6e23fdc15b8b9ef4b44d614da6f20bf537da0a7bb2d131d8940cdc53991741249ed537b447a969c64e7858c14f24600d2b176df104ca02eb45093e6ed
diff --git a/kde-apps/pimcommon/pimcommon-21.12.1.ebuild b/kde-apps/pimcommon/pimcommon-21.12.1.ebuild
deleted file mode 100644
index 212549c3aa4..00000000000
--- a/kde-apps/pimcommon/pimcommon-21.12.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/akonadi-search-${PVCUT}:5
- >=kde-apps/kimap-${PVCUT}:5
- >=kde-apps/kldap-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- !<kde-apps/libkdepim-20.07.80:5
-"
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatortest)"
- )
-
- ecm_src_test
-}