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 C1E84138359 for ; Thu, 13 Aug 2020 15:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F71E08FF; Thu, 13 Aug 2020 15:47:23 +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 DD028E08FF for ; Thu, 13 Aug 2020 15:47:22 +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 4CBEC34F21C for ; Thu, 13 Aug 2020 15:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3ACF317 for ; Thu, 13 Aug 2020 15:47:19 +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: <1597333520.9a02dd16b5ad8b3368d56b6217de457951ce84a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kgpg/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kgpg/Manifest kde-apps/kgpg/kgpg-20.08.0.ebuild X-VCS-Directories: kde-apps/kgpg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a02dd16b5ad8b3368d56b6217de457951ce84a9 X-VCS-Branch: master Date: Thu, 13 Aug 2020 15:47:19 +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: 90ae15f8-860e-46d0-af82-8de39da26035 X-Archives-Hash: 7db7244fc20b083d8e0bc5751e3733a2 commit: 9a02dd16b5ad8b3368d56b6217de457951ce84a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 11:16:20 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 13 15:45:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a02dd16 kde-apps/kgpg: 20.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kgpg/Manifest | 1 + kde-apps/kgpg/kgpg-20.08.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest index 082721fc0be..e7a19e5dfb7 100644 --- a/kde-apps/kgpg/Manifest +++ b/kde-apps/kgpg/Manifest @@ -1 +1,2 @@ DIST kgpg-20.04.3.tar.xz 2790416 BLAKE2B a6ef91fb72da760ee86b1cb16405027d71bfe80a29f933a1fe34cdadefca66afa9c2a8233e902f1a2a80d036b2ec0a611dbad53ad4dc2fb34aaa4178f9337c05 SHA512 b36ff19ee02a8bbaa64cfece378178fd4d10700a0f62a44e3d911cebeb147564c577336681937e3be795924ab1da522a38b07a32335c95c3c7f711361f0a8a9c +DIST kgpg-20.08.0.tar.xz 2883732 BLAKE2B 20f82f36f0fcebb96741525c2f20280e3bd1751f2e84c03209366c943234966751e76fcf34dc84180496e2315d5e7b0486c5985394e90886fdd80d70f1d65a0f SHA512 2907d2c0d6b13cebec0cf462990366efc2bf695ed620bc3923d8b57a3d9e99a7acc2acca19e22716e2e5ca8d7820c6f1033361388144255d5cb2591db64c0fd9 diff --git a/kde-apps/kgpg/kgpg-20.08.0.ebuild b/kde-apps/kgpg/kgpg-20.08.0.ebuild new file mode 100644 index 00000000000..9c64ce456e3 --- /dev/null +++ b/kde-apps/kgpg/kgpg-20.08.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="gpg" +PVCUT=$(ver_cut 1-3) +KFMIN=5.72.0 +QTMIN=5.14.2 +inherit ecm kde.org + +DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE" +HOMEPAGE="https://kde.org/applications/utilities/org.kde.kgpg +https://utils.kde.org/projects/kgpg/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +DEPEND="${COMMON_DEPEND} + app-crypt/gpgme +" +RDEPEND="${COMMON_DEPEND} + app-crypt/gnupg +"