sys-auth/pam_skey: Convert to readme.gentoo-r1.eclass.
authorUlrich Müller <ulm@gentoo.org>
Sat, 23 Jul 2016 18:27:36 +0000 (20:27 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 23 Jul 2016 18:27:36 +0000 (20:27 +0200)
Package-Manager: portage-2.3.0

sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild

index ee9b5510da86f1b49951a3f9bb910b549db8af4d..4d36f67203a0da9d520d3a1498c9c47b94a9ea63 100644 (file)
@@ -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
 }