summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kmailtransport
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmailtransport')
-rw-r--r--kde-apps/kmailtransport/Manifest1
-rw-r--r--kde-apps/kmailtransport/kmailtransport-19.04.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest
index f061ae8743f0..89a00f47318d 100644
--- a/kde-apps/kmailtransport/Manifest
+++ b/kde-apps/kmailtransport/Manifest
@@ -1,2 +1 @@
-DIST kmailtransport-19.04.3.tar.xz 166028 BLAKE2B 2c426f0826e4c21cfa4373389453a85f53ffe3b8c3b3bab6879e9fd969e6e880c2323882cdd0fd0ac7600a8b08fa2227d8019facde70e6af296ed125f75d2489 SHA512 0e8bb9f8f384d80bafc8598ac8cd3880b1c2ceb19263fdf44c4098fea0ac9bf7e0a93c754b7936e7cee2e19d7d8d8dd9e819cc8cd6a7901b837129354b7fc8e7
DIST kmailtransport-19.08.3.tar.xz 166240 BLAKE2B aa05bbd90ac916ea044f1f84842d1f3433c5475b741777b9fc2428cf00f467370afd10273beff92bcc6f72acbdad236118d93d963be19006fdc72fe97c83f342 SHA512 9bc81f8f3ca281ea40661505a5bc192b5bc7cdc80c5556ce617b978c5803f42e8e718dda8530a62a944e156058c290f6b9739f1d6f65e03dd445792a6a1de3dd
diff --git a/kde-apps/kmailtransport/kmailtransport-19.04.3.ebuild b/kde-apps/kmailtransport/kmailtransport-19.04.3.ebuild
deleted file mode 100644
index d3f7ad9045e8..000000000000
--- a/kde-apps/kmailtransport/kmailtransport-19.04.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Mail transport service"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 arm64 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_kdeapps_dep libkgapi)
- $(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"