summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-05-08 22:29:04 +0000
committerMike Frysinger <vapier@gentoo.org>2014-05-08 22:29:04 +0000
commit4e6ad81bb27062ae7bee433a59aa32db68fd3339 (patch)
treea21d4ee9ac3d563919c60389aa289f05092bbbe6 /sys-auth
parentAdd a slot operator on dev-python/cffi dep (bug #506552). (diff)
downloadgentoo-2-4e6ad81bb27062ae7bee433a59aa32db68fd3339.tar.gz
gentoo-2-4e6ad81bb27062ae7bee433a59aa32db68fd3339.tar.bz2
gentoo-2-4e6ad81bb27062ae7bee433a59aa32db68fd3339.zip
Update HOMEPAGE #402355 by Alexander Tratsevskiy.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_keystore/ChangeLog8
-rw-r--r--sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-auth/pam_keystore/ChangeLog b/sys-auth/pam_keystore/ChangeLog
index eced655a1408..6fa8bf91a6f7 100644
--- a/sys-auth/pam_keystore/ChangeLog
+++ b/sys-auth/pam_keystore/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_keystore
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keystore/ChangeLog,v 1.1 2009/10/09 14:23:21 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keystore/ChangeLog,v 1.2 2014/05/08 22:29:04 vapier Exp $
+
+ 08 May 2014; Mike Frysinger <vapier@gentoo.org> pam_keystore-0.1.3.ebuild:
+ Update HOMEPAGE #402355 by Alexander Tratsevskiy.
*pam_keystore-0.1.3 (09 Oct 2009)
@@ -8,4 +11,3 @@
+pam_keystore-0.1.3.ebuild, +metadata.xml:
Initial import, thanks to Alexander Tratsevskiy in bug #285765. Masked
missing some documentation on how to actually make use of this.
-
diff --git a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild b/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild
index 8b575ed34457..5f94537e24be 100644
--- a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild
+++ b/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild,v 1.1 2009/10/09 14:23:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild,v 1.2 2014/05/08 22:29:04 vapier Exp $
inherit pam toolchain-funcs
DESCRIPTION="Keeps a login and the password the user in the kernel"
-HOMEPAGE="http://www.calculate-linux.org/pam_keystore"
+HOMEPAGE="http://www.calculate-linux.org/main/en/pam_keystore"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+
DEPEND="virtual/pam
>=sys-apps/keyutils-1.1"
RDEPEND="${DEPEND}"