From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6F2113832E for ; Sat, 23 Jul 2016 18:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3277BE08C5; Sat, 23 Jul 2016 18:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFE47E08C5 for ; Sat, 23 Jul 2016 18:28:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C2B2340E88 for ; Sat, 23 Jul 2016 18:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A67C7C9 for ; Sat, 23 Jul 2016 18:28:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1469298456.7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild X-VCS-Directories: sys-auth/pam_skey/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb X-VCS-Branch: master Date: Sat, 23 Jul 2016 18:28:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 149aafe6-690c-47c4-90ed-9c4d1a74be55 X-Archives-Hash: f070729e05763b188d25533c8e34b89e commit: 7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 23 18:27:36 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 23 18:27:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7854b15c sys-auth/pam_skey: Convert to readme.gentoo-r1.eclass. Package-Manager: portage-2.3.0 sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 12 +++++++----- 1 file 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 ee9b551..4d36f67 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 }