From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAF9D13835B for ; Sat, 24 Apr 2021 13:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFEAE083B; Sat, 24 Apr 2021 13:47:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33922E083B for ; Sat, 24 Apr 2021 13:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E4C73413BF for ; Sat, 24 Apr 2021 13:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 771CD73A for ; Sat, 24 Apr 2021 13:47:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1619271999.32138ef9401977e8da410f45ab3063ef9dacca52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kfloppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kfloppy/Manifest kde-apps/kfloppy/kfloppy-21.04.0.ebuild X-VCS-Directories: kde-apps/kfloppy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32138ef9401977e8da410f45ab3063ef9dacca52 X-VCS-Branch: master Date: Sat, 24 Apr 2021 13:47:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d829592-4a56-4f66-8836-89ca14c282a6 X-Archives-Hash: 7ba4a4232b48437d840c0f7bfa3c6ecd commit: 32138ef9401977e8da410f45ab3063ef9dacca52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 24 10:05:13 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 24 13:46:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32138ef9 kde-apps/kfloppy: 21.04.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kfloppy/Manifest | 1 + kde-apps/kfloppy/kfloppy-21.04.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-apps/kfloppy/Manifest b/kde-apps/kfloppy/Manifest index fe2c0be1e11..ea1ad9bac9c 100644 --- a/kde-apps/kfloppy/Manifest +++ b/kde-apps/kfloppy/Manifest @@ -1 +1,2 @@ DIST kfloppy-20.12.3.tar.xz 204260 BLAKE2B f66f9cc1ac3cc6ad6ad01658d3599671608416aafbc8d57bfc1b12a5728584db215557cda3c5b798fcb10484b384fdf013823b68a5b715bfd2814f41b6905c89 SHA512 5220a465fbcb9feeed5f572d26ae4c2cf4eaf2aad68d66e102e3b6d24521d6997582bcb27484c39bb257ffdb19b93239dfe791890edec94af68879e8e10179c6 +DIST kfloppy-21.04.0.tar.xz 205156 BLAKE2B 0ea59501b2af915701d425df6a622a7d480d0a1dabdae5817f300f4f449cc0e72e5fa96b1cae72f70df5d81e2128cc92c3dfc3db7c7f20683fd2b0cbe4c6fbe9 SHA512 c9d45f16cbbb1ef3d14d58b92d825262bc8a27af750207eba763fb1212591abe5a3dc65ba41b81a94463ceb53d63ba3ce2035016ba6abee867dd611ceb5fa004 diff --git a/kde-apps/kfloppy/kfloppy-21.04.0.ebuild b/kde-apps/kfloppy/kfloppy-21.04.0.ebuild new file mode 100644 index 00000000000..34a15d1245d --- /dev/null +++ b/kde-apps/kfloppy/kfloppy-21.04.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Straightforward graphical means to format 3.5\" and 5.25\" floppy disks" +HOMEPAGE="https://apps.kde.org/en/kfloppy +https://utils.kde.org/projects/kfloppy/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}"