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 705D1138334 for ; Sun, 20 Oct 2019 23:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F4F5E0C9D; Sun, 20 Oct 2019 23:08:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58925E0C9D for ; Sun, 20 Oct 2019 23:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BBDEA34C0A2 for ; Sun, 20 Oct 2019 23:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C5776A for ; Sun, 20 Oct 2019 23:08:56 +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: <1571612912.5ad47fcc5bf2d656dd7fc55a62be6755d9b9a1df.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/metadata.xml kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ad47fcc5bf2d656dd7fc55a62be6755d9b9a1df X-VCS-Branch: master Date: Sun, 20 Oct 2019 23:08:56 +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: 7ce1bf9d-1554-4f1c-b203-9856442d9a55 X-Archives-Hash: 211d1fc39cb48f5b9c2f4ea81a6c0e29 commit: 5ad47fcc5bf2d656dd7fc55a62be6755d9b9a1df Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 20 23:07:50 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 20 23:08:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad47fcc kde-plasma/plasma-thunderbolt: New package Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + kde-plasma/plasma-thunderbolt/metadata.xml | 8 ++++++ .../plasma-thunderbolt-5.17.0.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest new file mode 100644 index 00000000000..934e8b5df42 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -0,0 +1 @@ +DIST plasma-thunderbolt-5.17.0.tar.xz 47060 BLAKE2B d12516e971fca0d81b2cfd390ed58eaf59cc525c25b1e48ba5a2bd46ec020f85dffb91c004c6c05003e23f78b93b91d7cb0c72bd685b91196a8ea2bfc687dff6 SHA512 447684dd9c02a7c1691b7da7fc5d1011894e25f7ac2196e482dff8e8af80dd6f5234cd3d8d534220acbe7d1adbcf4112b91b2ff701395ff5c8d135d5ec0dad62 diff --git a/kde-plasma/plasma-thunderbolt/metadata.xml b/kde-plasma/plasma-thunderbolt/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild new file mode 100644 index 00000000000..b2bd661947e --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" + +LICENSE="|| ( GPL-2 GPL-3+ )" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + sys-apps/bolt +"