diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-22 14:48:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-22 14:49:10 +0100 |
commit | cbfbedc49bc82f643c555bf5d3279be540901551 (patch) | |
tree | e95948ecd1b5cc70898b9672d8df1ae6cead4dde /kde-apps/ksmtp | |
parent | kde-apps/ksmtp: Fix EHLO double auth (diff) | |
download | gentoo-cbfbedc49bc82f643c555bf5d3279be540901551.tar.gz gentoo-cbfbedc49bc82f643c555bf5d3279be540901551.tar.bz2 gentoo-cbfbedc49bc82f643c555bf5d3279be540901551.zip |
kde-apps/ksmtp: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/ksmtp')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-17.12.0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0.ebuild deleted file mode 100644 index 5514a7c2e8d7..000000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 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}" |