forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kmailtransport: 22.04.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kmailtransport-21.12.3.tar.xz 173448 BLAKE2B abda233649e6b0b23a8fda146c1418a50f7c744138e178c8371808cbf25213bfbad9171552ca5f247e1a6891696ed845cdd2b962a4e99db789c9a17002466ef7 SHA512 0437dd2ba44b76a5855931581a2cec1c2a63f6dcf4c8ec1ca720f7630ed928041ee629a1df102bd7f33e687bf018b6f67f0645b02648249c13ba4434e03e8994 | ||
DIST kmailtransport-22.04.1.tar.xz 174260 BLAKE2B 67a36e984ddc071a0387cad7a33668eb864c64e5e01502d9ed3ed9fea065757caf857feb20dcc9cba0cbd166608af658dfb5f35b9b9daf97539b8d6d8395038a SHA512 94da43c0b9649dd556391794eaf733802586598b26c854ba8960b291fda45712cda35ff162181471784496ba2e5b8a3f49b22a56e070b867c8f2955588dde3b1 | ||
DIST kmailtransport-22.04.2.tar.xz 174424 BLAKE2B a0779e5064ec4e88b0bdc832daa776ddbd5f15096c9837d7bfacb087ae92b2775c904835ce48c165b7d5e7e08549d2f0307461fe606432bf44aa2f9bf542d420 SHA512 8539962db46bf016892687771e030f602d3eb0a2a8de6b9b88340de5babf7213dbefd1c65bd813a9e7e0f371ed7a2b3fc1fcdb10ee267fbcd2c9617beca74b7b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_QTHELP="true" | ||
ECM_TEST="true" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.3 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Mail transport service" | ||
|
||
LICENSE="LGPL-2.1+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
RESTRICT="test" | ||
|
||
RDEPEND=" | ||
dev-libs/qtkeychain:= | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtnetwork-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/akonadi-${PVCUT}:5 | ||
>=kde-apps/akonadi-mime-${PVCUT}:5 | ||
>=kde-apps/kmime-${PVCUT}:5 | ||
>=kde-apps/ksmtp-${PVCUT}:5 | ||
>=kde-apps/libkgapi-${PVCUT}:5 | ||
>=kde-frameworks/kcmutils-${KFMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kwallet-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=kde-frameworks/ktextwidgets-${KFMIN}:5 ) | ||
" |