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-apps/kdeutils-meta/
Date: Tue, 18 Aug 2020 10:14:01
Message-Id: 1597745619.fc48b7e876aa2ed859df2dbceb48ea3133bd7a40.asturm@gentoo
1 commit: fc48b7e876aa2ed859df2dbceb48ea3133bd7a40
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 07:48:52 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 10:13:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc48b7e8
7
8 kde-apps/kdeutils-meta: Add back app-cdr/dolphin-plugins-mountiso
9
10 Bug: https://bugs.gentoo.org/736986
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../kdeutils-meta/kdeutils-meta-20.08.0-r1.ebuild | 43 ++++++++++++++++++++++
15 1 file changed, 43 insertions(+)
16
17 diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-20.08.0-r1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-20.08.0-r1.ebuild
18 new file mode 100644
19 index 00000000000..9cee4e0b22c
20 --- /dev/null
21 +++ b/kde-apps/kdeutils-meta/kdeutils-meta-20.08.0-r1.ebuild
22 @@ -0,0 +1,43 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
29 +HOMEPAGE="https://kde.org/applications/utilities https://utils.kde.org"
30 +
31 +LICENSE="metapackage"
32 +SLOT="5"
33 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
34 +IUSE="7zip cups floppy gpg lrz rar +webengine"
35 +
36 +RDEPEND="
37 + >=app-cdr/dolphin-plugins-mountiso-${PV}:${SLOT}
38 + >=kde-apps/ark-${PV}:${SLOT}
39 + >=kde-apps/filelight-${PV}:${SLOT}
40 + >=kde-apps/kate-${PV}:${SLOT}
41 + >=kde-apps/kbackup-${PV}:${SLOT}
42 + >=kde-apps/kcalc-${PV}:${SLOT}
43 + >=kde-apps/kcharselect-${PV}:${SLOT}
44 + >=kde-apps/kdebugsettings-${PV}:${SLOT}
45 + >=kde-apps/kdf-${PV}:${SLOT}
46 + >=kde-apps/kteatime-${PV}:${SLOT}
47 + >=kde-apps/ktimer-${PV}:${SLOT}
48 + >=kde-apps/kwalletmanager-${PV}:${SLOT}
49 + >=kde-apps/sweeper-${PV}:${SLOT}
50 + >=kde-apps/yakuake-${PV}:${SLOT}
51 + cups? ( >=kde-apps/print-manager-${PV}:${SLOT} )
52 + floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} )
53 + gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} )
54 + webengine? ( >=kde-apps/kimagemapeditor-${PV}:${SLOT} )
55 +"
56 +# Optional runtime deps: kde-apps/ark
57 +RDEPEND="${RDEPEND}
58 + 7zip? ( app-arch/p7zip )
59 + lrz? ( app-arch/lrzip )
60 + rar? ( || (
61 + app-arch/rar
62 + app-arch/unrar
63 + app-arch/unar
64 + ) )
65 +"