Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
Date: Sat, 30 May 2020 11:20:37
Message-Id: 1590837530.dc3847aa6d77ab3b30f41c9a2923b1ace1a0affc.asturm@gentoo
1 commit: dc3847aa6d77ab3b30f41c9a2923b1ace1a0affc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 22:21:22 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 11:18:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3847aa
7
8 kde-frameworks/karchive: Drop IUSE="bzip2,lzma"
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/karchive/karchive-5.70.0-r1.ebuild | 18 ++++++++++++++++++
14 1 file changed, 18 insertions(+)
15
16 diff --git a/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild b/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..bb212d03f1c
19 --- /dev/null
20 +++ b/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit ecm kde.org
28 +
29 +DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
30 +LICENSE="GPL-2 LGPL-2.1"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
32 +IUSE=""
33 +
34 +DEPEND="
35 + app-arch/bzip2
36 + app-arch/xz-utils
37 + sys-libs/zlib
38 +"
39 +RDEPEND="${DEPEND}"