summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 21:41:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 21:45:36 +0200
commit077e349ef84ec521cfd0cf1a6cfb766fcddd9f20 (patch)
treef2b7c3c9a2e9b09e7dbb75565977931c4d451045 /kde-apps/akonadi-calendar
parentkde-plasma/kinfocenter: Re-add CMAKE_MAKEFILE_GENERATOR="emake" (diff)
downloadgentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.gz
gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.bz2
gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.zip
kde-apps: Drop KDE Applications 19.04.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r--kde-apps/akonadi-calendar/Manifest1
-rw-r--r--kde-apps/akonadi-calendar/akonadi-calendar-19.04.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest
index e379db6eb797..23a465f843da 100644
--- a/kde-apps/akonadi-calendar/Manifest
+++ b/kde-apps/akonadi-calendar/Manifest
@@ -1,3 +1,2 @@
DIST akonadi-calendar-18.12.3.tar.xz 333656 BLAKE2B 039a132cf2e8dcc5935a4027b9e8b757b9b0060a3eb0e209dc87e8ee22b75117aa2f137c1c3508587b741de10cc466a7c5c9fae127e9bfbb59ea0870cdd4c5d4 SHA512 aac520c64a66fdeb27a2394e3eb7e4f4f30b123f4e9bf35cd01bf421d67c6dcdaa2041037e50474dd98b737c6ecbcd6c57f30e0a4ac7d2996ad18ed839288967
-DIST akonadi-calendar-19.04.0.tar.xz 333400 BLAKE2B ad030a08fccd217b8cb9afa45551e07c3fe952cc8197fbddfc131eacb89a68b412ddd0f8ed5db7afc2d396c7d1039d1b7dc7d88f5cf8405a41a31a86445b27a6 SHA512 7b8e8a125295adaf8bd2a8eebf8b355f712415a8c762b0ce62cf30b4abfb641f3bf5ddaa3db360bf9b2ce480673e0422d62a161e37c887c22d645741fb1999cf
DIST akonadi-calendar-19.04.1.tar.xz 332412 BLAKE2B b6e94884f575204c5dea3253d42eae7493a60a6e2137b1b0cf42a15506a8f1949ba34b3543a55e1d85a9d24883b51458e68cb9029a375d319ff3c72f34da9876 SHA512 7a6ba5a6b8aa57af4991d1f8a74acbbd2ef463d145569e5bd0a29441c5430efbc3528e96640d59d6843b2f2c6d087188a032526223cf6e876095d7461fd2dc0c
diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.04.0.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.04.0.ebuild
deleted file mode 100644
index c2875fb209bf..000000000000
--- a/kde-apps/akonadi-calendar/akonadi-calendar-19.04.0.ebuild
+++ /dev/null
@@ -1,46 +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="Library for akonadi calendar integration"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~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"