* [gentoo-commits] proj/kde:master commit in: kde-apps/kwalletd-pam/
@ 2016-01-18 18:18 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2016-01-18 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 754f8c9d426cdf010e3a89bf7775b8dc79432568
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 17 23:32:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 18:18:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=754f8c9d
kde-apps/kwalletd-pam: Add aptly named slot 4 version of kwallet(d)-pam
Package-Manager: portage-2.2.26
kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild | 36 +++++++++++++++++++++++++
kde-apps/kwalletd-pam/metadata.xml | 5 ++++
2 files changed, 41 insertions(+)
diff --git a/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild b/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild
new file mode 100644
index 0000000..9fc7022
--- /dev/null
+++ b/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="kwallet-pam"
+inherit cmake-utils multilib
+
+DESCRIPTION="KWallet PAM module to not enter password again"
+HOMEPAGE="https://www.kde.org/"
+SRC_URI="mirror://kde/stable/plasma/${PV}/${MY_PN}-${PV}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libgcrypt:0=
+ virtual/pam
+"
+RDEPEND="${DEPEND}
+ net-misc/socat
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ -DKWALLET4=1
+ )
+
+ cmake-utils_src_configure
+}
diff --git a/kde-apps/kwalletd-pam/metadata.xml b/kde-apps/kwalletd-pam/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kwalletd-pam/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-18 18:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 18:18 [gentoo-commits] proj/kde:master commit in: kde-apps/kwalletd-pam/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox