diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:25:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:25:43 +0200 |
commit | aa5f521f93786ea56e33b501523b79731453976b (patch) | |
tree | b09f11fbbaaa324c0bcf791084f26f35cf90cd76 /kde-misc | |
parent | app-office/calligra: Drop 3.0.1 (diff) | |
download | gentoo-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')
-rw-r--r-- | kde-misc/zanshin/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest index 123c0168d7fe..ad82d970037f 100644 --- a/kde-misc/zanshin/Manifest +++ b/kde-misc/zanshin/Manifest @@ -1,2 +1 @@ -DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399 SHA512 9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b777730512c97017c36cad96d6e6cb28e43 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) -" |