diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-06 15:37:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-07 15:32:21 +0100 |
commit | 2b23e5732bc5b830ecc8a8469092e5153843c105 (patch) | |
tree | 14937421c45e8c9754e0e3237b0ccf71a6291d1a /kde-apps/ksmtp | |
parent | kde-apps/kpkpass: drop 23.08.3 (diff) | |
download | gentoo-2b23e5732bc5b830ecc8a8469092e5153843c105.tar.gz gentoo-2b23e5732bc5b830ecc8a8469092e5153843c105.tar.bz2 gentoo-2b23e5732bc5b830ecc8a8469092e5153843c105.zip |
kde-apps/ksmtp: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-23.08.3.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 5ce24fd8a6c9..261ecff04f37 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-23.08.3.tar.xz 50212 BLAKE2B fd46aa30064ef557eaac9bd107f465c861a09e125034c97f9e3c288130808ec678c7afda37721f2c664b478d413e99dcf563580ad3a3755f810eca156833b372 SHA512 6f99af92b72c9f896643ae490ce5fc9cf58cfb8acd87e4f7123bfb1d951e4da645ad16ff13d480ab73bf49b0af98ca75c88a645aaa1658522cb059ab8a15589f DIST ksmtp-23.08.4.tar.xz 50220 BLAKE2B 4b5f76667bf6f8321e478315a00b4a683f12b357be3d964f2076f24716d00f9f72e69c19865c9a89f6b90ee43320af648155ee80cfcd138055d59cdfb03acf4b SHA512 3a94f0fd40a1cc234f56d8f61beb3056a397c5c2842b131b7dd83860b35ecff0befd997bc5be7359931e547b4fa5e681843899ff65c940aae241531393d833f6 diff --git a/kde-apps/ksmtp/ksmtp-23.08.3.ebuild b/kde-apps/ksmtp/ksmtp-23.08.3.ebuild deleted file mode 100644 index 41d7e104345b..000000000000 --- a/kde-apps/ksmtp/ksmtp-23.08.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=5.106.0 -QTMIN=5.15.9 -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="5" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" -IUSE="" - -RESTRICT="test" # bug 642410 - -DEPEND=" - dev-libs/cyrus-sasl - >=dev-qt/qtnetwork-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |