aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* reorganise importsPatrice Clement2017-03-221-1/+9
|
* 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-288-43/+0
| | | | Old style virtuals (PROVIDES) were banned from tree
* VersionManager: Drop dependency on PortageRalph Sennhauser2013-12-282-18/+37
| | | | | | | 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
|
* Fix install location of launcher.bashRalph Sennhauser2013-12-271-1/+1
|
* 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
* 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