Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalc/
Date: Wed, 25 May 2016 09:52:28
Message-Id: 1464169931.b5e7191662b2747b217ffdddb8bb82118105ad50.kensington@gentoo
1 commit: b5e7191662b2747b217ffdddb8bb82118105ad50
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 09:44:40 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 09:52:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e71916
7
8 kde-apps/kcalc: remove old revision
9
10 Package-Manager: portage-2.3.0_rc1
11
12 kde-apps/kcalc/kcalc-15.12.3.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/kde-apps/kcalc/kcalc-15.12.3.ebuild b/kde-apps/kcalc/kcalc-15.12.3.ebuild
16 deleted file mode 100644
17 index d69a83c..0000000
18 --- a/kde-apps/kcalc/kcalc-15.12.3.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_DOXYGEN="true"
28 -KDE_HANDBOOK="forceoptional"
29 -KDE_TEST="true"
30 -inherit kde5
31 -
32 -DESCRIPTION="KDE calculator"
33 -HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
34 -https://utils.kde.org/projects/kcalc"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep kconfigwidgets)
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep kguiaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep knotifications)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_frameworks_dep kxmlgui)
47 - dev-libs/gmp:0=
48 - $(add_qt_dep qtgui)
49 - $(add_qt_dep qtwidgets)
50 - $(add_qt_dep qtxml)
51 -"
52 -DEPEND="${RDEPEND}
53 - $(add_frameworks_dep kinit)
54 - dev-libs/mpfr:0
55 - sys-devel/gettext
56 -"