diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-07-23 20:27:36 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-07-23 20:27:36 +0200 |
commit | 7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb (patch) | |
tree | 3a5e6aacfc434e1bc9a072638430487d2d8e89ec /sys-auth | |
parent | app-misc/tek: Correct license (later versions of GPL are allowed) (diff) | |
download | gentoo-7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb.tar.gz gentoo-7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb.tar.bz2 gentoo-7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb.zip |
sys-auth/pam_skey: Convert to readme.gentoo-r1.eclass.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild index ee9b5510da86..4d36f67203a0 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils pam autotools multilib readme.gentoo +inherit eutils pam autotools multilib readme.gentoo-r1 DESCRIPTION="PAM interface for the S/Key authentication system" HOMEPAGE="http://freshmeat.net/projects/pam_skey/" @@ -48,9 +48,11 @@ src_configure() { econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC" } +src_install() { + default + readme.gentoo_create_doc +} + pkg_postinst() { - case ${REPLACING_VERSIONS} in - 1.1.[45]|1.1.5-r[123]) FORCE_PRINT_ELOG=1 ;; - esac readme.gentoo_print_elog } |