summaryrefslogtreecommitdiff
path: root/kde-apps/kcalc
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:55:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:55:52 +0200
commit5c73b036d29f34893d791c94acd8aa931d0982fd (patch)
tree01ed64d37eca41b169bf194f1b5bf9f397f8fe28 /kde-apps/kcalc
parent2f824fd30e91c5a03af2aa6d6e11e18c42bd6e4a (diff)
downloadkde-5c73b036d29f34893d791c94acd8aa931d0982fd.tar.gz
kde-5c73b036d29f34893d791c94acd8aa931d0982fd.tar.bz2
kde-5c73b036d29f34893d791c94acd8aa931d0982fd.zip
kde-apps: Drop 17.04 stable branch
No more development. Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/kcalc-17.04.49.9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild b/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild
deleted file mode 100644
index ceddd7b2800..00000000000
--- a/kde-apps/kcalc/kcalc-17.04.49.9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE calculator"
-HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
-https://utils.kde.org/projects/kcalc"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/gmp:0=
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"