diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-24 22:18:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-24 23:39:42 +0100 |
commit | b503b4f4ef9443263c1fb81ae3448ca13c6a5dc9 (patch) | |
tree | 6d9a881d1a36c7078b64135a3029891b6451b801 /kde-apps | |
parent | kde-apps/kpkpass: drop 20.08.3* (diff) | |
download | gentoo-b503b4f4ef9443263c1fb81ae3448ca13c6a5dc9.tar.gz gentoo-b503b4f4ef9443263c1fb81ae3448ca13c6a5dc9.tar.bz2 gentoo-b503b4f4ef9443263c1fb81ae3448ca13c6a5dc9.zip |
kde-apps/ksmtp: drop 20.08.3*
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-20.08.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 963ee01fcf6c..016e1b71507b 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-20.08.3.tar.xz 42436 BLAKE2B c203c4be99b25ec3dd29c17d772da381d5a24efcb54b524fdb4fd69dc5d572076d95db331734a2b1d5409ff35d3570f2263666ec4395b44db481535704059d5f SHA512 57f549f1e37f09d656ea338688aec663fe56b08384f57d1cea5c5418c073f1ada90941462bbc279619ebda7243a961c7017e686ccc89f076e0d68c20307d4eee DIST ksmtp-20.12.2.tar.xz 43092 BLAKE2B 74a757a58687d4c76d6a6c6c9c5931ff01938c206d482bc9a02d00bd46fef942ad5fe785b6e2c300dee889509cda1ed489355c3ab2f00e65efd039dd53856a84 SHA512 d336777948705f4d79ba6ac2c428caa467da8d6b0853defd8fb42a150c10dd25ef0258f41ce2549212e27dabca58e17eddb0d6425d2159e3d21eafaa29e369a5 diff --git a/kde-apps/ksmtp/ksmtp-20.08.3.ebuild b/kde-apps/ksmtp/ksmtp-20.08.3.ebuild deleted file mode 100644 index d9ff616b8cea..000000000000 --- a/kde-apps/ksmtp/ksmtp-20.08.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.74.0 -QTMIN=5.15.1 -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 ~ppc64 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 |