aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright header and other minor text updatesHEADmasterFlorian Schmaus2023-11-1711-24/+23
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Rename bin/java-config-2 → bin/java-configFlorian Schmaus2023-11-172-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Use Meson as build systemFlorian Schmaus2023-11-167-23/+98
| | | | 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>
* remove jdk.conf and its referencesPatrice Clement2020-06-171-5/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Drop deprecated features to set system and user VMsJames Le Cuirot2018-10-242-70/+1
| | | | This is done with eselect java-vm now.
* remove useless else clauses.Patrice Clement2017-07-191-7/+5
|
* drop headerPatrice Clement2017-06-271-1/+0
|
* 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
|
* this how string formatting is to be done in PythonPatrice Clement2017-05-081-5/+5
|
* remove obsolete URLsPatrice Clement2017-05-082-4/+1
|
* remove extraneous bracesPatrice Clement2017-05-081-1/+1
|
* kill another header and trim yet again whitespacesPatrice Clement2017-05-051-4/+2
|
* organise importsPatrice Clement2017-05-051-1/+2
|
* kill header and trim whitespacesPatrice Clement2017-05-051-4/+2
|
* closing the stream is taken care of by the context managerPatrice Clement2017-05-051-4/+0
|
* kill headerPatrice Clement2017-05-051-3/+1
|
* a bit of syntax sugar thanks to Python 3Patrice Clement2017-05-051-4/+2
|
* sort imports and remove more trailing spacesPatrice Clement2017-05-051-11/+14
|
* remove headerPatrice Clement2017-05-051-2/+0
|
* remove bogus sentencePatrice Clement2017-05-051-1/+0
|
* FileParser.py: use a context manager.Patrice Clement2017-04-301-25/+23
|
* Virtual.py: trim whitespaces.Patrice Clement2017-04-301-8/+9
|
* VersionManager.py: trim whitespaces.Patrice Clement2017-04-301-16/+15
|
* Rename variable active to active_vmRalph Sennhauser2013-12-281-6/+6
| | | | Self-documenting code is good
* Should be instance variablesRalph Sennhauser2013-12-281-5/+3
|
* Deprecation notice for setting system and user vmRalph Sennhauser2013-12-281-1/+5
| | | | | | | | Adopt deprecation_notice for: --set-system-vm --set-user-vm Users are adviced to use eselect java-vm instead.
* Drop query functions for old style virtualsRalph Sennhauser2013-12-283-36/+0
| | | | Old style virtuals (PROVIDES) were banned from tree
* VersionManager: Drop dependency on PortageRalph Sennhauser2013-12-281-17/+26
| | | | | | | Replace dep-string filtering with a much simpler but non validating internal algorithm. BGO#464608 Add more tests
* VersionManager cleanupRalph Sennhauser2013-12-271-23/+1
|
* OutputFormatter: drop unused xtitle codeRalph Sennhauser2013-12-271-29/+0
|
* Remove unused Error MissingOptionalsErrorRalph Sennhauser2013-12-271-5/+0
|
* Remove unused functions from EnvironmentManager after commit 1362e25Ralph Sennhauser2013-12-271-67/+0
|
* Remove long deprecated options from java-configRalph Sennhauser2013-12-251-111/+0
| | | | | | | | | | Drop the following options from the java-config client: --set-system-classpath --append-system-classpath --clean-system-classpath --set-user-classpath --append-user-classpath --clean-user-classpath
* Add remaining Prefix stuffRalph Sennhauser2013-02-122-5/+5
| | | | svn path=/projects/java-config-2/trunk/; revision=9205
* Update yearRalph Sennhauser2013-02-129-10/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=9203
* Have a single obvious location for specifing the package versionRalph Sennhauser2013-02-124-13/+6
| | | | svn path=/projects/java-config-2/trunk/; revision=9197
* Fix shebangs to be usable in PrefixRalph Sennhauser2013-02-105-5/+4
| | | | svn path=/projects/java-config-2/trunk/; revision=9193
* Make the scripts ROOT and EPREFIX awareRalph Sennhauser2013-02-103-10/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=9191
* Add ROOT and EPREFIX support to EnvironmentManagerRalph Sennhauser2013-02-081-14/+15
| | | | svn path=/projects/java-config-2/trunk/; revision=9185