diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 18:50:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 19:05:18 +0100 |
commit | c891b3f268bc4bae430694052ba9397923fa52bf (patch) | |
tree | 66e2c7dff533f750c16b89c339468b92383a15e6 /kde-apps/ksmtp | |
parent | kde-apps/kpkpass: drop 20.04.3* (diff) | |
download | gentoo-c891b3f268bc4bae430694052ba9397923fa52bf.tar.gz gentoo-c891b3f268bc4bae430694052ba9397923fa52bf.tar.bz2 gentoo-c891b3f268bc4bae430694052ba9397923fa52bf.zip |
kde-apps/ksmtp: drop 20.04.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-20.04.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 0ae99d4c543f..48afa79a05a1 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-20.04.3.tar.xz 41520 BLAKE2B a1689374eb868c414a4f3d1c957cab05cacfff4e4d4f6eecf1cc7436d3cb8d05999ab19d0d3e1c1570f71fac80549407f2f3cd20c99924ccb5d037c7b8841187 SHA512 c9794ca8dd93e25c79dd22fab38f71a421da1612658830ffe87cc8e751db9624a3d1924edd52d6fdaa97044e4d1accef5b6807f9461f857bedccc00f4d54f109 DIST ksmtp-20.08.3.tar.xz 42436 BLAKE2B c203c4be99b25ec3dd29c17d772da381d5a24efcb54b524fdb4fd69dc5d572076d95db331734a2b1d5409ff35d3570f2263666ec4395b44db481535704059d5f SHA512 57f549f1e37f09d656ea338688aec663fe56b08384f57d1cea5c5418c073f1ada90941462bbc279619ebda7243a961c7017e686ccc89f076e0d68c20307d4eee diff --git a/kde-apps/ksmtp/ksmtp-20.04.3.ebuild b/kde-apps/ksmtp/ksmtp-20.04.3.ebuild deleted file mode 100644 index 6273788e8ac4..000000000000 --- a/kde-apps/ksmtp/ksmtp-20.04.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -KFMIN=5.70.0 -QTMIN=5.14.2 -inherit ecm 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 x86" -IUSE="" - -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}" - -RESTRICT+=" test" # bug 642410 |