diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 10:20:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 10:20:28 +0100 |
commit | 42ba2e70733f0d63044a2f4d8a44ebd1074e39cc (patch) | |
tree | 33a51052c8152063a4c66d0ae6cc607d8661a127 /kde-apps/ksmtp | |
parent | profiles: package.mask cleanup (diff) | |
download | gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.tar.gz gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.tar.bz2 gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.zip |
kde-apps: Drop KDE Applications 19.08.3
Package-Manager: Portage-2.3.94, Repoman-2.3.21
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-19.08.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 2e38ebdbe5fa..8852b9019580 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-19.08.3.tar.xz 40472 BLAKE2B 5409e96a99e594f6eb4efea460f6e172c180dde11a31d25ecded542b24a21707fa851d5e8063b331351d0c68a027e5bb92615ef0bbadc3a8255c41d39d39ecdf SHA512 156b1a8bea14ae90162a5c373f53ff519b271f23029b5fd420020fd454da49d004551daadea395d771622d4af09b0cf4e6e0701084943e2572f5a93ac097823d DIST ksmtp-19.12.3.tar.xz 41044 BLAKE2B d79639d51a87500543d63e4c3b19b6e9272b590729155e1359e6518a7fe32511b82acf84b612d90f7177eef472e005cdf76215c8cdab762a63f7af7aef6f6cc0 SHA512 f3912274d4cc007b8967abd07055c539b609069c5ec0769bfa20d6a2247a4bd43d88526693aea36705b62c5a6c8d0b51ce13e9a36973ec019adef547239ff589 diff --git a/kde-apps/ksmtp/ksmtp-19.08.3.ebuild b/kde-apps/ksmtp/ksmtp-19.08.3.ebuild deleted file mode 100644 index 3590743b8f41..000000000000 --- a/kde-apps/ksmtp/ksmtp-19.08.3.ebuild +++ /dev/null @@ -1,26 +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.60.0 -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Job-based library to send email through an SMTP server" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="arm64" -IUSE="" - -DEPEND=" - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - dev-libs/cyrus-sasl -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 642410 |