summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-06 01:25:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-06 01:25:43 +0200
commitaa5f521f93786ea56e33b501523b79731453976b (patch)
treeb09f11fbbaaa324c0bcf791084f26f35cf90cd76 /kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
parentapp-office/calligra: Drop 3.0.1 (diff)
downloadgentoo-aa5f521f93786ea56e33b501523b79731453976b.tar.gz
gentoo-aa5f521f93786ea56e33b501523b79731453976b.tar.bz2
gentoo-aa5f521f93786ea56e33b501523b79731453976b.zip
kde-misc/zanshin: Drop 0.4.1_p20170701 snapshot
Closes: https://bugs.gentoo.org/647552 Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild')
-rw-r--r--kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild61
1 files changed, 0 insertions, 61 deletions
diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
deleted file mode 100644
index 1f41e1bd46f5..000000000000
--- a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/"
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# FIXME: bundles libkdepim
-COMMON_DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep krunner)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-calendar)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep akonadi-notes)
- $(add_kdeapps_dep akonadi-search)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kidentitymanagement)
- $(add_kdeapps_dep kldap)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kontactinterface)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/boost
- test? ( $(add_kdeapps_dep akonadi 'tools') )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-misc/zanshin:4
- $(add_kdeapps_dep kdepim-runtime)
-"