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.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 0ED33158020 for ; Sun, 30 Oct 2022 08:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE086E08A2; Sun, 30 Oct 2022 08:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99C71E08A2 for ; Sun, 30 Oct 2022 08:38:51 +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 22FE7340F52 for ; Sun, 30 Oct 2022 08:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8D661D for ; Sun, 30 Oct 2022 08:38:48 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1667119116.c82350072eeda84641b765416eeb03656c5e2857.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/crystal-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild X-VCS-Directories: dev-lang/crystal-bin/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: c82350072eeda84641b765416eeb03656c5e2857 X-VCS-Branch: dev Date: Sun, 30 Oct 2022 08:38:48 +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: c267f727-b88c-4be6-8590-86783d9ee678 X-Archives-Hash: ff88f205b1ea89139f4a262c763b51ff commit: c82350072eeda84641b765416eeb03656c5e2857 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Oct 30 08:35:54 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 30 08:38:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8235007 dev-lang/crystal-bin: uncompress manpages Closes: https://bugs.gentoo.org/878801 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild b/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild index 3bd88def4..ffdd08f11 100644 --- a/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild +++ b/dev-lang/crystal-bin/crystal-bin-1.6.1.ebuild @@ -33,7 +33,9 @@ QA_PREBUILT="usr/bin/.*" src_prepare() { default + rm -r share/licenses || die + gunzip share/man/*/*.gz || die } src_install() {