mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
kde-apps/mailimporter: 26.04.0 version bump
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mailimporter-25.12.3.tar.xz 603520 BLAKE2B 12309e5ebcb53317c88b74e5f20baae458a0490c14e1a01d628d33e9b5ff22a7cd4bd9bcd91bfafcd4ff1ddea61dab747e2bc4bfbe0d3c1b5a44c2efc5af4a5d SHA512 4b19fa951f0b477855647cb16cdbd185251faaeaacd4c9494ae5fce8a12c325ac7600ca2f13ede5c72fe5c184e928da9b59e00037cff59747ae7661153e6e4b2
|
||||
DIST mailimporter-26.04.0.tar.xz 607416 BLAKE2B a5ac4f403eeb1e32a45ce9d9a755edc77c6073a747a2b7cb6c01bf3252e39649210ba8f236bf8e4d6d43160bb6500ad79b681af07aee3c6f98b4320d37d1bdc3 SHA512 b7281d59b5e8d87139fe6d2c01cb54d393b2ebf136c35f23a3dda6b92c5b5a63b381c8e6be51a0f705c8d37438cd85dd709f630b4c26aae44c1fd90faf13c109
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="false" # TODO: Port to ECMGenerateQDoc
|
||||
ECM_TEST="true"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.22.0
|
||||
QTMIN=6.10.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Library to import mail from various sources"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
|
||||
>=kde-apps/akonadi-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-mime-${PVCUT}:6=
|
||||
>=kde-apps/kmime-${PVCUT}:6=
|
||||
>=kde-apps/pimcommon-${PVCUT}:6=
|
||||
>=kde-frameworks/karchive-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user