diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/kbruch | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kbruch')
-rw-r--r-- | kde-apps/kbruch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kbruch/kbruch-18.08.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest index c4452295b91b..06c72d685659 100644 --- a/kde-apps/kbruch/Manifest +++ b/kde-apps/kbruch/Manifest @@ -1,2 +1 @@ -DIST kbruch-18.08.3.tar.xz 5603772 BLAKE2B 96f4a41ae2be6babd6125b338df7e0fc0dc3dc78191ed12940dba7e2c59c2bb5a250a7ab1f035ca9637881478d7d7f0e23d888602204b23fb81f77e284749915 SHA512 c8ad6634fdd05b4537fe3b2aa50afced142d7892f07513840f698243acc3137762fa906f125a1dfd8baf7da1002adf4609da5e2132129ec19a309d150480cd69 DIST kbruch-18.12.3.tar.xz 5603852 BLAKE2B 229dba0556d18572294abb7db4fdf925e341efe70e0a0a4a472b4659356f90f243215c5e90a8ef25ddc315f12983b22514e4e37f92f1784b88beb6a2a9771932 SHA512 91375dcebf526b861103573a293a722aa1ce960bedfd2b3ac1ddc606395b84e1c65e1f7532b24789e1c5dc60f0a05e6c73eb26094bfc3810a8898c1ba10c7b56 diff --git a/kde-apps/kbruch/kbruch-18.08.3.ebuild b/kde-apps/kbruch/kbruch-18.08.3.ebuild deleted file mode 100644 index dd70a2721f44..000000000000 --- a/kde-apps/kbruch/kbruch-18.08.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Educational application to learn calculating with fractions" -HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch/" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |