Diff pam_skey-1.1.5-r6 with a pam_skey-1.1.5-r7

/usr/portage/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 2023-10-09 14:52:35.428368500 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
inherit pam autotools multilib readme.gentoo-r1
6
inherit autotools readme.gentoo-r1
7 7

  
8 8
DESCRIPTION="PAM interface for the S/Key authentication system"
9
HOMEPAGE="http://freshmeat.net/projects/pam_skey/"
10
SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
11
	https://dev.gentoo.org/~ulm/distfiles/${P}-patches-7.tar.xz"
9
HOMEPAGE="https://web.archive.org/web/20041223070454/http://kreator.esa.fer.hr/projects/pam_skey/"
10
SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
11
	https://dev.gentoo.org/~ulm/distfiles/${P}-patches-8.tar.xz"
12 12

  
13 13
LICENSE="GPL-2+"
14 14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16

  
17
RDEPEND="net-libs/libnsl:0=
18
	>=sys-libs/pam-0.78-r3
17
RDEPEND=">=sys-libs/pam-0.78-r3
19 18
	>=sys-auth/skey-1.1.5-r4"
20 19
DEPEND="${RDEPEND}"
21 20

  
......
39 38
src_install() {
40 39
	default
41 40

  
42
	DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
43
	by adding a line like:
41
	local DOC_CONTENTS="To use the pam_skey module, you need to
42
	configure PAM by adding a line like:
44 43
	\n\nauth [success=done ignore=ignore auth_err=die default=bad] pam_skey.so\n
45 44
	\nto an appropriate place in the /etc/pam.d/system-login file.
46 45
	Consult the README and INSTALL files in /usr/share/doc/${PF}
Thank you!