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 ECD66139694 for ; Sat, 18 Mar 2017 11:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574DE21C18D; Sat, 18 Mar 2017 11:21:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 36E7121C18D for ; Sat, 18 Mar 2017 11:21:44 +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 54D0A34163E for ; Sat, 18 Mar 2017 11:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE8B26C64 for ; Sat, 18 Mar 2017 11:21:41 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1489836095.cdfb6ad88c0d46274fb9ef99487c68cdcf2dbb34.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/loop-aes-losetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild X-VCS-Directories: app-crypt/loop-aes-losetup/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: cdfb6ad88c0d46274fb9ef99487c68cdcf2dbb34 X-VCS-Branch: master Date: Sat, 18 Mar 2017 11:21:41 +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: 8fa4eb26-c3bb-41e7-9676-e4b0e30bfaf2 X-Archives-Hash: 010a1686d58e19ac5be3f3c0bca720dc commit: cdfb6ad88c0d46274fb9ef99487c68cdcf2dbb34 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 18 11:20:54 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 18 11:21:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfb6ad8 app-crypt/loop-aes-losetup: install man page Bug: 595990 Thanks: Hank Leininger Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild index db63e936089..eea8ff610b1 100644 --- a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild +++ b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild @@ -71,5 +71,6 @@ src_configure() { src_install() { emake install DESTDIR="${T}/root" newsbin "${T}/root/sbin/losetup" loop-aes-losetup + newman "${T}/root/usr/share/man/man8/losetup.8" loop-aes-losetup.8 use static && newsbin "${T}/root/bin/losetup.static" loop-aes-losetup.static }