summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lagnese2022-02-17 22:46:09 -0800
committerTim Lagnese2022-02-17 22:46:09 -0800
commitc6cc70993c66b07c89618fefdc37321e8f4c8da2 (patch)
treec639db4a41ba694d2db7b4d435f3700725d651cb
parent77a6e4f8bb10c04f38c9277b9cccd471ddbe0c93 (diff)
downloadaur-c6cc70993c66b07c89618fefdc37321e8f4c8da2.tar.gz
Remove unused patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ada_language_server.patch38
3 files changed, 2 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1745321f97ac..d2f745b03b19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ada_language_server
pkgdesc = High performance syntactic and semantic engine for the Ada programming language
pkgver = 22.0.0
- pkgrel = 3
+ pkgrel = 4
epoch = 2
url = https://github.com/AdaCore/ada_language_server/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 25fd20de873a..256e7bcd25c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ada_language_server
pkgver=22.0.0
-pkgrel=3
+pkgrel=4
epoch=2
pkgdesc='High performance syntactic and semantic engine for the Ada programming language'
diff --git a/ada_language_server.patch b/ada_language_server.patch
deleted file mode 100644
index 0f0c467b40b0..000000000000
--- a/ada_language_server.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: ada_language_server-22.0.5/Makefile
-===================================================================
---- ada_language_server-22.0.5.orig/Makefile
-+++ ada_language_server-22.0.5/Makefile
-@@ -68,12 +68,12 @@ else
- endif
-
- all: coverage-instrument
-- $(GPRBUILD) -P gnat/tester.gpr -p $(BUILD_FLAGS)
-- $(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
-- $(GPRBUILD) -P gnat/lsp_server.gpr -p $(COVERAGE_BUILD_FLAGS) \
-+ $(GPRBUILD) -P gnat/tester.gpr -aP ../spawn/gnat -aP ../VSS/gnat -p $(BUILD_FLAGS)
-+ $(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -aP ../libadalang-tools/src -aP ../VSS/gnat -aP ../libadalang/build -aP ../langkit/support -p $(BUILD_FLAGS) s-memory.adb
-+ $(GPRBUILD) -P gnat/lsp_server.gpr -aP ../libadalang-tools/src -aP ../VSS/gnat -aP ../libadalang/build -aP ../langkit/support -p $(COVERAGE_BUILD_FLAGS) \
- -XVERSION=$(TRAVIS_TAG)
-- $(GPRBUILD) -P gnat/codec_test.gpr -p $(COVERAGE_BUILD_FLAGS)
-- $(GPRBUILD) -P gnat/lsp_client.gpr -p $(COVERAGE_BUILD_FLAGS) \
-+ $(GPRBUILD) -P gnat/codec_test.gpr -aP ../VSS/gnat -aP ../spawn/gnat -p $(COVERAGE_BUILD_FLAGS)
-+ $(GPRBUILD) -P gnat/lsp_client.gpr -aP ../VSS/gnat -aP ../spawn/gnat -p $(COVERAGE_BUILD_FLAGS) \
- -XVERSION=$(TRAVIS_TAG)
- mkdir -p integration/vscode/ada/$(PLATFORM)
- cp -f .obj/server/ada_language_server integration/vscode/ada/$(PLATFORM) ||\
-@@ -94,11 +94,11 @@ ifneq ($(COVERAGE),)
- endif
-
- install:
-- gprinstall -f -P gnat/lsp_server.gpr -p -r --mode=usage \
-+ gprinstall -f -P gnat/lsp_server.gpr -aP ../libadalang-tools/src -aP ../VSS/gnat -aP ../libadalang/build -aP ../langkit/support -p -r --mode=usage \
- --prefix=$(DESTDIR) $(LIBRARY_FLAGS)
-- gprinstall -f -P gnat/tester.gpr -p --prefix=$(DESTDIR) $(LIBRARY_FLAGS)
-- gprinstall -f -P gnat/codec_test.gpr -p --prefix=$(DESTDIR) $(LIBRARY_FLAGS)
-- gprinstall -f -P gnat/lsp_client.gpr -p -r \
-+ gprinstall -f -P gnat/tester.gpr -aP ../spawn/gnat -aP ../VSS/gnat -p --prefix=$(DESTDIR) $(LIBRARY_FLAGS)
-+ gprinstall -f -P gnat/codec_test.gpr -aP ../spawn/gnat -aP ../VSS/gnat -p --prefix=$(DESTDIR) $(LIBRARY_FLAGS)
-+ gprinstall -f -P gnat/lsp_client.gpr -aP ../spawn/gnat -aP ../VSS/gnat -p -r \
- --mode=dev \
- --prefix=$(DESTDIR) \
- $(LIBRARY_FLAGS)