summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:18:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:19:52 +0200
commita626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch)
tree99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/kmplot
parentkde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff)
downloadgentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r--kde-apps/kmplot/Manifest1
-rw-r--r--kde-apps/kmplot/kmplot-18.08.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest
index 28338f36fb3f..f0fd038b5b7d 100644
--- a/kde-apps/kmplot/Manifest
+++ b/kde-apps/kmplot/Manifest
@@ -1,3 +1,2 @@
DIST kmplot-18.04.3.tar.xz 3028664 BLAKE2B baf384a0104b44d3ddda7657e0a5135c78728dafcaee2c14a7e36a9251dc3e78ed627923b98bddca793b6aeb173c43eba6694cfad72215e8a38342510b620cda SHA512 798ac10e281efc393f111e222641f92a9a5cca94513f740468aa17626cabdc80fd9628a96972748a7297665957d7c5164f43036e51bef35269899e04d779708a
-DIST kmplot-18.08.1.tar.xz 3028852 BLAKE2B c7343030d8bb2fd3db2bc1a0e66cac804e4c9d2d81383f6de1fb94ba6459053abee076b1b0526ae04e067f5707789a47622473259a57942c596867391c942cd3 SHA512 b5e5944875bc49f2bbe55aad41212f68973995e0de1926195a4f16e2b4dbc67f46bf745a577f6bd07d9ad30b7795ff65e853920f6fc3333e46b74f256a1b266a
DIST kmplot-18.08.2.tar.xz 3028852 BLAKE2B 2b5a0e575fca83b3fa7e1804dfba1c43a0a12513d9faa6a0f575de88b5b19e811d8ca30952d3785e720825cab309b3ef323b5c6961a49ad7e00cd71f7e2edbbc SHA512 7780848750bd337d3051a477649edc34da233da112546e3f53393c3338ca18ca4086f400d5bfd12e875b4f7cd1873979b4b61397ed5550706467c52149f784c9
diff --git a/kde-apps/kmplot/kmplot-18.08.1.ebuild b/kde-apps/kmplot/kmplot-18.08.1.ebuild
deleted file mode 100644
index 029f91d4ded4..000000000000
--- a/kde-apps/kmplot/kmplot-18.08.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Mathematical function plotter"
-HOMEPAGE="https://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot"
-KEYWORDS="~amd64 ~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 kdelibs4support)
- $(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}"