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/kfloppy/
Date: Mon, 22 Aug 2022 20:13:07
Message-Id: 1661199080.2aab302a70801f6483522f3e5f7d947aa5e274e9.asturm@gentoo
1 commit: 2aab302a70801f6483522f3e5f7d947aa5e274e9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 18:32:04 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 20:11:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aab302a
7
8 kde-apps/kfloppy: 22.08.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/kfloppy/Manifest | 1 +
13 kde-apps/kfloppy/kfloppy-22.08.0.ebuild | 33 +++++++++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/kde-apps/kfloppy/Manifest b/kde-apps/kfloppy/Manifest
17 index 0fc4ef049949..ee347859f75a 100644
18 --- a/kde-apps/kfloppy/Manifest
19 +++ b/kde-apps/kfloppy/Manifest
20 @@ -1 +1,2 @@
21 DIST kfloppy-22.04.3.tar.xz 213828 BLAKE2B 864022c98f70073a22e0a1ae0a4810e9d401d1a23403f87a9c822ffd219ecf0c58889bbf4ceb1522661780f23e4f793fca7d3b03172dd7f570d83a969385c900 SHA512 483840f3ddb10c74c7cbd2b3af7396d66d5ae4bfefb646e6453cd63382de510b9664f6ff4cd163f317694d64d8ddd2098b7ce67f0da1e9d8e5a2533e7936eb19
22 +DIST kfloppy-22.08.0.tar.xz 213736 BLAKE2B 3132d9d785017bc31f9a751c3a04d4a3933f6c5e9abc7864e69a2cfc6d9156103990586e7d583270f6c356793f013532f2beb2d782f587732210f9db0821c4bb SHA512 596a322ccdbb917f41259ca7c4196f23f62b9c06ef266625c19a2c7306730395d2559ecdc7f990e8e4789a93621e0ce81bb476931ebc0ddb13cf87c745afe255
23
24 diff --git a/kde-apps/kfloppy/kfloppy-22.08.0.ebuild b/kde-apps/kfloppy/kfloppy-22.08.0.ebuild
25 new file mode 100644
26 index 000000000000..52a46fb8bbde
27 --- /dev/null
28 +++ b/kde-apps/kfloppy/kfloppy-22.08.0.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +ECM_HANDBOOK="forceoptional"
36 +KFMIN=5.96.0
37 +QTMIN=5.15.5
38 +inherit ecm gear.kde.org
39 +
40 +DESCRIPTION="Straightforward graphical means to format 3.5\" and 5.25\" floppy disks"
41 +HOMEPAGE="https://apps.kde.org/kfloppy/
42 +https://utils.kde.org/projects/kfloppy/"
43 +
44 +LICENSE="GPL-2" # TODO: CHECK
45 +SLOT="5"
46 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
47 +IUSE=""
48 +
49 +DEPEND="
50 + >=dev-qt/qtdbus-${QTMIN}:5
51 + >=dev-qt/qtgui-${QTMIN}:5
52 + >=dev-qt/qtwidgets-${QTMIN}:5
53 + >=kde-frameworks/kcompletion-${KFMIN}:5
54 + >=kde-frameworks/kconfig-${KFMIN}:5
55 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
56 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
57 + >=kde-frameworks/kcrash-${KFMIN}:5
58 + >=kde-frameworks/ki18n-${KFMIN}:5
59 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
60 + >=kde-frameworks/kxmlgui-${KFMIN}:5
61 +"
62 +RDEPEND="${DEPEND}"