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 D6904138359 for ; Sat, 26 Sep 2020 10:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3FCE07AE; Sat, 26 Sep 2020 10:31:08 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D174CE07AE for ; Sat, 26 Sep 2020 10:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5436340BDD for ; Sat, 26 Sep 2020 10:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3945237A for ; Sat, 26 Sep 2020 10:31:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1601116264.7c78867fc1aaae480ff575bf54a00dfb4d28a3ba.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/wmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/wmfs/wmfs-99999999.ebuild X-VCS-Directories: x11-wm/wmfs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7c78867fc1aaae480ff575bf54a00dfb4d28a3ba X-VCS-Branch: master Date: Sat, 26 Sep 2020 10:31:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 020858cf-ae4c-4bf1-8d52-f1c663d6bdc8 X-Archives-Hash: b7c5e2ede23eafeef137eb66c18435b7 commit: 7c78867fc1aaae480ff575bf54a00dfb4d28a3ba Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 26 10:30:51 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 26 10:31:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c78867f x11-wm/wmfs: Update live ebuild Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> x11-wm/wmfs/wmfs-99999999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11-wm/wmfs/wmfs-99999999.ebuild b/x11-wm/wmfs/wmfs-99999999.ebuild index 416f8f678db..286281b6f1f 100644 --- a/x11-wm/wmfs/wmfs-99999999.ebuild +++ b/x11-wm/wmfs/wmfs-99999999.ebuild @@ -32,6 +32,11 @@ PATCHES=( "${FILESDIR}"/${PN}-99999999-fno-common.patch "${FILESDIR}"/${PN}-99999999-strncat.patch ) +DOCS=( + README + scripts/keybind_help.sh + scripts/status.sh +) src_configure() { tc-export CC @@ -47,9 +52,3 @@ src_configure() { || die done } - -src_install() { - default - rm -r "${D}"/usr/share/${PN} - dodoc README -}