Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/
Date: Sat, 02 Mar 2019 20:57:34
Message-Id: 1551560126.cb4b01633e56ccf0c919cfd1e73c595d57c0cdf6.asturm@gentoo
1 commit: cb4b01633e56ccf0c919cfd1e73c595d57c0cdf6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 20:55:26 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 20:55:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4b0163
7
8 app-office/libalkimia: Drop 7.0.2 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libalkimia/libalkimia-7.0.2.ebuild | 35 ---------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/app-office/libalkimia/libalkimia-7.0.2.ebuild b/app-office/libalkimia/libalkimia-7.0.2.ebuild
17 deleted file mode 100644
18 index 8c969cac92f..00000000000
19 --- a/app-office/libalkimia/libalkimia-7.0.2.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="forceoptional"
28 -KMNAME="alkimia"
29 -inherit kde5
30 -
31 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
32 - SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz"
33 - KEYWORDS="amd64 x86"
34 -fi
35 -
36 -DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
37 -HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
38 -LICENSE="LGPL-2.1"
39 -SLOT="0/7"
40 -IUSE="doc"
41 -
42 -RDEPEND="
43 - $(add_qt_dep qtdbus)
44 - dev-libs/gmp:0=[cxx]
45 -"
46 -DEPEND="${RDEPEND}
47 - virtual/pkgconfig
48 - doc? ( app-doc/doxygen )
49 -"
50 -
51 -src_configure() {
52 - local mycmakeargs=(
53 - $(cmake-utils_use_find_package doc Doxygen)
54 - )
55 - kde5_src_configure
56 -}