Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/files/, dev-lang/clipsjni/
Date: Fri, 26 Nov 2021 13:08:16
Message-Id: 1637932088.526f01217f86f1371485fd41c504d8770a7d270a.xgqt@gentoo
1 commit: 526f01217f86f1371485fd41c504d8770a7d270a
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 13:07:26 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 13:08:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526f0121
7
8 dev-lang/clipsjni: change patches filenames; annotate java patch
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 dev-lang/clipsjni/clipsjni-6.40.ebuild | 4 ++--
14 ...patch => clipsjni-library-src_makefile.lnx-remove_hardcoded.patch} | 0
15 .../files/{makefile.lnx.patch => clipsjni-makefile.lnx-java.patch} | 3 +++
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/clipsjni/clipsjni-6.40.ebuild b/dev-lang/clipsjni/clipsjni-6.40.ebuild
19 index b05aea0d561e..a6d8f93e099d 100644
20 --- a/dev-lang/clipsjni/clipsjni-6.40.ebuild
21 +++ b/dev-lang/clipsjni/clipsjni-6.40.ebuild
22 @@ -23,8 +23,8 @@ RDEPEND=">=virtual/jre-1.8:*"
23 DEPEND=">=virtual/jdk-1.8:*"
24
25 PATCHES=(
26 - "${FILESDIR}/library-src_makefile.lnx.patch"
27 - "${FILESDIR}/makefile.lnx.patch"
28 + "${FILESDIR}/${PN}-library-src_makefile.lnx-remove_hardcoded.patch"
29 + "${FILESDIR}/${PN}-makefile.lnx-java.patch"
30 )
31
32 src_prepare() {
33
34 diff --git a/dev-lang/clipsjni/files/library-src_makefile.lnx.patch b/dev-lang/clipsjni/files/clipsjni-library-src_makefile.lnx-remove_hardcoded.patch
35 similarity index 100%
36 rename from dev-lang/clipsjni/files/library-src_makefile.lnx.patch
37 rename to dev-lang/clipsjni/files/clipsjni-library-src_makefile.lnx-remove_hardcoded.patch
38
39 diff --git a/dev-lang/clipsjni/files/makefile.lnx.patch b/dev-lang/clipsjni/files/clipsjni-makefile.lnx-java.patch
40 similarity index 94%
41 rename from dev-lang/clipsjni/files/makefile.lnx.patch
42 rename to dev-lang/clipsjni/files/clipsjni-makefile.lnx-java.patch
43 index da236107dfd5..af45fce3e204 100644
44 --- a/dev-lang/clipsjni/files/makefile.lnx.patch
45 +++ b/dev-lang/clipsjni/files/clipsjni-makefile.lnx-java.patch
46 @@ -1,3 +1,6 @@
47 +New Java versions need "-Xlint:deprecation" option to compile CLIPSJNI.
48 +General fixes to enable make with multiple jobs.
49 +
50 index 4100e83..c6d2f62 100644
51 --- a/makefile.lnx
52 +++ b/makefile.lnx