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 775551382C5 for ; Sun, 20 May 2018 21:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74CF5E0C0E; Sun, 20 May 2018 21:05:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4D93FE0C0E for ; Sun, 20 May 2018 21:05:29 +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 CFFC9335C77 for ; Sun, 20 May 2018 21:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B38F289 for ; Sun, 20 May 2018 21:05:26 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1526850302.da48c8a9d935d98c9c0f72fce730671f483e04ac.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-pass/metadata.xml kde-misc/plasma-pass/plasma-pass-9999.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: da48c8a9d935d98c9c0f72fce730671f483e04ac X-VCS-Branch: master Date: Sun, 20 May 2018 21:05: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-Archives-Salt: 0e0b36d9-cd45-4418-bf60-41fd4fbc5f64 X-Archives-Hash: 1b4f0447beeb74fcf04364b0d6780ad5 commit: da48c8a9d935d98c9c0f72fce730671f483e04ac Author: Johannes Huber gentoo org> AuthorDate: Sun May 20 21:05:02 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 20 21:05:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=da48c8a9 kde-misc/plasma-pass: New package Bug: https://bugs.gentoo.org/654656 Package-Manager: Portage-2.3.38, Repoman-2.3.9 kde-misc/plasma-pass/metadata.xml | 8 ++++++++ kde-misc/plasma-pass/plasma-pass-9999.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-misc/plasma-pass/metadata.xml b/kde-misc/plasma-pass/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-misc/plasma-pass/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild new file mode 100644 index 0000000000..dccfd6abcf --- /dev/null +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Plasma applet to access password from pass" +HOMEPAGE="https://cgit.kde.org/scratch/dvratil/plasma-pass.git" +EGIT_REPO_URI="https://anongit.kde.org/scratch/dvratil/plasma-pass.git" +LICENSE="LGPL-2.1+" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + app-admin/pass +"