aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cut java-config 2.3 release2.3Patrice Clement2020-06-171-0/+7
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove jdk.conf and its referencesPatrice Clement2020-06-173-18/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update AUTHORSPatrice Clement2020-06-171-2/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove MANIFEST.inPatrice Clement2020-06-171-5/+0
| | | | | | What is this file for? Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove TODOPatrice Clement2020-06-171-2/+0
| | | | | | TODO: throw away this codebase and start anew. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove ChangeLog filePatrice Clement2020-06-171-1943/+0
| | | | | | do we need a 15 yo ChangeLog file? Nope. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update arches in setup.pyPatrice Clement2020-06-172-18/+4
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* remove compilers.confPatrice Clement2020-06-172-7/+2
| | | | | | | | No reference of that file exist in the source code. Why is it kept then? Weird. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* update TODOPatrice Clement2020-06-171-18/+2
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* set out new REWRITE goalsPatrice Clement2020-06-171-10/+1
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Drop deprecated features to set system and user VMsJames Le Cuirot2018-10-243-95/+4
| | | | This is done with eselect java-vm now.
* remove whitespacePatrice Clement2017-11-011-1/+0
|
* remove useless else clauses.Patrice Clement2017-07-191-7/+5
|
* drop headerPatrice Clement2017-06-271-1/+0
|
* remove useless carriage returnsPatrice Clement2017-06-271-3/+1
|
* 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
|
* James has been a Gentoo dev for a while nowPatrice Clement2017-05-281-1/+1
|
* fix a typoPatrice Clement2017-05-281-3/+7
|
* svn + gentoo = noPatrice Clement2017-05-281-19/+0
|
* this how string formatting is to be done in PythonPatrice Clement2017-05-081-5/+5
|
* remove obsolete URLsPatrice Clement2017-05-082-4/+1
|
* add myself to AUTHORS filePatrice Clement2017-05-081-0/+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
|
* 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