| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | java-vm.eselect: better explain the purpose of `eselect java-vm update`•••There was some confusion in #gentoo-dev-help regarding the purpose of the update subcommand. The old description of "Automatically update the Java system VM" could mislead users into thinking it'll pick the newest present VM, when it reality, it just picks *an* available VM. See 853928 for more context, but basically, `update` is called by the JVM eclass during depclean to make sure the symlink still points to an installed Java. This commit tries to make that more obvious. [flow: also drop 'Automatically', adjust copyright years] Closes: https://bugs.gentoo.org/981708 Signed-off-by: Dustin Smith <d.usty360@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org> HEADmaster | 2 days | 1 | -2/+2 | |
| * | eselect-java 0.5.1•••Signed-off-by: Florian Schmaus <flow@gentoo.org> 0.5.1 | 2024-04-20 | 1 | -0/+5 | |
| * | java-vm.eselect: fix symlink target when ROOT is not /•••Bug: https://bugs.gentoo.org/793965 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org> | 2024-04-20 | 1 | -4/+4 | |
| * | Fix paramter description for "eselect java-vm set"•••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> | 2022-06-27 | 1 | -1/+1 | |
| * | java-vm.eselect: remove trailing slash from VM_BASE•••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> | 2022-06-27 | 1 | -1/+1 | |
| * | eselect-java 0.5.0•••Signed-off-by: Florian Schmaus <flow@gentoo.org> 0.5.0 | 2022-06-24 | 1 | -1/+1 | |
| * | Decide based on the UID if system or user VM should be modified•••Signed-off-by: Florian Schmaus <flow@gentoo.org> java-vm-update | 2022-06-24 | 2 | -1/+14 | |
| * | Add "eselect java-vm update"•••Bug: https://bugs.gentoo.org/853928 Signed-off-by: Florian Schmaus <flow@gentoo.org> | 2022-06-24 | 2 | -0/+58 | |
| * | java-vm.eselect: whitespaces fixes•••Signed-off-by: Florian Schmaus <flow@gentoo.org> | 2022-06-24 | 1 | -2/+2 | |
| * | Makefile.am: install jpackage symlink•••update NEWS while at it Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> 0.4.3 | 2021-10-16 | 2 | -0/+5 | |
| * | NEWS: update•••Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> 0.4.2 | 2020-09-17 | 1 | -0/+4 | |
| * | src/scripts/run-java-tool.bash.in: clarify tool availability•••Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-17 | 1 | -1/+1 | |
| * | Makefile.am: install more tool symlinks•••Bug: https://bugs.gentoo.org/742335 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-17 | 1 | -0/+11 | |
| * | Bump to version 0.4.00.4.0 | 2018-01-02 | 1 | -1/+1 | |
| * | Modernise the java-vm module help text | 2018-01-02 | 1 | -4/+12 | |
| * | Add --if-unset option to java-vm's set action | 2018-01-02 | 2 | -5/+18 | |
| * | Fix insufficient quoting in java-vm module | 2018-01-02 | 2 | -12/+13 | |
| * | Fix typo in java-vm module | 2018-01-02 | 1 | -1/+1 | |
| * | Fix showing and highlighting current ecj and mvn targets (#585224) | 2018-01-02 | 3 | -8/+11 | |
| * | Sort java-vm targets in version order rather than alphanumeric•••Java 10 may be around the corner. | 2018-01-02 | 2 | -3/+7 | |
| * | Fix mkdir die message in java-vm module | 2018-01-02 | 2 | -5/+4 | |
| * | Don't emit (unset) or (not a symlink) on stderr (bug #549498) | 2017-12-28 | 3 | -6/+10 | |
| * | Prepare 0.3.0 release0.3.0 | 2016-11-28 | 3 | -1/+7 | |
| * | src/scripts/run-java-tool.bash.in: fix shellcheck issues | 2016-11-28 | 1 | -1/+2 | |
| * | src/scripts/run-java-tool.bash.in: replace `which` with `command -v`•••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 | 2016-11-28 | 1 | -1/+1 | |
| * | Prepare 0.2.0 release0.2.0 | 2016-01-01 | 6 | -18/+14 | |
| * | Correct some outdated URLs | 2016-01-01 | 2 | -2/+2 | |
| * | Remove the java-nsplugin eselect module•••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. | 2015-12-31 | 3 | -219/+0 | |
| * | Treat javaws as a special case in run-java-tool•••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. | 2015-12-31 | 1 | -1/+6 | |
| * | Utilise the VM's PATH variable in run-java-tool•••Continue to fall back to bin and jre/bin just in case. | 2015-12-31 | 1 | -9/+14 | |
| * | Make run-java-tool.bash POSIX-compliant•••But keep the .bash extension to avoid breaking existing systems. | 2015-12-31 | 1 | -18/+16 | |
| * | Update year•••svn path=/projects/eselect-java/trunk/; revision=9209 0.1.0 | 2013-02-13 | 1 | -1/+1 | |
| * | Fix ChangeLog generation with subversion 1.7•••svn path=/projects/eselect-java/trunk/; revision=9208 | 2013-02-13 | 1 | -1/+1 | |
| * | Prefixify run-java-tool•••svn path=/projects/eselect-java/trunk/; revision=9207 | 2013-02-13 | 3 | -6/+17 | |
| * | Add missing bug reference to NEWS•••svn path=/projects/eselect-java/trunk/; revision=9173 | 2013-01-31 | 1 | -0/+1 | |
| * | Update NEWS•••svn path=/projects/eselect-java/trunk/; revision=9170 | 2013-01-31 | 1 | -5/+17 | |
| * | Use @ as plugin vm seperator•••svn path=/projects/eselect-java/trunk/; revision=9169 | 2013-01-31 | 1 | -5/+5 | |
| * | Add support for icedtea-web with selectable jvm•••svn path=/projects/eselect-java/trunk/; revision=9153 | 2013-01-19 | 1 | -4/+37 | |
| * | Import run-java-tool and install location to pkglibexecdir instead of bindir•••svn path=/projects/eselect-java/trunk/; revision=9152 | 2013-01-19 | 3 | -0/+109 | |
| * | Drop useless use of local variable•••svn path=/projects/eselect-java/trunk/; revision=9150 | 2013-01-17 | 1 | -5/+3 | |
| * | Reformat to look like other eselect modules in this day and age•••svn path=/projects/eselect-java/trunk/; revision=9149 | 2013-01-17 | 1 | -135/+123 | |
| * | Support ROOT and Gentoo Prefix•••svn path=/projects/eselect-java/trunk/; revision=9148 | 2013-01-17 | 2 | -13/+10 | |
| * | Change version scheme to x.y.z so it can't be mistaken with version numbers f...•••svn path=/projects/eselect-java/trunk/; revision=9133 | 2012-12-30 | 1 | -1/+1 | |
| * | Switch to non-recursive Makefile.•••svn path=/projects/eselect-java/trunk/; revision=9128 | 2012-12-30 | 3 | -23/+25 | |
| * | Replace scm UIDs with actual names and mail in old ChangeLogs.•••svn path=/projects/eselect-java/trunk/; revision=9127 | 2012-12-13 | 4 | -36/+36 | |
| * | Generate ChangeLog from vcs when creating the tarball with make dist respecti...•••svn path=/projects/eselect-java/trunk/; revision=9126 | 2012-12-13 | 3 | -0/+10 | |
| * | Add old ChangeLogs for imported modules•••svn path=/projects/eselect-java/trunk/; revision=9125 | 2012-12-11 | 5 | -1/+183 | |
| * | Set module version to eselect-java version.•••Also fixes useless version information. #398367 svn path=/projects/eselect-java/trunk/; revision=9071 | 2012-06-11 | 4 | -7/+4 | |
| * | No more global scope code. #362745•••svn path=/projects/eselect-java/trunk/; revision=9070 | 2012-06-11 | 1 | -8/+11 | |
| * | Remove bugged but unused function tweak_list. #227507•••svn path=/projects/eselect-java/trunk/; revision=9069 | 2012-06-11 | 1 | -9/+0 | |
| * | Add modeline and update year•••svn path=/projects/eselect-java/trunk/; revision=9068 | 2012-06-11 | 4 | -12/+6 | |
| * | New project eselect-java, new home of all java releated eselect modules.•••Write build system and auxilary files. Import eselect modules "java-vm" and "java-nsplugin" from java-config-2.1.12. Import eselect module "maven" from eselect-maven-0.2 import eselect module "ecj" from eselect-ecj-0.7 svn path=/projects/eselect-java/trunk/; revision=9067 | 2012-06-10 | 13 | -0/+1137 |
