diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 21:23:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 22:10:01 +0100 |
commit | 7e90870e1404bbd6e738549658b377b2783d0d92 (patch) | |
tree | 8872778e44055d1e90fb3103192ba2485ad554a0 /kde-apps/ksmtp | |
parent | app-emulation/free42: Drops old versions (diff) | |
download | gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.gz gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.bz2 gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.zip |
kde-apps: Drop KDE Applications 17.12.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksmtp/ksmtp-17.12.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index 6152db96c884..b236d07eb501 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-17.12.2.tar.xz 38428 BLAKE2B 9b891cfb8892c9e75fc6a6244a43a1ca206aedc31394329a107453344893e107eb6f8112b66b7a2e9f31d16aa2cfb65e6839f8e575e5c4e15750e8e0cfc81cde SHA512 2375109658b004829959585d0d7a8b334424d7c9e97a101ab391eafc78f30bc9720a1a0fdd2d2644760bd3485bc20cb7c3168740aa2fe5963538208af2764ad3 DIST ksmtp-17.12.3.tar.xz 38496 BLAKE2B 448a00e29c8bbd8143b5a18848aa6a1bf9bbc2f0b9270ff90c695e3b44c7fe6c055442cee685cb32259bd5fb9bc913ca0d302e68a3d600d0fadebb303fa7ff89 SHA512 9f11e39cfc7fc56a2e84b7a33ea832c3817069d8e91980bef936d3cffacbce320af1d31ead13b3d7db56953d6aa4bb0a91ffb28cbc6d2cd1d435bc9e077ea197 diff --git a/kde-apps/ksmtp/ksmtp-17.12.2.ebuild b/kde-apps/ksmtp/ksmtp-17.12.2.ebuild deleted file mode 100644 index 237add174dc6..000000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.2.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 |