summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:49:03 +0200
commit3efa40888f26d455f4777e1e067b9dba54b25da3 (patch)
tree84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/kcalc
parentapp-portage/portage-utils: fix USE=static, fix RDEPEND (diff)
downloadgentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/Manifest1
-rw-r--r--kde-apps/kcalc/kcalc-19.04.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
index efea77f0f875..2350d584ea12 100644
--- a/kde-apps/kcalc/Manifest
+++ b/kde-apps/kcalc/Manifest
@@ -1,3 +1,2 @@
DIST kcalc-18.12.3.tar.xz 362728 BLAKE2B 34635f499348321aa6ae57a7520620b7a28536cea7841855591ae83340ca4993effeba2de75008c73c581d379eae3a53f317a8d0552bf15f582b881e7d1c5f49 SHA512 be4d7fd59f3ce6c63426a4aad4a388e4123397ab06c44441213754ec6e935217859c5960cfaf76ed0537400f51c35a74a6413a6c2bbe3466d045ea6ccd7ea45f
-DIST kcalc-19.04.1.tar.xz 366552 BLAKE2B b3bf431e571ed205e877d9ed936a2e8278271037763eb79bd556bc96958e2ceb0b23072b38154e8cfc27904fb0582dd654de3b19168be334776600d1c3fecca8 SHA512 8c1868a571ea7fb77a5249d9154c32968974345ec1c8eadb233e5cf436110299baeda39d580ff12c958061188c96a49e899407c35008b476cd0395427566fe1c
DIST kcalc-19.04.2.tar.xz 367756 BLAKE2B a836bc43bc7a0208d352444a0eec0fd1a7ff6af648614d98f4d97969e57dc30143d1e3e62fdf8f577cf777b4a2a0695a58e67cc0578acb300c1b39a0f1e9e43e SHA512 aa8db02c3b897ad30ef62fc01f715c2fd1fd9f1f745168dbff1daa5ee1eb4913e04ac6bec8e414fa029891abbbf01c38f55323a784abe42533701da2ec746a0d
diff --git a/kde-apps/kcalc/kcalc-19.04.1.ebuild b/kde-apps/kcalc/kcalc-19.04.1.ebuild
deleted file mode 100644
index 2cdb3b489ccf..000000000000
--- a/kde-apps/kcalc/kcalc-19.04.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE calculator"
-HOMEPAGE="https://kde.org/applications/utilities/kcalc
-https://utils.kde.org/projects/kcalc/"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="
- sys-devel/gettext
-"
-DEPEND="
- $(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 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=
-"
-RDEPEND="${DEPEND}"