summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:22:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:37:49 +0200
commitff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch)
tree569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/kmailtransport
parentmedia-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff)
downloadgentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kmailtransport')
-rw-r--r--kde-apps/kmailtransport/Manifest1
-rw-r--r--kde-apps/kmailtransport/kmailtransport-18.04.2.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest
index 090a22990b98..257b2e3765b6 100644
--- a/kde-apps/kmailtransport/Manifest
+++ b/kde-apps/kmailtransport/Manifest
@@ -1,3 +1,2 @@
DIST kmailtransport-17.12.3.tar.xz 164804 BLAKE2B 79b2e5d28429c777f1b6f205a950109bf8f16310eb8e6700079a9e28c4876398e813406376aefbecef5565caf0d75262bef700f1a69ee59dff393ce93d10d18f SHA512 a90d305a0ca9e938c0629ac602862307f1561280cd8f90159e0d9eab48bc8e3ad67208a04db724bae5e8b5edb08ff7901843c86f3d6ab3b5a2d7092de127d513
-DIST kmailtransport-18.04.2.tar.xz 165044 BLAKE2B 2d9b4477832f7c56cb9d8e2a2abd02844a342fe7c24eab8a6f9f6d2f5a7a94f99cc4515c89c768ea72f82da4c2902666a23acdbe7e137490d1513212cc1d42f2 SHA512 e0f566d91d2c57de06234b6c1341bcec2c7ae5bcbca3e9707bce90d7df9522f204eea542db15a3952a9da4e3afcf8780328cd92bbb19f8f4549fc0a5522b8d71
DIST kmailtransport-18.04.3.tar.xz 165156 BLAKE2B b303d8435e5df867b9c911f1c580f4a994b45fab9ac763fa58c6072629811f22d978faa10c8c1e6c7eca788187e27368a166210babe0b282084b424076e0acf8 SHA512 c371016a6d660b12feac9d1d705116537797206ff6b01d2fa488247929241f9b179a541dfb1d0da4d0b14e050f4e586b055a8228bc3339ac403f8e72c683626e
diff --git a/kde-apps/kmailtransport/kmailtransport-18.04.2.ebuild b/kde-apps/kmailtransport/kmailtransport-18.04.2.ebuild
deleted file mode 100644
index 5814e89ef59e..000000000000
--- a/kde-apps/kmailtransport/kmailtransport-18.04.2.ebuild
+++ /dev/null
@@ -1,41 +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="Mail transport service"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-mime)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep ksmtp)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
- test? ( $(add_frameworks_dep ktextwidgets) )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-l10n
- !kde-apps/kdepimlibs:4
-"
-
-RESTRICT+=" test"