aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix install location of launcher.bashjava-config-2.2Ralph Sennhauser2013-12-271-1/+1
|
* Fixup directory and file installation code in jc_installMike Gilbert2013-09-151-3/+6
| | | | | | Use mkpath to prevent failure if the path already exists. Write data to a temp file and call copy_file to install to avoid a race condition if with concurrent build processes.
* Fix typo reported by Dessa in #gentoo-javaRalph Sennhauser2013-04-161-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=9246
* Bug 465360: pypy distutils and sys.prefix - use absolute pathsRalph Sennhauser2013-04-151-3/+3
| | | | svn path=/projects/java-config-2/trunk/; revision=9245
* Fix sdist and so make make-releas obsolete2.2.0Ralph Sennhauser2013-02-144-16/+23
| | | | svn path=/projects/java-config-2/trunk/; revision=9221
* Update NEWSRalph Sennhauser2013-02-141-3/+21
| | | | svn path=/projects/java-config-2/trunk/; revision=9220
* Add remaining Prefix stuffRalph Sennhauser2013-02-122-5/+5
| | | | svn path=/projects/java-config-2/trunk/; revision=9205
* Prefixify install pathsRalph Sennhauser2013-02-121-3/+4
| | | | svn path=/projects/java-config-2/trunk/; revision=9204
* Update yearRalph Sennhauser2013-02-129-10/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=9203
* Add test command to setup.pyRalph Sennhauser2013-02-124-16/+30
| | | | svn path=/projects/java-config-2/trunk/; revision=9201
* Install man pageRalph Sennhauser2013-02-121-0/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=9199
* Generate jdk-defaults.conf at install, if nothing else thist least this is a ↵Ralph Sennhauser2013-02-1225-49/+47
| | | | | | lot more maintainable than two dozen files. svn path=/projects/java-config-2/trunk/; revision=9198
* Have a single obvious location for specifing the package versionRalph Sennhauser2013-02-126-16/+14
| | | | svn path=/projects/java-config-2/trunk/; revision=9197
* Fix man pageRalph Sennhauser2013-02-101-63/+60
| | | | svn path=/projects/java-config-2/trunk/; revision=9194
* Fix shebangs to be usable in PrefixRalph Sennhauser2013-02-108-8/+7
| | | | svn path=/projects/java-config-2/trunk/; revision=9193
* Make the scripts ROOT and EPREFIX awareRalph Sennhauser2013-02-104-10/+26
| | | | svn path=/projects/java-config-2/trunk/; revision=9191
* Merge testsuite2 into testsuite and use new ROOT support in EnvironmentManagerRalph Sennhauser2013-02-1028-25/+10
| | | | svn path=/projects/java-config-2/trunk/; revision=9187
* Use new ROOT support in EnvironmentManager for testsuiteRalph Sennhauser2013-02-0823-51/+49
| | | | | | | | | | Merge vm_configs virtual_configs and package env files into a single tree test_env with the standard environment layout useable by EnvironmentManager. Adopt testsuite to run using the fake environment, this finally allows to run the testsuite from within ebuilds. svn path=/projects/java-config-2/trunk/; revision=9186
* Add ROOT and EPREFIX support to EnvironmentManagerRalph Sennhauser2013-02-081-14/+15
| | | | svn path=/projects/java-config-2/trunk/; revision=9185
* Remove unused codeRalph Sennhauser2013-02-081-153/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=9184
* Respect recorded JVM from RDEPEND in gjl, fixes bug 455798.Ralph Sennhauser2013-02-081-1/+4
| | | | svn path=/projects/java-config-2/trunk/; revision=9183
* Drop EnvironmentManager singlton hack and so really fix VersionManager to ↵Ralph Sennhauser2013-02-087-62/+48
| | | | | | not lock on the active JVM. #402315 svn path=/projects/java-config-2/trunk/; revision=9182
* Allow running tests from everywhereRalph Sennhauser2013-02-072-2/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=9181
* Face lifting for java-config --help.Ralph Sennhauser2013-01-021-41/+132
| | | | | | | | Use optparse's option groups for better clarity. Be clear about to be removed options. Update year. svn path=/projects/java-config-2/trunk/; revision=9141
* Don't require uid 0 for setting system vm, write permission for the link is ↵Ralph Sennhauser2013-01-021-14/+11
| | | | | | sufficient and will work for Gentoo Prefix as well. svn path=/projects/java-config-2/trunk/; revision=9140
* Update MANIFEST.in.Ralph Sennhauser2012-12-301-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=9139
* Add missing authors.Ralph Sennhauser2012-12-301-0/+3
| | | | svn path=/projects/java-config-2/trunk/; revision=9138
* Move tests to a tests directory.Ralph Sennhauser2012-12-3054-6/+6
| | | | svn path=/projects/java-config-2/trunk/; revision=9136
* Desktop files, icons, env.d and profile.d files as well as revdep-rebuildRalph Sennhauser2012-12-3012-227/+3
| | | | | | | control file and finally run-java-tool are now part of baselayout-java. Remove some java-config-1 remenmants as well. svn path=/projects/java-config-2/trunk/; revision=9131
* Eselect modules are now part of eselect-java.Ralph Sennhauser2012-12-305-373/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=9130
* Fix depreciation warnings and taberrors.Alistair Bush2012-06-103-9/+9
| | | | svn path=/projects/java-config-2/trunk/; revision=9066
* Release java-config-2.1.12 and update MANIFEST.in to include all files required.2.1.12Alistair Bush2012-06-083-5/+5
| | | | svn path=/projects/java-config-2/trunk/; revision=9064
* Add testsuite and fix for bug #402315.Alistair Bush2012-06-0527-1/+308
| | | | svn path=/projects/java-config-2/trunk/; revision=9049
* Fix typoRalph Sennhauser2012-05-101-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=9019
* Add jdk-defaults-arm.conf, #415397Ralph Sennhauser2012-05-101-0/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=9018
* Add jdk-defaults-amd64-fbsd.conf, #415397Ralph Sennhauser2012-05-101-0/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=9017
* [java-config] Don't put double slash in VM symlink.James Le Cuirot2012-01-101-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8958
* [java-config] Use a list instead of a set to build a package's classpath to ↵James Le Cuirot2011-11-022-8/+8
| | | | | | ensure the order is preserved. svn path=/projects/java-config-2/trunk/; revision=8878
* [gjl] Remove pointless : trim. Bash alone can handle it.James Le Cuirot2011-11-021-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8877
* [gjl] Try harder to trim a trailing : from the end of PATH-like variables. ↵James Le Cuirot2011-09-281-1/+1
| | | | | | This won't catch multiple trailing : but I think that's non-trivial in pure Bash. svn path=/projects/java-config-2/trunk/; revision=8828
* [gjl] Prepend all PATH-like environment variables instead of replacing them.James Le Cuirot2011-09-281-1/+4
| | | | svn path=/projects/java-config-2/trunk/; revision=8827
* Merge patch from Kyle pan <kyle.j.pan@gmail.com> to fix bug #179853.Serkan Kaba2011-04-061-0/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=8353
* Merge patch from Bernd Bergler <bernd.bergler@gmail.com> to fix bug #351170.Serkan Kaba2011-04-031-2/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8348
* Don't install the deprecated desktop file, bug #350459.Vlastimil Babka2011-03-282-8/+0
| | | | svn path=/projects/java-config-2/trunk/; revision=8341
* Fix dependency syntax so that the testsuite passesPetteri Räty2011-03-231-1/+1
| | | | svn path=/projects/java-config-2/trunk/; revision=8339
* Add special python handling code to launcher.bash. See #348306.Alistair Bush2010-12-131-0/+21
| | | | svn path=/projects/java-config-2/trunk/; revision=8254
* Fix python3 errorAlistair Bush2010-05-061-2/+2
| | | | svn path=/projects/java-config-2/trunk/; revision=8184
* Updated version2.1.11Alistair Bush2010-04-283-2/+129
| | | | svn path=/projects/java-config-2/trunk/; revision=8176
* Fixed issue with multi_provider virtuals where deep dep resolution wasn't ↵Alistair Bush2010-04-278-30/+52
| | | | | | being performed. Fixed issue with requiring vm for virtuals as well. svn path=/projects/java-config-2/trunk/; revision=8172
* Add jdk-defaults for several (prefix) arches per bug #300137.Vlastimil Babka2010-04-206-0/+12
| | | | svn path=/projects/java-config-2/trunk/; revision=8168