From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5666713968D for ; Thu, 6 Aug 2015 20:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CCBE08F6; Thu, 6 Aug 2015 20:30:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BF2BE08F4 for ; Thu, 6 Aug 2015 20:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5BF9340A36 for ; Thu, 6 Aug 2015 20:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49F2CB9 for ; Thu, 6 Aug 2015 20:30:57 +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: <1438891358.c6fc1c33fe89d95db16d6626b56685599568d0a2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild kde-plasma/kwallet-pam/metadata.xml X-VCS-Directories: kde-plasma/kwallet-pam/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c6fc1c33fe89d95db16d6626b56685599568d0a2 X-VCS-Branch: master Date: Thu, 6 Aug 2015 20:30:57 +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: a7ec97c2-13c6-4288-a598-487ea82b8637 X-Archives-Hash: ac229d707ee1850c887eae7896abc187 commit: c6fc1c33fe89d95db16d6626b56685599568d0a2 Author: Johannes Huber gentoo org> AuthorDate: Thu Aug 6 20:02:38 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Aug 6 20:02:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6fc1c33 [kde-plasma/kwallet-pam] New package Will be part of KDE Plasma 5.4 Package-Manager: portage-2.2.20 kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild | 23 +++++++++++++++++++++++ kde-plasma/kwallet-pam/metadata.xml | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild new file mode 100644 index 0000000..031612c --- /dev/null +++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_AUTODEPS=false +inherit kde5 + +DESCRIPTION="KWallet PAM module to not enter password again" +KEYWORDS="" +IUSE="" +DEPEND=" + dev-libs/libgcrypt:0= + virtual/pam +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( -DKWALLET5=1 ) + + kde5_src_configure +} diff --git a/kde-plasma/kwallet-pam/metadata.xml b/kde-plasma/kwallet-pam/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-plasma/kwallet-pam/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +