diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:39:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | beb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch) | |
tree | 8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/kmailtransport | |
parent | kde-plasma: Drop KDE Plasma 5.13.5 (diff) | |
download | gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2 gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip |
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmailtransport')
-rw-r--r-- | kde-apps/kmailtransport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmailtransport/kmailtransport-18.04.3.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest index 33af41edd080..d661dca5ec02 100644 --- a/kde-apps/kmailtransport/Manifest +++ b/kde-apps/kmailtransport/Manifest @@ -1,2 +1 @@ -DIST kmailtransport-18.04.3.tar.xz 165156 BLAKE2B b303d8435e5df867b9c911f1c580f4a994b45fab9ac763fa58c6072629811f22d978faa10c8c1e6c7eca788187e27368a166210babe0b282084b424076e0acf8 SHA512 c371016a6d660b12feac9d1d705116537797206ff6b01d2fa488247929241f9b179a541dfb1d0da4d0b14e050f4e586b055a8228bc3339ac403f8e72c683626e DIST kmailtransport-18.08.3.tar.xz 165984 BLAKE2B 3f728c77f3340a5d4a0cf05bf4a62f54ba15fdd797162b1eab6b3db8b4ccfe008fa95bca27d8f71eb8c9b7b67db870844b09b3b2e9525d71e333df83483322d0 SHA512 aa091ee09efae4fef47ee64de503ec3ab9dbecd212a112d97727956d4ad51955a61754f37df864326e1bf5b91d527b3e954033f6d3a6106c189a7cd8c7dc3148 diff --git a/kde-apps/kmailtransport/kmailtransport-18.04.3.ebuild b/kde-apps/kmailtransport/kmailtransport-18.04.3.ebuild deleted file mode 100644 index 9d24bd3ea8c4..000000000000 --- a/kde-apps/kmailtransport/kmailtransport-18.04.3.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" |