summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:24:10 +0200
commit88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch)
treedc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/kcalc
parentsys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff)
downloadgentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalc')
-rw-r--r--kde-apps/kcalc/Manifest1
-rw-r--r--kde-apps/kcalc/kcalc-19.08.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
index 9d2caa160d40..e7ac5676e2e8 100644
--- a/kde-apps/kcalc/Manifest
+++ b/kde-apps/kcalc/Manifest
@@ -1,3 +1,2 @@
DIST kcalc-19.04.3.tar.xz 366516 BLAKE2B aa1d91982b671bbf7e3520200ff85dc3dd6c8172b81903bbe93a0f613eee75e8ca9758cfdfeb80473d67bc3564104f094944f2fb85f46f34a305e419612c16e0 SHA512 7751ac0ce76aaf99d237c39deb9d25c058c43edb1ef31f03a8d222477d3ae32e2bbae9ce6ac5251f4a981ba25309481af40cbddebfce5ad71d9aee9568bda5bb
-DIST kcalc-19.08.0.tar.xz 372228 BLAKE2B 2888959e6fa6447dcb2de23461d6bd631424d8cceee3baab1d29fb4fd76a6c59396db3d29759e20e6b0d0291142ca3ae3608dde8d94224cf37618b41a460fa6b SHA512 4d07c3ddc07f0226f00b4f5bf76b042a4ee13dbfbd208f50c01c22a1580436207e1e5d7ee315c1359b740fee200e7f1b3738f38056745a2a64062de4876057a3
DIST kcalc-19.08.1.tar.xz 372548 BLAKE2B 80cfae1f44ce4f64cd3d08ddf2b84486ad07e2a4dfae4988e33b9bdb9a3cfffe49e6cee186b9294d024d5e69455313aac2a09da67c2bf7b82db921fbf0c86d77 SHA512 6a4aae7569165d291518613005c71f54b74b17f747b003bfd1fc71f938c7676903d2a83adb742b938aff3e1ba8e71dcaa56d6a8c76a37398d2a7a602e3b90a5e
diff --git a/kde-apps/kcalc/kcalc-19.08.0.ebuild b/kde-apps/kcalc/kcalc-19.08.0.ebuild
deleted file mode 100644
index f8010661132f..000000000000
--- a/kde-apps/kcalc/kcalc-19.08.0.ebuild
+++ /dev/null
@@ -1,36 +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=
- dev-libs/mpfr:0=
-"
-RDEPEND="${DEPEND}"