summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-java/stringtemplate: fixed tests in java 21+ for 4.3.4 + simplified ↵Miroslav Šulc2024-07-261-4/+4
| | | | | | | applying the patch Closes: https://bugs.gentoo.org/936535 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: drop 4.3.2Volkmar W. Pogatzki2024-01-101-28/+0
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/34696 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-java/stringtemplate: fixed tests for java 21 in 4.3.4Miroslav Šulc2023-12-081-84/+34
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: minor style updateVolkmar W. Pogatzki2023-12-081-0/+26
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/33606 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: add 4.3.4Volkmar W. Pogatzki2023-12-081-0/+91
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: add java21-compatibility.patch, EAPI 7 -> 8 (slot 0)Volkmar W. Pogatzki2023-12-081-0/+11
| | | | | | | | moves dev-java/antlr:0 to CP_DEPEND Closes: https://bugs.gentoo.org/916571 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: Drop 4.0.8-r1Volkmar W. Pogatzki2022-03-172-145/+0
| | | | | | | Closes: https://bugs.gentoo.org/742554 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: Add 4.3.1, resolve antlr-3.5 circular depYuan Liao2022-01-251-0/+28
| | | | | | | | | | | | | | | stringtemplate-4 requires antlr-3.5 only during the build time to generate *.java files from src/org/stringtemplate/v4/compiler/*.g files. This causes the circular dependency issue described by the linked bug since antlr-3.5 depends on stringtemplate-4. Fortunately, the sources JAR for stringtemplate 4.3.1 from Maven Central contains those generated *.java files (presumably pre-generated by the upstream), so if the Java sources from that JAR are used, the build-time dependency on antlr-3.5 can be eliminated, finally resolving this chicken-or-egg problem. Bug: https://bugs.gentoo.org/742554 Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: remove unused patchMichael Mair-Keimberger2021-08-261-53/+0
| | | | | | | Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22098 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/strimgtemplate: fixed tests in 4.0.8-r1Miroslav Šulc2021-05-291-0/+72
| | | | | | Closes: https://bugs.gentoo.org/791718 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: remove unused patchMichael Mair-Keimberger2021-05-241-38/+0
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20950 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: (slot :4) min java 1.8Volkmar W. Pogatzki2021-05-221-0/+73
| | | | | | | | | Problem described in https://bugs.gentoo.org/742554#c4 persists Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20907 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/stringtemplate: Remove oldJames Le Cuirot2016-01-141-19/+0
| | | | Package-Manager: portage-2.2.26
* dev-java/stringtemplate: Version bump into new SLOT 4 (fixes #417895)James Le Cuirot2015-12-051-0/+38
| | | | | | This is needed by newer versions of ANTLR. Package-Manager: portage-2.2.26
* dev-java/stringtemplate: Rewrite, EAPI bump, test fixes wrt bug #405057James Le Cuirot2015-12-041-0/+53
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+19
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed