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: Fri, 06 Apr 2018 00:42:27
Message-Id: 1522975320.aee906501dc6640df4641e63b06526b5a7d7fc37.asturm@gentoo
1 commit: aee906501dc6640df4641e63b06526b5a7d7fc37
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 00:36:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 00:42:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee90650
7
8 app-office/libalkimia: Drop 5.0.0 (Qt4-based)
9
10 Bug: https://bugs.gentoo.org/646894
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 app-office/libalkimia/Manifest | 1 -
14 app-office/libalkimia/libalkimia-5.0.0.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest
18 index c873548e388..f49dd9d583f 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 libalkimia-5.0.0.tar.xz 28400 BLAKE2B 68fa555b1e42bcadcf7aa229092e8a2d6500f4e5d03720dd259eec43daeb7f2916564500d1d2b32c0b36988a8907120404830880a7d10999c3c6b9d010903f61 SHA512 9ba205f5726f237389b9ea928ef37fc3b38161aaec5988dcc64afa3d8e53575a055b248e3c27e738db13f9e6af231f493e1374bbc50d0672729b0cdb391ce99f
24
25 diff --git a/app-office/libalkimia/libalkimia-5.0.0.ebuild b/app-office/libalkimia/libalkimia-5.0.0.ebuild
26 deleted file mode 100644
27 index af907c081fe..00000000000
28 --- a/app-office/libalkimia/libalkimia-5.0.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
39 -HOMEPAGE="https://community.kde.org/Alkimia/libalkimia"
40 -SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz"
41 -
42 -LICENSE="LGPL-2.1+"
43 -KEYWORDS="amd64 x86"
44 -SLOT="0/5"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-libs/gmp:0=[cxx]
49 - dev-qt/qtcore:4
50 - dev-qt/qtdbus:4
51 - kde-frameworks/kdelibs:4
52 -"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 -"