diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:58:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:11 +0100 |
commit | 152f404d910f6d9cefa2547da4efa72d45074cd2 (patch) | |
tree | e7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/ksmtp | |
parent | profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff) | |
download | gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2 gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip |
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --force
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.04.3.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index f86fa14a19a8..34c97822e446 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-19.04.3.tar.xz 40428 BLAKE2B 968eed061de54b762ab1c7bbaf9c8a59feafcd744e25ae8ac4a471b0d851d10d5ddfb185208b77658ae3a0410d35976c4dfe1107b323c95b941386b0ef8b088b SHA512 08cb69987cf332ec08beaa5bb30a80acd1cf916473dbf90e60b672eac76022a83aeba44da1dcb8a8c8545d90e07c3dde342a01ca7c380032cc6da8d581ee47d5 DIST ksmtp-19.08.3.tar.xz 40472 BLAKE2B 5409e96a99e594f6eb4efea460f6e172c180dde11a31d25ecded542b24a21707fa851d5e8063b331351d0c68a027e5bb92615ef0bbadc3a8255c41d39d39ecdf SHA512 156b1a8bea14ae90162a5c373f53ff519b271f23029b5fd420020fd454da49d004551daadea395d771622d4af09b0cf4e6e0701084943e2572f5a93ac097823d diff --git a/kde-apps/ksmtp/ksmtp-19.04.3.ebuild b/kde-apps/ksmtp/ksmtp-19.04.3.ebuild deleted file mode 100644 index d1be341be877..000000000000 --- a/kde-apps/ksmtp/ksmtp-19.04.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Job-based library to send email through an SMTP server" -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_qt_dep qtnetwork) - dev-libs/cyrus-sasl -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 642410 |