summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2025-04-29 20:03:39 +0200
committerMichael Orlitzky <mjo@gentoo.org>2025-04-30 21:01:09 -0400
commitcb66f95472c0b157a92cf963d8e1434299b1d78f (patch)
tree2d7c60b0900f06f6cdc90dfeaa6d7557bba45100
parent1c8a46ab6e0ab891d98fdfdc141bb6e22e18272f (diff)
downloadgentoo-cb66f95472c0b157a92cf963d8e1434299b1d78f.tar.gz
gentoo-cb66f95472c0b157a92cf963d8e1434299b1d78f.tar.bz2
gentoo-cb66f95472c0b157a92cf963d8e1434299b1d78f.zip
dev-gap/atlasrep: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-gap/atlasrep/files/atlasrep-2.1.7-non-writable-data-dir.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-gap/atlasrep/files/atlasrep-2.1.7-non-writable-data-dir.patch b/dev-gap/atlasrep/files/atlasrep-2.1.7-non-writable-data-dir.patch
deleted file mode 100644
index 545d46799fb2..000000000000
--- a/dev-gap/atlasrep/files/atlasrep-2.1.7-non-writable-data-dir.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 3df6f42de798f0b5ab758d5886606c2bbc5c364f Mon Sep 17 00:00:00 2001
-From: Michael Orlitzky <michael@orlitzky.com>
-Date: Sat, 16 Dec 2023 13:43:36 -0500
-Subject: [PATCH 2/2] gap/userpref.g: allow non-writable AtlasRepDataDirectory
-
-On Gentoo, all of the data is already there. So there's no reason to
-download it. So there's no requirement for the directory to be
-writable. (Remote access is disabled by default anyway.)
----
- gap/userpref.g | 8 +-------
- 1 file changed, 1 insertion(+), 7 deletions(-)
-
-diff --git a/gap/userpref.g b/gap/userpref.g
-index 75140b9..2d497ee 100644
---- a/gap/userpref.g
-+++ b/gap/userpref.g
-@@ -94,13 +94,7 @@ otherwise the default is an empty string."
- local dir;
-
- dir:= DirectoriesPackageLibrary( "atlasrep", "" );
-- if ForAll( [ "dataext", "datagens", "dataword" ],
-- subdir -> IsWritableFile( Filename( dir, subdir ) ) ) then
-- # The package directory is the first default.
-- return Filename( dir, "" );
-- else
-- return "";
-- fi;
-+ return Filename( dir, "" );
- end,
- package:= "AtlasRep",
- check:= function( val )
---
-2.41.0
-