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: Sun, 16 Aug 2020 22:25:31
Message-Id: 1597616717.2866dcfdac798d6feb7a9f27b1e979c24d8c1007.asturm@gentoo
1 commit: 2866dcfdac798d6feb7a9f27b1e979c24d8c1007
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 21:12:14 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 22:25:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2866dcfd
7
8 app-office/libalkimia: Drop 7.0.2-r1
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libalkimia/Manifest | 1 -
14 app-office/libalkimia/libalkimia-7.0.2-r1.ebuild | 40 ------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest
18 index b597a2233c2..50b27b2b16d 100644
19 --- a/app-office/libalkimia/Manifest
20 +++ b/app-office/libalkimia/Manifest
21 @@ -1,2 +1 @@
22 -DIST alkimia-7.0.2.tar.xz 38420 BLAKE2B ea2cc8dd80e2b9b2501d26936aa7d2799d040e8cf86f9adb4785e676046f3c76d0cbe3267e4159582086d910be35020bbc634140d32cc7e5588d06cf75a115a3 SHA512 275ea48cd33caed9393a170efcc6053a581c1cc000862dd73a63bdb6de3e3c3ad2e492901a859e517033e1239e297a43088580553efe32f1d99a85051f5af3e4
23 DIST alkimia-8.0.3.tar.xz 212780 BLAKE2B 4863bd2fba7e92518618da250b08772e288697eab9e45980c72c4a29d51f3df94899ead344a9dd5f16ea73cab8dc5596c696156f7da678a030623e77c766949c SHA512 04debd3adeba6380ffe7e9d3949e927dca12ecd7f83dea7b7ba6295b158272c636978c89800757166889e632fed09f3e8b3ce19adc9b91e3369e3b16a5b6cb1e
24
25 diff --git a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild b/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild
26 deleted file mode 100644
27 index eab11cea7ef..00000000000
28 --- a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_TEST="forceoptional"
37 -KDE_ORG_NAME="alkimia"
38 -QTMIN=5.12.3
39 -inherit ecm kde.org
40 -
41 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
42 - SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
43 - KEYWORDS="amd64 x86"
44 -fi
45 -
46 -DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
47 -HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
48 -
49 -LICENSE="LGPL-2.1"
50 -SLOT="0/7"
51 -IUSE="doc gmp"
52 -
53 -BDEPEND="
54 - virtual/pkgconfig
55 - doc? ( app-doc/doxygen )
56 -"
57 -DEPEND="
58 - >=dev-qt/qtdbus-${QTMIN}:5
59 - !gmp? ( sci-libs/mpir:=[cxx] )
60 - gmp? ( dev-libs/gmp:0=[cxx] )
61 -"
62 -RDEPEND="${DEPEND}"
63 -
64 -src_configure() {
65 - local mycmakeargs=(
66 - $(cmake_use_find_package doc Doxygen)
67 - $(cmake_use_find_package !gmp MPIR)
68 - )
69 - ecm_src_configure
70 -}