Gentoo Archives: gentoo-commits

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