mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-apps/ksmtp: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ksmtp-25.08.3.tar.xz 55696 BLAKE2B 0c0c3e4821a0989ff6bfc801f0e8a8b60a543cc268170f1bfed11b3131d0bf1fbfc0e6a4f4aef94c197b9379b93d5a2edf1ed99726c51bf297430b04dcb02bc1 SHA512 bf694d661327078e491bc21bb9043330bc306288d0f7b59107814418ab92706e4c20204b2f86ecee59ed455dbbb72fc42bcd4b0f831058a4f86452d4a0b8627a
|
||||
DIST ksmtp-25.12.0.tar.xz 55652 BLAKE2B 7476d9058d3d686ba1d95040aca044be491265ffd235593d20a78a5fbfef6ed2a4fec26c4c44b4a7d09570c6483eb9734cf4bc27c697f4f6bf283bec72ee84a0 SHA512 7f93f99ca6580bd88db2f79313e3bb914e2cae05622f3d82d803e5efdf13fb6cdc0df3e00db1ca6c02532021d802ddc742a957217e82c628ce037ef6bf533b6e
|
||||
|
||||
29
kde-apps/ksmtp/ksmtp-25.12.0.ebuild
Normal file
29
kde-apps/ksmtp/ksmtp-25.12.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="true"
|
||||
KFMIN=6.19.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Job-based library to send email through an SMTP server"
|
||||
HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="6/$(ver_cut 1-2)"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test" # bug 642410
|
||||
|
||||
DEPEND="
|
||||
dev-libs/cyrus-sasl
|
||||
>=dev-qt/qtbase-${QTMIN}:6[network]
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user