aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* java-config 2.3.5-SNAPSHOTHEADmasterFlorian Schmaus2024-06-272-1/+3
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-config 2.3.42.3.4Florian Schmaus2024-06-271-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Update copyright yearFlorian Schmaus2024-06-2711-14/+14
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Fix launcher location in Gentoo-prefix installationsFlorian Schmaus2024-06-122-2/+5
| | | | | | | | The launcher was installed in $EPREFIX/share/java-config-2/launcher, when it should be $EPREFIX/usr/share/java-config-2/launcher. Bug: https://bugs.gentoo.org/933521 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Update copyright header and other minor text updatesFlorian Schmaus2023-11-1711-24/+23
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Rename bin/java-config-2 → bin/java-configFlorian Schmaus2023-11-173-1/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-config 2.3.4-SNAPSHOTFlorian Schmaus2023-11-161-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-config 2.3.32.3.3Florian Schmaus2023-11-161-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Update NEWSFlorian Schmaus2023-11-161-0/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Use Meson as build systemFlorian Schmaus2023-11-1620-154/+584
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* update deprecated test methods for python-3.12 compatibilityHolger Hoffstätte2023-11-142-10/+10
| | | | | Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* cut release 2.3.22.3.2Florian Schmaus2023-11-141-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* gjl: obtain library directory via LIBDIRFlorian Schmaus2023-11-141-1/+9
| | | | | | | | | Newer versions of java-config-2.eclass will record LIBDIR in package.env, which we obtain in gjl and use to set java.library.path when invoking the Java VM. Bug: https://bugs.gentoo.org/917326 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* allow java-config to parse inverted conditions.Patrice Clement2020-07-161-1/+5
| | | | | | | | ... aka exclamation marks. Patch courtesy of njsg on IRC. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* cut release 2.3.12.3.1Patrice Clement2020-06-231-1/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update NEWSPatrice Clement2020-06-231-0/+3
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* move eprefix declaration up and use it when installing filesPatrice Clement2020-06-231-4/+4
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* cut java-config 2.3 release2.3Patrice Clement2020-06-171-0/+7
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove jdk.conf and its referencesPatrice Clement2020-06-173-18/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update AUTHORSPatrice Clement2020-06-171-2/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove MANIFEST.inPatrice Clement2020-06-171-5/+0
| | | | | | What is this file for? Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove TODOPatrice Clement2020-06-171-2/+0
| | | | | | TODO: throw away this codebase and start anew. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove ChangeLog filePatrice Clement2020-06-171-1943/+0
| | | | | | do we need a 15 yo ChangeLog file? Nope. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update arches in setup.pyPatrice Clement2020-06-172-18/+4
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove compilers.confPatrice Clement2020-06-172-7/+2
| | | | | | | | No reference of that file exist in the source code. Why is it kept then? Weird. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update TODOPatrice Clement2020-06-171-18/+2
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* set out new REWRITE goalsPatrice Clement2020-06-171-10/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Drop deprecated features to set system and user VMsJames Le Cuirot2018-10-243-95/+4
| | | | This is done with eselect java-vm now.
* remove whitespacePatrice Clement2017-11-011-1/+0
|
* remove useless else clauses.Patrice Clement2017-07-191-7/+5
|
* drop headerPatrice Clement2017-06-271-1/+0
|
* remove useless carriage returnsPatrice Clement2017-06-271-3/+1
|
* reformat documentationPatrice Clement2017-06-272-11/+21
|
* fix typoPatrice Clement2017-06-261-2/+2
|
* remove useless variable definitionPatrice Clement2017-06-261-3/+0
|
* wrapped needed vars check logic in a variablePatrice Clement2017-06-261-6/+8
|
* reformat documentationPatrice Clement2017-06-261-21/+15
|
* define needed_vars array as a global variablePatrice Clement2017-06-231-6/+5
|
* remove another else conditionPatrice Clement2017-06-231-2/+1
|
* remove else conditionPatrice Clement2017-06-231-20/+19
|
* remove a bunch of useless elsesPatrice Clement2017-06-021-45/+33
|
* headers must goPatrice Clement2017-06-021-1/+0
|
* James has been a Gentoo dev for a while nowPatrice Clement2017-05-281-1/+1
|
* fix a typoPatrice Clement2017-05-281-3/+7
|
* svn + gentoo = noPatrice Clement2017-05-281-19/+0
|
* this how string formatting is to be done in PythonPatrice Clement2017-05-081-5/+5
|
* remove obsolete URLsPatrice Clement2017-05-082-4/+1
|
* add myself to AUTHORS filePatrice Clement2017-05-081-0/+1
|
* remove extraneous bracesPatrice Clement2017-05-081-1/+1
|
* kill another header and trim yet again whitespacesPatrice Clement2017-05-051-4/+2
|