Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jedit/files/
Date: Tue, 23 Nov 2021 10:56:21
Message-Id: 1637664968.2162039bd1b8040d9531e13a5acfb0b3dd8975a8.jsmolic@gentoo
1 commit: 2162039bd1b8040d9531e13a5acfb0b3dd8975a8
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 10:53:55 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 10:56:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2162039b
7
8 app-editors/jedit: Revert ""remove unused patch"
9
10 The patch is needed for jedit-5.2.0
11 This reverts commit 801433113b12aa6e0f8fa2fc33780925642941b1.
12
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 .../jedit/files/jedit-5.2.0-build-xml.patch | 24 ++++++++++++++++++++++
16 1 file changed, 24 insertions(+)
17
18 diff --git a/app-editors/jedit/files/jedit-5.2.0-build-xml.patch b/app-editors/jedit/files/jedit-5.2.0-build-xml.patch
19 new file mode 100644
20 index 000000000000..da0a91d54d22
21 --- /dev/null
22 +++ b/app-editors/jedit/files/jedit-5.2.0-build-xml.patch
23 @@ -0,0 +1,24 @@
24 +From 4dc53a4c320af0894bd600c77d4432c414cdee16 Mon Sep 17 00:00:00 2001
25 +From: Sebastian Pipping <sebastian@×××××××.org>
26 +Date: Sat, 8 Aug 2015 00:05:20 +0200
27 +Subject: [PATCH] Do not have target "build" call target "test"
28 +
29 +---
30 + build.xml | 1 -
31 + 1 file changed, 1 deletion(-)
32 +
33 +diff --git a/build.xml b/build.xml
34 +index f34934f..da5272a 100644
35 +--- a/build.xml
36 ++++ b/build.xml
37 +@@ -504,7 +504,6 @@
38 + </copy>
39 + </contrib:then>
40 + </contrib:if>
41 +- <antcall target="test" />
42 + </target>
43 +
44 + <target name="build-exe-launcher"
45 +--
46 +2.5.0
47 +