From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51327138A1A for ; Fri, 13 Feb 2015 13:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51FFE08E1; Fri, 13 Feb 2015 13:56:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A1A7E08E1 for ; Fri, 13 Feb 2015 13:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00DCD340741 for ; Fri, 13 Feb 2015 13:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A54D611ABC for ; Fri, 13 Feb 2015 13:56:19 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1423835767.1bc63a2697238b94f985022b5d2e46ee31017264.yngwin@gentoo> Subject: [gentoo-commits] dev/yngwin:master commit in: sys-auth/poldi/ X-VCS-Repository: dev/yngwin X-VCS-Files: sys-auth/poldi/poldi-0.4.1.ebuild X-VCS-Directories: sys-auth/poldi/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 1bc63a2697238b94f985022b5d2e46ee31017264 X-VCS-Branch: master Date: Fri, 13 Feb 2015 13:56:19 +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: 1f920be5-7c79-4f71-81a7-729e6a6d992f X-Archives-Hash: 5abe3c208fc796cd4e58aa5aef549c31 commit: 1bc63a2697238b94f985022b5d2e46ee31017264 Author: Ben de Groot gentoo org> AuthorDate: Fri Feb 13 13:56:07 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Fri Feb 13 13:56:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=1bc63a26 sys-auth/poldi: install all docs --- sys-auth/poldi/poldi-0.4.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-auth/poldi/poldi-0.4.1.ebuild b/sys-auth/poldi/poldi-0.4.1.ebuild index 3a37255..e971f75 100644 --- a/sys-auth/poldi/poldi-0.4.1.ebuild +++ b/sys-auth/poldi/poldi-0.4.1.ebuild @@ -27,8 +27,7 @@ src_prepare() { src_install() { default dopammod "${S}"/src/pam/pam_poldi.so - #ChangeLog and INSTALL are not usefull - dodoc AUTHORS NEWS README THANKS + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS dodir /etc/poldi cp "${FILESDIR}"/poldi.conf.example "${D}"/etc/poldi }