summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-07-17 13:29:57 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-07-17 14:33:35 +0200
commitb6905ea19c7f35d1d6d34950e9224eaeee2002c7 (patch)
treeba6a5ef9480000b3f455321af1ee900132a18db5 /sci-mathematics/coq
parentdev-python/selenium: Stabilize 4.10.0 ppc, #910135 (diff)
downloadgentoo-b6905ea19c7f35d1d6d34950e9224eaeee2002c7.tar.gz
gentoo-b6905ea19c7f35d1d6d34950e9224eaeee2002c7.tar.bz2
gentoo-b6905ea19c7f35d1d6d34950e9224eaeee2002c7.zip
sci-mathematics/coq: remove dead code
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r--sci-mathematics/coq/coq-8.17.0.ebuild9
-rw-r--r--sci-mathematics/coq/coq-8.17.1.ebuild9
2 files changed, 0 insertions, 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
-}