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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8590D15800A for ; Mon, 17 Jul 2023 12:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5A9E0895; Mon, 17 Jul 2023 12:33:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A5695E0895 for ; Mon, 17 Jul 2023 12:33:43 +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 C22F5340D5A for ; Mon, 17 Jul 2023 12:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0996FB4F for ; Mon, 17 Jul 2023 12:33:41 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1689597215.b6905ea19c7f35d1d6d34950e9224eaeee2002c7.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq/coq-8.17.0.ebuild sci-mathematics/coq/coq-8.17.1.ebuild X-VCS-Directories: sci-mathematics/coq/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b6905ea19c7f35d1d6d34950e9224eaeee2002c7 X-VCS-Branch: master Date: Mon, 17 Jul 2023 12:33: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbc436a5-650a-480b-a11e-2b4ccd74a5ac X-Archives-Hash: 57bb35ca2c8e6a9378ca89dc9813a5a0 commit: b6905ea19c7f35d1d6d34950e9224eaeee2002c7 Author: Maciej Barć gentoo org> AuthorDate: Mon Jul 17 11:29:57 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jul 17 12:33:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6905ea1 sci-mathematics/coq: remove dead code Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/coq/coq-8.17.0.ebuild | 9 --------- sci-mathematics/coq/coq-8.17.1.ebuild | 9 --------- 2 files changed, 18 deletions(-) diff --git a/sci-mathematics/coq/coq-8.17.0.ebuild b/sci-mathematics/coq/coq-8.17.0.ebuild index 45b99385ac67..495f48055a82 100644 --- a/sci-mathematics/coq/coq-8.17.0.ebuild +++ b/sci-mathematics/coq/coq-8.17.0.ebuild @@ -110,12 +110,3 @@ src_install() { einstalldocs } - -pkg_preinst() { - # bug https://bugs.gentoo.org/910236 - if has_version "sci-mathematics/coq:0/8.12.0" && [[ ! -L /usr/lib64/coq ]] - then - einfo "Removing colliding directory from version 8.12: /usr/lib64/coq" - rm -rf /usr/lib64/coq - fi -} diff --git a/sci-mathematics/coq/coq-8.17.1.ebuild b/sci-mathematics/coq/coq-8.17.1.ebuild index fb5c53f57eed..f634026e1cda 100644 --- a/sci-mathematics/coq/coq-8.17.1.ebuild +++ b/sci-mathematics/coq/coq-8.17.1.ebuild @@ -110,12 +110,3 @@ src_install() { einstalldocs } - -pkg_preinst() { - # bug https://bugs.gentoo.org/910236 - if has_version "sci-mathematics/coq:0/8.12.0" && [[ ! -L /usr/lib64/coq ]] - then - einfo "Removing colliding directory from version 8.12: /usr/lib64/coq" - rm -rf /usr/lib64/coq - fi -}