diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-11 23:58:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:00 +0100 |
commit | a75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch) | |
tree | 3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/ksmtp | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2 gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip |
kde-apps: Drop KDE Applications 17.12.1
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.1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index c2c403301f99..3d7d7134218b 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1,2 +1 @@ -DIST ksmtp-17.12.1.tar.xz 38384 BLAKE2B a2dc08c473b16305f2b5318cc0d4acc5818eaf9f634d3814c08dc18a4a085765f3b97233da13b759d7e70365ed46c42cf2c310ce3b0225aa57b4e67183231c81 SHA512 b3d5aaf1bb9030615fffa9af0ed80a97096c80fb40c64e921d125f2809ed282ea2cb07e88f6d2134e154534751ab3ea6bf2067576f7b89398ca274955fac1a20 DIST ksmtp-17.12.2.tar.xz 38428 BLAKE2B 9b891cfb8892c9e75fc6a6244a43a1ca206aedc31394329a107453344893e107eb6f8112b66b7a2e9f31d16aa2cfb65e6839f8e575e5c4e15750e8e0cfc81cde SHA512 2375109658b004829959585d0d7a8b334424d7c9e97a101ab391eafc78f30bc9720a1a0fdd2d2644760bd3485bc20cb7c3168740aa2fe5963538208af2764ad3 diff --git a/kde-apps/ksmtp/ksmtp-17.12.1.ebuild b/kde-apps/ksmtp/ksmtp-17.12.1.ebuild deleted file mode 100644 index 237add174dc6..000000000000 --- a/kde-apps/ksmtp/ksmtp-17.12.1.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 |