diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:08:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:09:32 +0200 |
commit | 54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9 (patch) | |
tree | b1b36d8867b77df28e956c3f88378ef5518961f9 /kde-apps/ksmtp | |
parent | kde-misc/kio-gdrive: Pin kde-apps/libkgapi version to <19.04.50 (diff) | |
download | gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.gz gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.bz2 gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.zip |
kde-apps: Add KDE Applications 19.08.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
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.08.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest index bf664a5e0ca1..49a7941749e3 100644 --- a/kde-apps/ksmtp/Manifest +++ b/kde-apps/ksmtp/Manifest @@ -1 +1,2 @@ DIST ksmtp-19.04.3.tar.xz 40428 BLAKE2B 968eed061de54b762ab1c7bbaf9c8a59feafcd744e25ae8ac4a471b0d851d10d5ddfb185208b77658ae3a0410d35976c4dfe1107b323c95b941386b0ef8b088b SHA512 08cb69987cf332ec08beaa5bb30a80acd1cf916473dbf90e60b672eac76022a83aeba44da1dcb8a8c8545d90e07c3dde342a01ca7c380032cc6da8d581ee47d5 +DIST ksmtp-19.08.0.tar.xz 40308 BLAKE2B 8aad2c5c706e71814af452f115d4415060deb59a78b953f6a9ececbb7a12b8f489eef06b22fd53642f378ea076b1b80d763284c644fe12fdfcf594d3ffd92913 SHA512 d3653b61aef4a8f1f8034ef60e8ff9ad8bafa36557fcf73be08bef312503eb5e9a4f8333e4a919c97ce5f07290b7927e7f390b8a33f732a3f6434cb935154f9b diff --git a/kde-apps/ksmtp/ksmtp-19.08.0.ebuild b/kde-apps/ksmtp/ksmtp-19.08.0.ebuild new file mode 100644 index 000000000000..47c02b1d08af --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-19.08.0.ebuild @@ -0,0 +1,23 @@ +# 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 |