aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README.rst: note that variant names should not have hyphensHEADmasterIonen Wolkens2024-01-181-1/+2
| | | | | | | *Could* be supported but understanding -<version> with an arbitrary amount of leading hyphens feels like an unnecessary complexification. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: adjust portage PATH commentIonen Wolkens2023-01-151-1/+1
| | | | | | | | | | | | Gave this another look given PATH handling changes in >=portage-3.0.44, and the workaround is "nearly" unnecessary now but still triggers (at least) on first merge of eselect-wine while PATH has not yet been updated once yet. May possibly be other cases where it's noisy, so decided to leave it alone beside a minor comment update. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* v2.0.2v2.0.2Ionen Wolkens2022-12-051-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: silence PATH warning with doas/sudoIonen Wolkens2022-12-051-3/+5
| | | | | | | By default may still be noisy with shadow's su, but util-linux's is more likely to keep wine's PATH. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* v2.0.1v2.0.1Ionen Wolkens2022-11-281-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: adjust legacy check for 17.0 lib32/lib64 profileIonen Wolkens2022-11-281-2/+5
| | | | | | | Should have hardly any users left, but no real harm in adding more legacy handling in the legacy checks function. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* v2.0.0v2.0.0Ionen Wolkens2022-11-161-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* README.rst: initial import, replace oldIonen Wolkens2022-11-162-15/+49
| | | | | | | Basic overview for ebuild maintainers and normal users updated to match the rewrite. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* impl.rst: initial importIonen Wolkens2022-11-161-0/+152
| | | | | | Dev-oriented doc to roughly explain what went into the rewrite. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: rewrite initial importIonen Wolkens2022-11-161-844/+323
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* v1.2.3v1.2.3Ionen Wolkens2022-11-151-0/+1
| | | | | | | This version is unlikely to be used (2.0.0 coming), but tag is to have a usable reference that includes proton. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: set wine@g.o as maintainerIonen Wolkens2022-11-151-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: add proton variantIonen Wolkens2022-11-151-0/+1
| | | | | | | Been patched in eselect-wine-1.2.2-r1's ebuild, but been lacking here (better late than never). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: drop obsolete variantsIonen Wolkens2022-11-151-2/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* wine.eselect: Further expand are_symlinks_valid regex checkv1.2.2NP-Hardass2017-09-151-1/+1
|
* wine.eselect: fix typo write_warning_messageNP-Hardass2017-09-151-3/+3
| | | | Thanks to Arfrever for pointing out
* wine.eselect: update valid dirs check in are_symlinks_valid()v1.2.1NP-Hardass2017-09-151-1/+1
| | | | Thanks to Arfrever for pointing it out
* wine.eselect: Add include dir symlinksv1.2NP-Hardass2017-09-131-0/+17
|
* wine.eselect: use globstar to enable support of localized manpagesv1.1NP-Hardass2017-04-111-17/+19
|
* wine.eselect: use failglobNP-Hardass2017-04-111-0/+3
|
* wine.eselect: Handle setting links when encountering orphaned linksv1.0NP-Hardass2017-04-061-0/+8
|
* wine.eselect: are_symlinks_valid: convert die to err msg and return 1v0.99_rc10NP-Hardass2017-04-051-7/+12
| | | | Allows proper logic for handling update --if-unset
* wine.eselect: Fix typo in commentNP-Hardass2017-04-051-1/+1
|
* wine.eselect: Handle symlinks that have been deletedNP-Hardass2017-04-051-3/+7
|
* wine.eselect: Fix bad logicc in are_symlinks_valid for binv0.99_rc9NP-Hardass2017-04-051-2/+2
|
* wine.eselect: Fix typo for are_symlinks_valid bin checkNP-Hardass2017-04-051-1/+2
|
* wine.eselect: Update are_symlinks_valid for new bin symlinksNP-Hardass2017-04-051-1/+8
|
* wine.eselect: Update bin links to fix calls to variantNP-Hardass2017-04-051-2/+3
|
* wine.eselect: Fix typo in EPREFIXNP-Hardass2017-04-051-2/+2
|
* Merged in bobwya/eselect-wine (pull request #1)Robert Walker2017-04-051-2/+2
|\ | | | | | | Fix functions: do_deregister_parameters() , do_register_parameters().
| * Fix functions: do_deregister_parameters() , do_register_parameters().Rob Walker2017-04-051-2/+2
|/
* wine.eselect: Add support for desktop filesv0.99_rc8NP-Hardass2017-04-021-2/+9
|
* wine.eselect: drop eval and change behavior in remove_symlinksv0.99_rc7NP-Hardass2017-03-271-2/+3
|
* wine.eselect: re-arrange code so less io calls are madev0.99_rc6NP-Hardass2017-03-271-4/+7
|
* wine.eselect: verify symlinks are validNP-Hardass2017-03-271-6/+53
|
* wine.eselect: Better error handling for adding and removing symlinksNP-Hardass2017-03-271-8/+13
|
* wine.eselect: Renable desktop_database_update and silenceNP-Hardass2017-03-271-3/+3
|
* wine.eselect: remove unnecessary TODO/commented out codeNP-Hardass2017-03-271-4/+1
|
* wine.eselect: revert wrapper, rc4, add -anyv0.99_rc5NP-Hardass2017-03-271-2/+3
|
* wine.eselect: Fix bug in unset --allv0.99_rc3NP-Hardass2017-03-251-2/+3
|
* wine.eselect: support --all in unsetv0.99_rc2NP-Hardass2017-03-251-0/+12
|
* Overhaul, initial commitv0.99_rc1NP-Hardass2017-03-071-288/+611
|
* fix typov0.3_rc6eroen2015-02-101-2/+2
|
* Fix some variant outputv0.3_rc5eroen2015-02-101-4/+14
|
* add vanilla to VARIANTSv0.3_rc3eroen2015-02-101-1/+1
|
* VARIANTS is an arrayeroen2015-02-101-2/+2
|
* add unset --alleroen2015-02-101-0/+9
|
* rename remove -> unseteroen2015-01-231-4/+4
|
* README - implementation notesv0.3_rc1eroen2015-01-231-1/+14
|
* README - add some testing notes eroen2015-01-231-0/+2
|