diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 02:14:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:39 +0200 |
commit | 3602846ce635b5c837d9671239f29290a7288188 (patch) | |
tree | fcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/mailcommon | |
parent | media-gfx/exiv2: Fix build with clang (diff) | |
download | gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2 gentoo-3602846ce635b5c837d9671239f29290a7288188.zip |
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r-- | kde-apps/mailcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/mailcommon/mailcommon-17.12.3.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index f15cb8f52db7..e2db4777c0b1 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1,2 +1 @@ -DIST mailcommon-17.12.3.tar.xz 683392 BLAKE2B bb4796e8ce8fee59e3b4849c2c7c386ada08f77e2c2c15b9425f29c32efc3c65bc4bf9f667fd4e465e7c5f218ea5830ac8a0416a956606c5c12f6918ee8e3b8e SHA512 49c6ad5844cf5f4f884b7cdbbb855973bf8d0e5b9630700e926b75024b6aab98f5f7e05dec6dace3648181f2c57e07344245b2d49c3f293e378310f4b647450b DIST mailcommon-18.04.3.tar.xz 692256 BLAKE2B f216b27717513fd034ebc22c392520d24379d317a383a1ede3a7b7be19b163bd104b45daadf75a2986d049d6db3695243c5ff9a5169fe5b75eb525ec20e2fae1 SHA512 0e9a815346ab4fed073b11cac2ee7d9e3612ae494e35937f6c0695e2572f7a07c17a0595274a4f806ee48f79192914506c6c6966811458cdf0b6d7420d8e0bed diff --git a/kde-apps/mailcommon/mailcommon-17.12.3.ebuild b/kde-apps/mailcommon/mailcommon-17.12.3.ebuild deleted file mode 100644 index 73f5cc14a82e..000000000000 --- a/kde-apps/mailcommon/mailcommon-17.12.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_DESIGNERPLUGIN="true" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Common mail library" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep syntax-highlighting) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmailtransport) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep mailimporter) - $(add_kdeapps_dep messagelib) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-l10n -" - -RESTRICT+=" test" |