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 43414138359 for ; Tue, 13 Oct 2020 11:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD01E0907; Tue, 13 Oct 2020 11:51:09 +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 08370E0907 for ; Tue, 13 Oct 2020 11:51:09 +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 B4ABB340D1D for ; Tue, 13 Oct 2020 11:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53CA43B3 for ; Tue, 13 Oct 2020 11:51:05 +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: <1602589852.b070ef8ae2515c3835420937de092fe1d3b96d1d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-thunderbolt/Manifest kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b070ef8ae2515c3835420937de092fe1d3b96d1d X-VCS-Branch: master Date: Tue, 13 Oct 2020 11:51:05 +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: b778f77d-b559-4ed0-ab1e-a9fa81bc83c4 X-Archives-Hash: 5aece94356fc4a36db741bf364197e7f commit: b070ef8ae2515c3835420937de092fe1d3b96d1d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 13 11:38:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 13 11:50:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b070ef8a kde-plasma/plasma-thunderbolt: 5.20.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-5.20.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 732ce76d34f..8a370221e4c 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-5.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e +DIST plasma-thunderbolt-5.20.0.tar.xz 55664 BLAKE2B a19900c70df94f92924e307b1e0b14e2416febd2c4352a01fd6c20d64fea47ebca665e669e08c648c54a1a968bd24a89b820cc6d43207c344435ff539b17bb4e SHA512 c99ff7a606e90b38ef10ce85c4adc375a4425b0d383db58829f8ccf61eeefa290c1f8a2c0b20b10b72af3bf607b4dea2ca0be98f0c6704fcb8e7247f32bfacab diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild new file mode 100644 index 00000000000..cbbcdebcf9b --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.74.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + sys-apps/bolt +" + +# tests require DBus +RESTRICT+=" test"