diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:58:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:59:10 +0200 |
commit | 420336464e757748fd3f7b63bdb565f3529b203c (patch) | |
tree | 86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/kmplot | |
parent | dev-lang/vala: p.masked bump to 0.45.3 (diff) | |
download | gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2 gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip |
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmplot/kmplot-18.12.3.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index 7752ac7ba545..44334ccef3da 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1,2 +1 @@ -DIST kmplot-18.12.3.tar.xz 3061352 BLAKE2B bebcb61a2449f77658213f99daee03ea4fd3f844fa226910312a42acf1b9b3def72c012911c2c610c2eede1ee51b0cf7172497379e23bc14bb733b29364ed069 SHA512 6fa203f4cd192e114ccf7f87df3d1f1f0e806a0bb4027a31eb0fc16a239fba841b643ea7b4b8f4d72a43efe9605e22bd0b47d7fbb9232b5305c60cd2e4ccadb9 DIST kmplot-19.04.3.tar.xz 3047220 BLAKE2B 17db90a4184343fd9a4a13d268d8d1a0d368bd0fb075a5809044367fe266edee5b2f94118dc3c9bfdc896887a47e5d85fadcb047fbffa9bc845845b69dddb980 SHA512 afb63178f5a871b3f52e56927a3d636729cecd485c29dca661256f6e73c506ed615ff619c22043ed5b714f3ba9216fc55ae63208e4117aa0de7ffeef0261fbfe diff --git a/kde-apps/kmplot/kmplot-18.12.3.ebuild b/kde-apps/kmplot/kmplot-18.12.3.ebuild deleted file mode 100644 index c9dc7de1dab8..000000000000 --- a/kde-apps/kmplot/kmplot-18.12.3.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://www.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}" |