summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-eselect/eselect-wine: make postinst warning more visibleIonen Wolkens2024-07-251-12/+15
| | | | | | | | | Kind of occasional but it confuse a user now and then, try to increase chances that it will be spotted on first merge. Also extend a bit given some shells (like fish) need special attention. Bug: https://bugs.gentoo.org/936641 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: fix /usr/include/wine symlinkIonen Wolkens2023-08-231-4/+3
| | | | | | | Had double wine/wine, and turns out wineasio still makes use of this, albeit usefulness of it is still questionable. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: drop 2.0.2Ionen Wolkens2023-08-231-82/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: stabilize 2.0.2-r1 for ALLARCHESIonen Wolkens2023-08-061-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: add further note about PATHIonen Wolkens2023-07-301-4/+8
| | | | | | | | Also swap EROOT for EPREFIX given this is settings for use after using ROOT, and not to be found immediately. Except maybe the /etc/profile one albeit it'd be a bit weird still. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: revbump without /usr/bin/wine symlinkIonen Wolkens2023-07-301-0/+91
| | | | | | | | | | | To ~arch for now in case this end up having unexpected consequences, albeit will not wait all that long. Also adjust messages (both first merge and update from -r0) to advertise the full path if users need it. Closes: https://bugs.gentoo.org/911245 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: don't fail if migration file existsIonen Wolkens2023-03-031-2/+4
| | | | | | | | | | | | | May have been left there if other preinst commands failed (like eselect wine unset --all which can be fickle). Alternatively could cp -f, but best avoid clobbering more files we don't own as much as possible. Guess a better approach would've been to put it in ${T} and tell eselect where to find it in postinst but at this point not going to worry about due-to-be-removed cruft. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: cleanup collision messagesIonen Wolkens2022-12-291-17/+1
| | | | | | | | | | The new app-alternatives/* cause similar issues and eselect-wine isn't unusual enough to need this special handling, portage-3.0.41 is also now stable and gives nicer messages. Majority of people will have migrated by now too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: drop 1.2.2-r1Ionen Wolkens2022-12-193-58/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: add 2.0.2, drop 2.0.1-r2Ionen Wolkens2022-12-052-1/+1
| | | | | | | Trivial release that only change an informational message, so straight to stable. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: use a bit clearer USE=xdg descriptionIonen Wolkens2022-12-031-1/+4
| | | | | | | | | Could argue not many will even want this to work, albeit keeping IUSE=+xdg default to maintain what normally works out of the box with Wine. Bug: https://bugs.gentoo.org/884077 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: adjust env.d formattingIonen Wolkens2022-12-031-2/+1
| | | | | | | Look a bit better and avoids having some trailing tabs with USE=-xdg (albeit they are of no consequence). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: optionally rdepend on xdg-utilsIonen Wolkens2022-12-032-3/+11
| | | | | | | | Being optional makes some sense for headless system, albeit most desktop ones will typically want xdg-open from this around. Closes: https://bugs.gentoo.org/884077 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: use later (95) priority for env.dIonen Wolkens2022-12-021-1/+1
| | | | | | | | | | | | | | Shouldn't(?) have a real impact but it seems wasteful for its XDG_DATA_DIRS be searched earlier than 90xdg-data-base (aka >90 will cause it to add wine's after /usr/share). Also wouldn't want wine's semi-random binaries to have priority, albeit PATH already typically came last with 60. (reminder need to `. /etc/profile` to update in current shells) Bug: https://bugs.gentoo.org/884077 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: stabilize 2.0.1 for ALLARCHESIonen Wolkens2022-12-011-1/+1
| | | | | | | Still early, but needed to setabilize wine-vanilla-7.0.1 and wine-proton-7.0.5 without falling back to old eselect. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: drop 2.0.0Ionen Wolkens2022-12-012-93/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: add 2.0.1Ionen Wolkens2022-11-282-0/+93
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: unleash eselect-wine-2Ionen Wolkens2022-11-231-2/+1
| | | | | | | | | | | | | | | | | | Had expected to need a 2.0.1 before this, but no issues reported so far. Let's see how it goes. I do imagine it may cause some confusion given portage doesn't make emerging it pretty and need to source /etc/profile at least once, but have no "good" solutions to these beside warnings. (also expecting a benign tinderbox bug about symlinks which can't be silenced currently) Closes: https://bugs.gentoo.org/632576 Closes: https://bugs.gentoo.org/657748 Closes: https://bugs.gentoo.org/717470 Closes: https://bugs.gentoo.org/874612 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: adjust elog textIonen Wolkens2022-11-231-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: switch tarballIonen Wolkens2022-11-202-3/+2
| | | | | | | Meant to do this on a bugfix bump before keywording, but still know of no issues to fix (how troublesome). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: bigger warning for collision-protectIonen Wolkens2022-11-171-5/+11
| | | | | | | | | Easy to miss with the wall of text portage gives. Note users typically don't have this enabled, it's primarily Gentoo devs that may use this more aggressive version of protect-owned. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: switch upstream metadata to gentooIonen Wolkens2022-11-161-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: add 2.0.0, unkeyworded for testingIonen Wolkens2022-11-162-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete rewrite but for notable bits: - removes register/deregister, can auto-update without this - no longer touch files in /usr at runtime wrt bug #632576, in this case it was particularly invasive doing *many* modifications to /usr/bin and /usr/share/man - handle /usr/lib/wine fwiw wrt bug #657748 (installed by the ebuild), albeit winebuild can find the right path nowadays - fix prefix wrt bug #717470 - give feedback when switching wrt bug #874612 - tries harder to not unexpectedly switch variant/version, and no longer need ebuild checks wrt bug #881035 - no longer hardcodes variants and so can support any random ones, i.e. an overlay can do wine-tkg or wine-myfunnyfork - --all, --vanilla, etc.. options were removed, but can still perform similar actions (see `help`) - `list` can now show selections for all variants at once - `unset` removed, not seeing a motivation (esp if not polluting /usr) - half+ the original size, and switches variant noticeably faster Still experimental and subject to changes, so unkeyworded for now. See README.rst for more notes, or the tarball's impl.rst for details. ebuild itself needs some nonsense largely caused by being difficult to get rid of the old eselect plus portage limitations. Bug: https://bugs.gentoo.org/632576 Bug: https://bugs.gentoo.org/657748 Bug: https://bugs.gentoo.org/717470 Bug: https://bugs.gentoo.org/874612 Bug: https://bugs.gentoo.org/881035 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: drop 1.2.2-r0Ionen Wolkens2022-10-122-48/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: stabilize 1.2.2-r1 for ALLARCHESIonen Wolkens2022-10-121-1/+1
| | | | | | | Not useful in stable given wine-proton isn't, but no reason to keep multiple versions of this -- so stabling to cleanup. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: cleanup ancient blockerIonen Wolkens2022-10-121-2/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: EAPI6->8, add proton variantIonen Wolkens2022-09-033-0/+59
| | | | | | | | | | | | | Ideally needs a new release (and repo), but just doing a quick revbump until that's sorted out. Also switched SRC_URI to tarball wrt bug #868027, uses compression and allows both Gentoo and users to have patches by being unpacked in ${S} (the S= value is not nice, but this likely won't use bitbucket anymore next release and be irrelevant). Closes: https://bugs.gentoo.org/868027 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-eselect/eselect-wine: update maintainersNick Sarnie2022-08-111-1/+4
| | | | Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-eselect/eselect-wine: drop to maintainer-neededJoonas Niilola2022-07-241-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: reassign np-hardass's packagesJoonas Niilola2022-07-241-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: normalise np-hardass@ emailSam James2021-03-251-3/+3
| | | | | | | The old form confused tools like bug-assign-user-js and is more consistent with the rest of the tree. Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-wine: mark ALLARCHESSam James2021-02-071-0/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-wine: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-eselect: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-eselect/eselect-wine: Change http to httpsNP-Hardass2017-09-281-3/+3
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* app-eselect/eselect-wine: Stable for amd64, x86NP-Hardass2017-09-281-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* app-eselect/eselect-wine: Fix manifestNP-Hardass2017-09-151-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-eselect/eselect-wine: Bump to 1.2.2: Fix symlink validity checkNP-Hardass2017-09-152-1/+1
| | | | | | Thanks to Arfrever for pointing it out Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-eselect/eselect-wine: Bump to 1.2, supports includedirNP-Hardass2017-09-132-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-eselect/eselect-wine: Update contactJonas Stein2017-08-071-1/+1
| | | | | | Update mail contact as requested by eroen. Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-eselect/eselect-wine: Add support for localized manpaged, #615218NP-Hardass2017-04-112-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-eselect/eselect-wine: Add eroen to metadata as co-maintainerNP-Hardass2017-04-111-0/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-eselect/eselect-wine: Eselect module for slotted/split wineNP-Hardass2017-04-103-0/+56
Imported from wine-a-holics overlay Package-Manager: Portage-2.3.3, Repoman-2.3.1