diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-03 14:15:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-03 17:41:14 +0100 |
commit | aa70527921c0bba91e1f9803fee128a3f65a56a1 (patch) | |
tree | 2ebf8a4ccae4fbd19ad5ad049a9113dcc4f2f1ed /kde-apps | |
parent | kde-apps/kpkpass: drop 22.08.2 (diff) | |
download | gentoo-aa70527921c0bba91e1f9803fee128a3f65a56a1.tar.gz gentoo-aa70527921c0bba91e1f9803fee128a3f65a56a1.tar.bz2 gentoo-aa70527921c0bba91e1f9803fee128a3f65a56a1.zip |
kde-apps/ksmtp: drop 22.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-22.08.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index dca673c1db63..e8a1ea5a0ae5 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,3 +1,2 @@ DIST ksmtp-22.04.3.tar.xz 48680 BLAKE2B 1d2924a58ac376a4a35aa3c5911bcde50571a145b5fa4575372b96722a81dcd2622d067907b117b2f857dbd45ac62de17067bb8e07d0be112a65ad7e1ddedb0c SHA512 58be1aca4d1cbafe66244a80ebd31831d5ed292ad456b97dc8109a050f04b8af3b7f5526a7c8db16b34320be860d376f29ebad092e1ab1ae6a7086464f3063d2 -DIST ksmtp-22.08.2.tar.xz 49084 BLAKE2B 06109d1d828b8d39b41b7c5a8b26cbf31354fab92d6840dc11282dcd18aeb928022c8bf53c10701f256f9eb1c51703ff14bd0838063da128151cdf3cdfb3edb6 SHA512 149b2402101795d52a797f7532f2d2a45d6b50c7d88746a82ca0bb6989280d645346b6704bde8d5f94c065f2ca54fb84bb32d11b9d67657c0edb219b7070948f DIST ksmtp-22.08.3.tar.xz 49080 BLAKE2B 29a901a419e367204886242513de5b6e7e7ef9a294beeb76081d55fd96ff394a4f483b51de7f539629acc3d78d5bfd1e5d9a7e0de7db7308d6005d3be5d48bd4 SHA512 9b7966e342c3b67af967709526b6135b3a47d1f55949e7fcd06c95f602a45ec8d86973ad801c1a69beef0f065814817a30430d7112bb221dc5ee723bcd5e4e7a diff --git a/kde-apps/ksmtp/ksmtp-22.08.2.ebuild b/kde-apps/ksmtp/ksmtp-22.08.2.ebuild deleted file mode 100644 index a89db7084350..000000000000 --- a/kde-apps/ksmtp/ksmtp-22.08.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=5.96.0 -QTMIN=5.15.5 -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}" |