diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/akonadi-calendar | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r-- | kde-apps/akonadi-calendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/akonadi-calendar-18.08.3.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 1881dbd3a5f8..05eb03c7f938 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1,2 +1 @@ -DIST akonadi-calendar-18.08.3.tar.xz 334940 BLAKE2B cb72c25a975b8934759ec0690d910ebf8592da0e304b888f270402103e93131dd7e35153f2f16e10641071b2c9d90652291eddf3c0203cd871369a79cd8b2a27 SHA512 809af85d7b2c5defa5fbb4e846008300e431a5a4c55844656256384b52db1f4e711b51c22fd3e653165b1d5298b43e86dba111f688ff4158f64778b11f32786d DIST akonadi-calendar-18.12.3.tar.xz 333656 BLAKE2B 039a132cf2e8dcc5935a4027b9e8b757b9b0060a3eb0e209dc87e8ee22b75117aa2f137c1c3508587b741de10cc466a7c5c9fae127e9bfbb59ea0870cdd4c5d4 SHA512 aac520c64a66fdeb27a2394e3eb7e4f4f30b123f4e9bf35cd01bf421d67c6dcdaa2041037e50474dd98b737c6ecbcd6c57f30e0a4ac7d2996ad18ed839288967 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-18.08.3.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-18.08.3.ebuild deleted file mode 100644 index 5f210f1253f5..000000000000 --- a/kde-apps/akonadi-calendar/akonadi-calendar-18.08.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for akonadi calendar integration" -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcalutils) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kidentitymanagement) - $(add_kdeapps_dep kmailtransport) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n - !<kde-apps/kdepim-runtime-18.03.80 -" - -RESTRICT+=" test" |