From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1382925-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3E38D15808B
	for <garchives@archives.gentoo.org>; Wed,  6 Apr 2022 07:35:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7482E09CB;
	Wed,  6 Apr 2022 07:35:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 00C89E09CB
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 07:35:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8B7083410A1
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 07:35:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E092738D
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 07:35:36 +0000 (UTC)
From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" <duje.mihanovic@skole.hr>
Message-ID: <1649230487.e6e9bad5c98e747fe9b5f60d620dbc91d0db0e7f.duje.mihanovic@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/peertube-viewer-rs/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild
X-VCS-Directories: net-misc/peertube-viewer-rs/
X-VCS-Committer: duje.mihanovic
X-VCS-Committer-Name: Duje Mihanović
X-VCS-Revision: e6e9bad5c98e747fe9b5f60d620dbc91d0db0e7f
X-VCS-Branch: dev
Date: Wed,  6 Apr 2022 07:35:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5545ef36-b42e-49de-bfc5-f527fa339a4d
X-Archives-Hash: 738ec82657296b280b6c2344ba137fa4

commit:     e6e9bad5c98e747fe9b5f60d620dbc91d0db0e7f
Author:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Wed Apr  6 07:27:57 2022 +0000
Commit:     Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Wed Apr  6 07:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6e9bad5

net-misc/peertube-viewer-rs: install manpage

Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>

 net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild b/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild
index 7ffac8092..cc84f0d61 100644
--- a/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild
+++ b/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4.ebuild
@@ -129,3 +129,7 @@ QA_FLAGS_IGNORED=(
 	"usr/bin/peertube-viewer-rs"
 )
 
+src_install() {
+	cargo_src_install
+	install -Dm644 -t "${D}/usr/share/man/man1" "${S}/${PN}.1"
+}