commit: bc45cd34fe06cd111e36fb9f36f0455bdf645699
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 12 08:50:05 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 12 20:38:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc45cd34
dev-ada/aunit: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/aunit/files/aunit-24.0.0-gentoo.patch | 35 ---------------------------
1 file changed, 35 deletions(-)
diff --git a/dev-ada/aunit/files/aunit-24.0.0-gentoo.patch
b/dev-ada/aunit/files/aunit-24.0.0-gentoo.patch
deleted file mode 100644
index 934e49b6153c..000000000000
--- a/dev-ada/aunit/files/aunit-24.0.0-gentoo.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/lib/gnat/aunit.gpr 2022-12-19 22:08:42.000000000 +0100
-+++ b/lib/gnat/aunit.gpr 2024-03-01 22:32:34.298510972 +0100
-@@ -50,16 +50,16 @@
-
- package Install is
- for Artifacts ("share/doc/aunit/pdf")
-- use ("../../doc/pdf/**");
-- for Artifacts ("share/doc/aunit/txt")
-- use ("../../doc/txt/**");
-+ use ("../../doc/build/aunit_cb/pdf/**");
-+ for Artifacts ("share/doc/@PF@")
-+ use ("../../doc/build/aunit_cb/txt/**");
- for Artifacts ("share/doc/aunit/info")
-- use ("../../doc/info/**");
-- for Artifacts ("share/doc/aunit/html")
-- use ("../../doc/html/**");
-+ use ("../../doc/build/aunit_cb/info/**");
-+ for Artifacts ("share/doc/@PF@/html")
-+ use ("../../doc/build/aunit_cb/html/**");
-
- for Artifacts ("share/gps/plug-ins") use ("../../support/aunit.xml");
-- for Artifacts ("share/examples/aunit") use ("../../examples/*");
-+ for Artifacts ("share/doc/@PF@/examples") use ("../../examples/*");
- end Install;
-
- end AUnit;
---- a/doc/share/conf.py 2024-03-01 22:35:22.194546565 +0100
-+++ b/doc/share/conf.py 2024-03-01 22:35:34.657400722 +0100
-@@ -95,6 +95,3 @@
- u'AdaCore', doc_name, doc_name, '')]
-
-
--def setup(app):
-- app.add_lexer('ada', ada_pygments.AdaLexer())
-- app.add_lexer('gpr', ada_pygments.GNATProjectLexer())