mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kdepim-addons: drop 24.05.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kdepim-addons-23.08.5.tar.xz 2652304 BLAKE2B e4eb1c249b01779067b1d12e11b64f7cf44565e0cfa7ec1f1e472d901ecca34793c330951ef70de5a05c64b650594d25fa096e3b2754db7ad203c2f8a549a5cb SHA512 ee9990b4ad3c838c70199b515361eff2b2d756c9c9be5c9a74f65bc1bf3177e77a59f0054968be672284cd65ecb0c6d1bcc4787c998e9e0fbc3820605285eb4a
|
||||
DIST kdepim-addons-24.05.0.tar.xz 2640504 BLAKE2B cbf669c6c17040ac3d718f949ab107ba53042fddfb3a6be97a83be874f3ec0b1f4682f19eb775ca4625db0b2a7127baffbae78d8193af2c405e185685a9eb61c SHA512 99b5cdca3dccfe946a3b2b367094db812d775b22545d74c485c133da0d5043928a8f317ebb6ad26f35f5a522f11df4b46a82fea61777bc050157cab238514e4f
|
||||
DIST kdepim-addons-24.05.1.tar.xz 2640212 BLAKE2B fa1b5e99d0a98165ffceddb8a1940b5f5fdbda8ba8ab473adde0690ce937727e31a3e785b7313aa291f34dbbd1063893f1fdab8478f34edbede25f6ee2f08851 SHA512 246fd8504abd33456f2f1208ee59d0d870777f816c0329730b0b9de88800189140e1531a62c435551a496728bada7cffb0e88aca8981f16daf80ef74703d8447
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.0.0
|
||||
QTMIN=6.6.2
|
||||
inherit ecm gear.kde.org optfeature
|
||||
|
||||
DESCRIPTION="Plugins for KDE Personal Information Management Suite"
|
||||
HOMEPAGE="https://apps.kde.org/kontact/"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="importwizard markdown"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
|
||||
>=dev-libs/ktextaddons-1.5.4:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
|
||||
>=kde-apps/akonadi-${PVCUT}:6
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:6
|
||||
>=kde-apps/akonadi-notes-${PVCUT}:6
|
||||
>=kde-apps/calendarsupport-${PVCUT}:6
|
||||
>=kde-apps/eventviews-${PVCUT}:6
|
||||
>=kde-apps/grantleetheme-${PVCUT}:6
|
||||
>=kde-apps/incidenceeditor-${PVCUT}:6
|
||||
>=kde-apps/kaddressbook-${PVCUT}:6
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6
|
||||
>=kde-apps/kimap-${PVCUT}:6
|
||||
>=kde-apps/kitinerary-${PVCUT}:6
|
||||
>=kde-apps/kmailtransport-${PVCUT}:6
|
||||
>=kde-apps/kmime-${PVCUT}:6
|
||||
>=kde-apps/kpkpass-${PVCUT}:6
|
||||
>=kde-apps/libkdepim-${PVCUT}:6
|
||||
>=kde-apps/libkleo-${PVCUT}:6
|
||||
>=kde-apps/libksieve-${PVCUT}:6
|
||||
>=kde-apps/libktnef-${PVCUT}:6
|
||||
>=kde-apps/mailcommon-${PVCUT}:6
|
||||
>=kde-apps/messagelib-${PVCUT}:6
|
||||
>=kde-apps/pimcommon-${PVCUT}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/ktexttemplate-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=kde-frameworks/prison-${KFMIN}:6
|
||||
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
|
||||
importwizard? ( >=kde-apps/akonadi-import-wizard-${PVCUT}:6 )
|
||||
markdown? ( app-text/discount:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package importwizard KPimImportWizard)
|
||||
$(cmake_use_find_package markdown Discount)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "regex support for Sieve editor plugin" kde-misc/kregexpeditor
|
||||
fi
|
||||
ecm_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user