summaryrefslogtreecommitdiff
path: root/kde-apps/kmplot
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 19:18:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 19:18:40 +0200
commitc4282b29c7a0239de1c6497b46332af5c0a13f70 (patch)
treece9dc7889509d337308803b4dc884ef7c57919c9 /kde-apps/kmplot
parent98c2fab70828f75a20cec6ad50acb154a6373719 (diff)
downloadkde-c4282b29c7a0239de1c6497b46332af5c0a13f70.tar.gz
kde-c4282b29c7a0239de1c6497b46332af5c0a13f70.tar.bz2
kde-c4282b29c7a0239de1c6497b46332af5c0a13f70.zip
kde-apps: Drop KDE Applications 19.04.1
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r--kde-apps/kmplot/Manifest1
-rw-r--r--kde-apps/kmplot/kmplot-19.04.1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest
deleted file mode 100644
index 2fc2691bf2e..00000000000
--- a/kde-apps/kmplot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kmplot-19.04.1.tar.xz 3062236 BLAKE2B 998a2596b458f8faa94c49ad67602ae792dc3b5f1907dbbb2573a13a9445052f6869591849b8efdbaf220a48d813c6682acfccb4fb58daeca5423623c8de540d SHA512 95a817918eb9386f8eec91c3bab0604ac38a394e905282f0f50a1254b889be2d559f4902ba3f56ea10246d31c2c99a37a4e8b7cb9a8707c363dfa16749c1af1c
diff --git a/kde-apps/kmplot/kmplot-19.04.1.ebuild b/kde-apps/kmplot/kmplot-19.04.1.ebuild
deleted file mode 100644
index 24545ff4afd..00000000000
--- a/kde-apps/kmplot/kmplot-19.04.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Mathematical function plotter"
-HOMEPAGE="https://kde.org/applications/education/kmplot https://edu.kde.org/kmplot/"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"