aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eselect-java 0.5.1HEAD0.5.1masterFlorian Schmaus2024-04-201-0/+5
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-vm.eselect: fix symlink target when ROOT is not /Mike Gilbert2024-04-201-4/+4
| | | | | | Bug: https://bugs.gentoo.org/793965 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Fix paramter description for "eselect java-vm set"Florian Schmaus2022-06-271-1/+1
| | | | | | | | | | The 'user' or 'system' arguments became optional with a9fd19b87c15 ("Decide based on the UID if system or user VM should be modified"). Fixes: a9fd19b87c15c4c573ab43b8547a26d6ea894ebc Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-vm.eselect: remove trailing slash from VM_BASEMike Gilbert2022-06-271-1/+1
| | | | | | | | All uses of this variable already append a slash, which results in a double slash when running 'eselect java-vm set'. Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* eselect-java 0.5.00.5.0Florian Schmaus2022-06-241-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Decide based on the UID if system or user VM should be modifiedjava-vm-updateFlorian Schmaus2022-06-242-1/+14
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Add "eselect java-vm update"Florian Schmaus2022-06-242-0/+58
| | | | | Bug: https://bugs.gentoo.org/853928 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* java-vm.eselect: whitespaces fixesFlorian Schmaus2022-06-241-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Makefile.am: install jpackage symlink0.4.3Georgy Yakovlev2021-10-162-0/+5
| | | | | update NEWS while at it Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* NEWS: update0.4.2Georgy Yakovlev2020-09-171-0/+4
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* src/scripts/run-java-tool.bash.in: clarify tool availabilityGeorgy Yakovlev2020-09-171-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* Makefile.am: install more tool symlinksGeorgy Yakovlev2020-09-171-0/+11
| | | | | Bug: https://bugs.gentoo.org/742335 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* Bump to version 0.4.00.4.0James Le Cuirot2018-01-021-1/+1
|
* Modernise the java-vm module help textJames Le Cuirot2018-01-021-4/+12
|
* Add --if-unset option to java-vm's set actionJames Le Cuirot2018-01-022-5/+18
|
* Fix insufficient quoting in java-vm moduleJames Le Cuirot2018-01-022-12/+13
|
* Fix typo in java-vm moduleJames Le Cuirot2018-01-021-1/+1
|
* Fix showing and highlighting current ecj and mvn targets (#585224)James Le Cuirot2018-01-023-8/+11
|
* Sort java-vm targets in version order rather than alphanumericJames Le Cuirot2018-01-022-3/+7
| | | | Java 10 may be around the corner.
* Fix mkdir die message in java-vm moduleJames Le Cuirot2018-01-022-5/+4
|
* Don't emit (unset) or (not a symlink) on stderr (bug #549498)James Le Cuirot2017-12-283-6/+10
|
* Prepare 0.3.0 release0.3.0Austin English2016-11-283-1/+7
|
* src/scripts/run-java-tool.bash.in: fix shellcheck issuesAustin English2016-11-281-1/+2
|
* src/scripts/run-java-tool.bash.in: replace `which` with `command -v`Austin English2016-11-281-1/+1
| | | | | | | | | which is an external binary and may not be installed on all systems. command is a shell builtin, and more likely to be available. Based on a patch by Manuel Rüger <mrueg@gentoo.org> Gentoo-Bug: https://bugs.gentoo.org/599392
* Prepare 0.2.0 release0.2.0James Le Cuirot2016-01-016-18/+14
|
* Correct some outdated URLsJames Le Cuirot2016-01-012-2/+2
|
* Remove the java-nsplugin eselect moduleJames Le Cuirot2015-12-313-219/+0
| | | | | | | | | | | | | There was never much need for installing more than one Java plugin and there is even less need now that Java plugins are all but outlawed. The need for 32-bit browser plugins on 64-bit systems has also long passed. A 64-bit IcedTea-Web plugin can launch a 32-bit VM anyway. I had hoped that Firefox would allow you to disable individual Java plugins but it disables them together and always picks Oracle's over IcedTea's. We will simply have icedtea-web[nsplugin] soft block oracle-(jdk|jre)-bin[nsplugin] instead.
* Treat javaws as a special case in run-java-toolJames Le Cuirot2015-12-311-1/+6
| | | | | | | | | We used to have to install dangling symlinks with icedtea(-bin) pointing to a subsequent installation of icedtea-web. This was convoluted and didn't make sense as Oracle's VM can also be used against icedtea-web. Now we always run icedtea-web's javaws if it is installed. Those wanting Oracle's javaws can simply uninstall icedtea-web.
* Utilise the VM's PATH variable in run-java-toolJames Le Cuirot2015-12-311-9/+14
| | | | Continue to fall back to bin and jre/bin just in case.
* Make run-java-tool.bash POSIX-compliantJames Le Cuirot2015-12-311-18/+16
| | | | But keep the .bash extension to avoid breaking existing systems.
* Update year0.1.0Ralph Sennhauser2013-02-131-1/+1
| | | | svn path=/projects/eselect-java/trunk/; revision=9209
* Fix ChangeLog generation with subversion 1.7Ralph Sennhauser2013-02-131-1/+1
| | | | svn path=/projects/eselect-java/trunk/; revision=9208
* Prefixify run-java-toolRalph Sennhauser2013-02-133-6/+17
| | | | svn path=/projects/eselect-java/trunk/; revision=9207
* Add missing bug reference to NEWSRalph Sennhauser2013-01-311-0/+1
| | | | svn path=/projects/eselect-java/trunk/; revision=9173
* Update NEWSRalph Sennhauser2013-01-311-5/+17
| | | | svn path=/projects/eselect-java/trunk/; revision=9170
* Use @ as plugin vm seperatorRalph Sennhauser2013-01-311-5/+5
| | | | svn path=/projects/eselect-java/trunk/; revision=9169
* Add support for icedtea-web with selectable jvmRalph Sennhauser2013-01-191-4/+37
| | | | svn path=/projects/eselect-java/trunk/; revision=9153
* Import run-java-tool and install location to pkglibexecdir instead of bindirRalph Sennhauser2013-01-193-0/+109
| | | | svn path=/projects/eselect-java/trunk/; revision=9152
* Drop useless use of local variableRalph Sennhauser2013-01-171-5/+3
| | | | svn path=/projects/eselect-java/trunk/; revision=9150
* Reformat to look like other eselect modules in this day and ageRalph Sennhauser2013-01-171-135/+123
| | | | svn path=/projects/eselect-java/trunk/; revision=9149
* Support ROOT and Gentoo PrefixRalph Sennhauser2013-01-172-13/+10
| | | | svn path=/projects/eselect-java/trunk/; revision=9148
* Change version scheme to x.y.z so it can't be mistaken with version numbers ↵Ralph Sennhauser2012-12-301-1/+1
| | | | | | from prior eselect modules. svn path=/projects/eselect-java/trunk/; revision=9133
* Switch to non-recursive Makefile.Ralph Sennhauser2012-12-303-23/+25
| | | | svn path=/projects/eselect-java/trunk/; revision=9128
* Replace scm UIDs with actual names and mail in old ChangeLogs.Ralph Sennhauser2012-12-134-36/+36
| | | | svn path=/projects/eselect-java/trunk/; revision=9127
* Generate ChangeLog from vcs when creating the tarball with make dist ↵Ralph Sennhauser2012-12-133-0/+10
| | | | | | respectively make distcheck. svn path=/projects/eselect-java/trunk/; revision=9126
* Add old ChangeLogs for imported modulesRalph Sennhauser2012-12-115-1/+183
| | | | svn path=/projects/eselect-java/trunk/; revision=9125
* Set module version to eselect-java version.Ralph Sennhauser2012-06-114-7/+4
| | | | | | Also fixes useless version information. #398367 svn path=/projects/eselect-java/trunk/; revision=9071
* No more global scope code. #362745Ralph Sennhauser2012-06-111-8/+11
| | | | svn path=/projects/eselect-java/trunk/; revision=9070
* Remove bugged but unused function tweak_list. #227507Ralph Sennhauser2012-06-111-9/+0
| | | | svn path=/projects/eselect-java/trunk/; revision=9069
* Add modeline and update yearRalph Sennhauser2012-06-114-12/+6
| | | | svn path=/projects/eselect-java/trunk/; revision=9068