summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:49:03 +0200
commit3efa40888f26d455f4777e1e067b9dba54b25da3 (patch)
tree84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/knotes
parentapp-portage/portage-utils: fix USE=static, fix RDEPEND (diff)
downloadgentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/knotes')
-rw-r--r--kde-apps/knotes/Manifest1
-rw-r--r--kde-apps/knotes/knotes-19.04.1.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest
index 19b30d79c1a3..5defaf9c6385 100644
--- a/kde-apps/knotes/Manifest
+++ b/kde-apps/knotes/Manifest
@@ -1,3 +1,2 @@
DIST knotes-18.12.3.tar.xz 319992 BLAKE2B 2583897df0c192006a415cef5866a5cf23289c6ebd70037bbee1e5c850de04dea2f4e7ad3054a6c8a60dfe7d0f233ac26597b70fb411d3002286ba62a2f118cc SHA512 3845c285144299758ef83da0cdac8bc8907708d0993050dd41caf6b1d343b77da670b71e7c72b94febdcd882f259b8e06739b284268ab60b56c28ebba8df2c03
-DIST knotes-19.04.1.tar.xz 319644 BLAKE2B ddb38056e68668b84223e7a8401673eb977f051fc7babe84fbbd52db9f0162bc3ac84a15ab22cdaf813f8f2938039337a59e0fae368497379ba684ab670d6422 SHA512 83ddb59bccff9991a0d257ac30d24e5516ff1852455b6a99c1b46234570a7f9c561d9530ca355d94133ed5c9ed1ad414c8b812fa20d9a37ecfd6d15381a14972
DIST knotes-19.04.2.tar.xz 320052 BLAKE2B 76e24b106f7322113b3a0ae2eeaba34442984f43e59b41714bd55512800d357bdbb46e1f1eec9a081b541b187aba354b3af52d2469c293cc500946327625ef5a SHA512 0e7f5a99ec18f715e199c6d2a6b7fb2a6bf0d06b69c0dad60ee7263d133104ec95ac5a403c064b4dbbe97c1534b61ea3406bc62264195fd0c26f8b637de94170
diff --git a/kde-apps/knotes/knotes-19.04.1.ebuild b/kde-apps/knotes/knotes-19.04.1.ebuild
deleted file mode 100644
index 1d25d5430715..000000000000
--- a/kde-apps/knotes/knotes-19.04.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Note taking application"
-HOMEPAGE="https://kde.org/"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-notes)
- $(add_kdeapps_dep akonadi-search)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcalutils)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kontactinterface)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep pimcommon)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- dev-libs/grantlee:5
- dev-libs/libxslt
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- $(add_kdeapps_dep kdepim-runtime)
-"
-
-src_configure() {
-# local mycmakeargs=(
-# # FIXME: Does not build (last checked 2016-02-17)
-# $(cmake-utils_use_find_package X Qt5X11Extras)
-# $(cmake-utils_use_find_package X X11)
-# )
-
- kde5_src_configure
-}