diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:18:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 14:19:52 +0200 |
commit | a626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch) | |
tree | 99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/kcalc | |
parent | kde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff) | |
download | gentoo-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/kcalc')
-rw-r--r-- | kde-apps/kcalc/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcalc/kcalc-18.08.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest index 1571449ddf6b..40becf95d04b 100644 --- a/kde-apps/kcalc/Manifest +++ b/kde-apps/kcalc/Manifest @@ -1,3 +1,2 @@ DIST kcalc-18.04.3.tar.xz 362048 BLAKE2B 4e07d5236bb807705c4fc7617c7422269812187255277046911011b801310034ef1783e90273732e1bdef241d5b4fd024d58e42f5c57218e9797c9b7c9afd6b4 SHA512 372f0e2660836108c405e9aa48a07f042a86ec8c66f43a7ba4a64c5ac1da561b3ead94f7c9e496ec270826813c77e21144b12b720f6a3872a3c49859bb637c83 -DIST kcalc-18.08.1.tar.xz 362244 BLAKE2B 580a16e6f49acd08bcdf0250b339b59d031e2081ec208ad7dc497d0437475c4e9d85a4d9412371ff393eafda11921f9ce1ae2656fda0290bfdc4c882da6307a3 SHA512 5d738132b06c9a866a6001007afa7c90d7df7ffade11464ff7378beb656cdc826d7b79e174c1f942f7b9e61edc32348b313dbd4e824dd34de1858b3363540f6f DIST kcalc-18.08.2.tar.xz 362128 BLAKE2B e01cfb1fa161a84035ce4b72b4f0bf80b92f352447ac11f692fd586d442ddd31229dabc8c1a60407a9ea5af00dc812b227fcf071a8cbca1c8bf8a1c3d1a6a7f5 SHA512 120d8f96291677648627a6115db53273b2ed35be5d372ecfb9bd7e6f95df476092c81cc8cd4a5d3a9409084a120c78e76b339758b08b74bfebf2db2f49621d02 diff --git a/kde-apps/kcalc/kcalc-18.08.1.ebuild b/kde-apps/kcalc/kcalc-18.08.1.ebuild deleted file mode 100644 index 2877d5cef5ce..000000000000 --- a/kde-apps/kcalc/kcalc-18.08.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 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="~amd64 ~x86" -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 -" |