diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 02:14:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:39 +0200 |
commit | 3602846ce635b5c837d9671239f29290a7288188 (patch) | |
tree | fcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/ksmtp | |
parent | media-gfx/exiv2: Fix build with clang (diff) | |
download | gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2 gentoo-3602846ce635b5c837d9671239f29290a7288188.zip |
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-17.12.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index b00187a188a7..7887afe23f62 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-17.12.3.tar.xz 38496 BLAKE2B 448a00e29c8bbd8143b5a18848aa6a1bf9bbc2f0b9270ff90c695e3b44c7fe6c055442cee685cb32259bd5fb9bc913ca0d302e68a3d600d0fadebb303fa7ff89 SHA512 9f11e39cfc7fc56a2e84b7a33ea832c3817069d8e91980bef936d3cffacbce320af1d31ead13b3d7db56953d6aa4bb0a91ffb28cbc6d2cd1d435bc9e077ea197 DIST ksmtp-18.04.3.tar.xz 38044 BLAKE2B fb35f06e63e05c82e958b0113356ef80cefdb2af19dda511ac4d8a5803dba12d31655080fb3f4ccfb357dd81ec5c88e3a486978c13e9bca705222361d737ea8f SHA512 b4149d8e6805e75f6de1e3e491859ae43aa596fd6ff59909f99d7deeefebe051ad34e1300f9879ea552f78d789e58e70f31f71e83f1aedb2e352ada4be302831 diff --git a/kde-apps/ksmtp/ksmtp-17.12.3.ebuild b/kde-apps/ksmtp/ksmtp-17.12.3.ebuild deleted file mode 100644 index 19ff10a3d840..000000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Job-based library to send email through an SMTP server" -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtnetwork) - dev-libs/cyrus-sasl -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 642410 |