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: Tue, 16 Oct 2018 16:51:09
Message-Id: 1539708645.a1101c61201229502e05909d2e39408ab99c0ab1.asturm@gentoo
1 commit: a1101c61201229502e05909d2e39408ab99c0ab1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 16:02:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 16:50:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1101c61
7
8 app-office/libalkimia: Drop 7.0.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-office/libalkimia/Manifest | 1 -
14 app-office/libalkimia/libalkimia-7.0.1.ebuild | 33 ---------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest
18 index cc69ff115bf..73a2de778c4 100644
19 --- a/app-office/libalkimia/Manifest
20 +++ b/app-office/libalkimia/Manifest
21 @@ -1,2 +1 @@
22 -DIST alkimia-7.0.1.tar.xz 38400 BLAKE2B c6dccf0702ae42bfcebfa20fc34233766ab4b08c81d7b8aa8af2be2003560f2e088e922a0ec5656c6f8e34d3f3a8348fb6315c3e5aecf72cda9fa2506e1a2161 SHA512 7f72eaf69ad38c5478498a212f6f644ab76a27aec588ff8817414c7e36190568012cd2faff7ae31978beec670539ac93e55f3637a331e90738bddc11a423138c
23 DIST alkimia-7.0.2.tar.xz 38420 BLAKE2B ea2cc8dd80e2b9b2501d26936aa7d2799d040e8cf86f9adb4785e676046f3c76d0cbe3267e4159582086d910be35020bbc634140d32cc7e5588d06cf75a115a3 SHA512 275ea48cd33caed9393a170efcc6053a581c1cc000862dd73a63bdb6de3e3c3ad2e492901a859e517033e1239e297a43088580553efe32f1d99a85051f5af3e4
24
25 diff --git a/app-office/libalkimia/libalkimia-7.0.1.ebuild b/app-office/libalkimia/libalkimia-7.0.1.ebuild
26 deleted file mode 100644
27 index 410a813b42f..00000000000
28 --- a/app-office/libalkimia/libalkimia-7.0.1.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_TEST="forceoptional"
37 -KMNAME="alkimia"
38 -inherit kde5
39 -
40 -DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
41 -HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
42 -SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0/7"
46 -KEYWORDS="amd64 x86"
47 -IUSE="doc"
48 -
49 -RDEPEND="
50 - $(add_qt_dep qtdbus)
51 - dev-libs/gmp:0=[cxx]
52 -"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 - doc? ( app-doc/doxygen )
56 -"
57 -
58 -src_configure() {
59 - local mycmakeargs=(
60 - $(cmake-utils_use_find_package doc Doxygen)
61 - )
62 - kde5_src_configure
63 -}