summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:44:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:35:58 +0100
commitc523224b8e977d1122071a5d752751311bd102d6 (patch)
tree780954af0bf7b3bd93262dadc15fd5daa7dd1732 /kde-apps/pimcommon
parentkde-apps/pim-sieve-editor: drop 24.02.0 (diff)
downloadgentoo-c523224b8e977d1122071a5d752751311bd102d6.tar.gz
gentoo-c523224b8e977d1122071a5d752751311bd102d6.tar.bz2
gentoo-c523224b8e977d1122071a5d752751311bd102d6.zip
kde-apps/pimcommon: drop 24.02.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-24.02.0.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index f3e63459e3c2..807e4fbfeb25 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,3 +1,2 @@
DIST pimcommon-23.08.5.tar.xz 349196 BLAKE2B 66d525d68108ecba772cb4f145da893a3f739f3729cd458c62fcc4affaaed8776a4dc558db25fb86597e0842738f2820af622efe6c24e4ed344d43477d5795db SHA512 36464dc23f601d7ffb4cd85be9bc48c15bf610b59de635664ba01d50c914e58ce78c66f0ba33c4db245fd063d721b7b918fd39ab0e466a307a52f7b32d627ae3
-DIST pimcommon-24.02.0.tar.xz 348428 BLAKE2B 541e403e8b65159a708ef5cb697585519bba7a066b95fc177dd90bda9d075a641c91b0b1bf49e9546659da3c2d45b76afa868ac6b1681f0d01dd26a95595b318 SHA512 682e05e2ea410926089220aa5cc3afb1d18ff898e2972b3f4fc18421afad8edff089b213a21d63dddf63be48d0afbd293f1e3c8ac155f3d42db2dacdb628fe7d
DIST pimcommon-24.02.1.tar.xz 348504 BLAKE2B b555fa5961417c0e54c99fadc3785d82e63fcccfc4516fc49655bccb143e3c7e668414397cc600025243666404e90a0c6f47bad952f7d6c497683cec5e1d6765 SHA512 e19e1860d900c750e7ccaab2f6fbce8dbbfc32add554a4b4a28b5d24705cdb77bad30bd796a0e205b2379df7523e61eff7ceb25b3590f8ba5f487f7ed6b1f11a
diff --git a/kde-apps/pimcommon/pimcommon-24.02.0.ebuild b/kde-apps/pimcommon/pimcommon-24.02.0.ebuild
deleted file mode 100644
index 43946e6ee61b..000000000000
--- a/kde-apps/pimcommon/pimcommon-24.02.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 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=6.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/ktextaddons-1.4.42:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
- >=kde-apps/akonadi-${PVCUT}:6
- >=kde-apps/akonadi-contacts-${PVCUT}:6
- >=kde-apps/akonadi-search-${PVCUT}:6
- >=kde-apps/kimap-${PVCUT}:6
- >=kde-apps/kldap-${PVCUT}:6
- >=kde-apps/libkdepim-${PVCUT}:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcontacts-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/knewstuff-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)"
- )
-
- ecm_src_test
-}