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 0596E1382C5 for ; Tue, 4 May 2021 22:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A04E0875; Tue, 4 May 2021 22:02:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4956BE0876 for ; Tue, 4 May 2021 22:02:58 +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 B2D5F340DA5 for ; Tue, 4 May 2021 22:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFB8743 for ; Tue, 4 May 2021 22:02:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620165671.9b8476cb90bae957d12acfc87812ca771fa148b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-9999.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b8476cb90bae957d12acfc87812ca771fa148b7 X-VCS-Branch: master Date: Tue, 4 May 2021 22:02:52 +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: a01a6f30-9cf8-44ba-9b29-751d7e5ee0f7 X-Archives-Hash: 99d3f98f633e329e40ca3809b616ef89 commit: 9b8476cb90bae957d12acfc87812ca771fa148b7 Author: Bernd Waibel posteo net> AuthorDate: Wed Apr 28 19:32:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 22:01:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8476cb media-gfx/openscad: fix installation Fix the removal of .git{,ignore} for the MCAD library. Upstream no longer installs those files, so we don't need to remove them in src_install anymore. Reported-by: Jan Psota gmail.com> Closes: https://bugs.gentoo.org/785805 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Signed-off-by: Sam James gentoo.org> media-gfx/openscad/openscad-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index 433200d96c2..c4a9b06dc70 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -113,8 +113,6 @@ src_install() { mv -i "${ED}"/usr/share/openscad/locale "${ED}"/usr/share || die "failed to move locales" ln -sf ../locale "${ED}"/usr/share/openscad/locale || die - rm -r "${ED}"/usr/share/openscad/libraries/MCAD/.{git,gitignore} || die - if use emacs; then elisp-site-file-install "${FILESDIR}/${SITEFILE}" elisp-install ${PN} contrib/*.el contrib/*.elc