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: Thu, 08 Sep 2022 12:48:06
Message-Id: 1662641023.84785408ad26ddb6839f0e744299b1854eb35bc0.asturm@gentoo
1 commit: 84785408ad26ddb6839f0e744299b1854eb35bc0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 12:20:15 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 12:43:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84785408
7
8 kde-apps/kfloppy: drop 22.08.0
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 deletions(-)
15
16 diff --git a/kde-apps/kfloppy/Manifest b/kde-apps/kfloppy/Manifest
17 index c4235bff1f36..8d138d698b91 100644
18 --- a/kde-apps/kfloppy/Manifest
19 +++ b/kde-apps/kfloppy/Manifest
20 @@ -1,3 +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 DIST kfloppy-22.08.1.tar.xz 213816 BLAKE2B bc39a6a567121958b77e5ece30da436312ab51fe10c85b0f2f2192b6569bf7012d13dd4580627be61b1673e9d85fb264e1fb0aacf9bed2e43b11ffcde8b2c7c3 SHA512 362b78b5c0db6b097ea60beb96dd54a061a9fb9b3b9a3fc0918342182381a9c56736864c1817913a14faf3a8b63cda5a7b1ba42c3853d2f74720476e0d969eaa
24
25 diff --git a/kde-apps/kfloppy/kfloppy-22.08.0.ebuild b/kde-apps/kfloppy/kfloppy-22.08.0.ebuild
26 deleted file mode 100644
27 index 52a46fb8bbde..000000000000
28 --- a/kde-apps/kfloppy/kfloppy-22.08.0.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_HANDBOOK="forceoptional"
37 -KFMIN=5.96.0
38 -QTMIN=5.15.5
39 -inherit ecm gear.kde.org
40 -
41 -DESCRIPTION="Straightforward graphical means to format 3.5\" and 5.25\" floppy disks"
42 -HOMEPAGE="https://apps.kde.org/kfloppy/
43 -https://utils.kde.org/projects/kfloppy/"
44 -
45 -LICENSE="GPL-2" # TODO: CHECK
46 -SLOT="5"
47 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
48 -IUSE=""
49 -
50 -DEPEND="
51 - >=dev-qt/qtdbus-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 - >=kde-frameworks/kcompletion-${KFMIN}:5
55 - >=kde-frameworks/kconfig-${KFMIN}:5
56 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
57 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 - >=kde-frameworks/kcrash-${KFMIN}:5
59 - >=kde-frameworks/ki18n-${KFMIN}:5
60 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
61 - >=kde-frameworks/kxmlgui-${KFMIN}:5
62 -"
63 -RDEPEND="${DEPEND}"