summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-awk: Stabilize 0.4 ALLARCHES, #881755Arthur Zamarin2022-11-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@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-cdparanoia: keyword 0.1-r1 for ~loongWANG Xuerui2022-11-021-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-eselect/eselect-postgresql: EAPI 8Sam James2022-10-291-1/+1
| | | | | Closes: https://bugs.gentoo.org/857453 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-php: keyword 0.9.8 for ~loongWANG Xuerui2022-10-191-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-eselect/eselect-awk: keyword eselect-awk-0.4 riscv, #876959Xin Yang2022-10-171-1/+1
| | | | | Signed-off-by: Xin Yang <yangmame@icloud.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-eselect/eselect-sh: Inline the module into the ebuildMichał Górny2022-10-142-15/+15
| | | | | | | The module itself is smaller than the ebuild file, so instead of wasting two data blocks on them, let's inline the module into the ebuild. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-sh: Add 0.5.0orbea2022-10-142-0/+34
| | | | | | | | | | | | | | Adds support to set lksh as /bin/sh which preferred /bin/sh for mksh according to upstream. Using mksh as /bin/sh is only POSIX on 32-bit systems, but some may still prefer it as POSIX requires some undefined behavior which is respected with lksh. Closes: https://github.com/gentoo/gentoo/pull/20787 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/27615 Signed-off-by: Michał Górny <mgorny@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-awk: add 0.4Sam James2022-10-102-0/+18
| | | | | Closes: https://bugs.gentoo.org/818898 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-python: use HTTPS for EGIT_REPO_URISam James2022-10-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-rust: keyword 20210703 for ~mipsmatoro2022-09-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-repository: Bump to v13Michał Górny2022-09-193-1/+60
| | | | Signed-off-by: Michał Górny <mgorny@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-mpg123: Keyword 0.1-r1 for ~m68kJames Le Cuirot2022-08-281-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-eselect/eselect-fontconfig: Drop old versionsMatt Turner2022-08-173-45/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-eselect/eselect-wine: update maintainersNick Sarnie2022-08-111-1/+4
| | | | Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* Revert "app-eselect/eselect-package-manager: riscv keywording"Jakov Smolić2022-08-081-1/+1
| | | | | | | | | This reverts commit 2f92f4c6ef26f4b15b43f9034023f2a794188dc9. It's unclear how this package was tested, revert until it's proven to work on RISC-V. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-eselect/eselect-scala: Keyword 0.1.1-r1 arm64, #732962Arthur Zamarin2022-08-051-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-package-manager: riscv keywordingAtharva2022-07-311-1/+1
| | | | | Signed-off-by: Atharva <atharvaamritkar@protonmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-eselect/eselect-repository: Enable py3.11Michał Górny2022-07-281-5/+11
| | | | | Closes: https://bugs.gentoo.org/861671 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-repository: enable py3.11Sam James2022-07-281-1/+1
| | | | | Closes: https://bugs.gentoo.org/861671 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-rust: Stabilize 20210703 sparc, #861125Sam James2022-07-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-java: drop 0.4.3Volkmar W. Pogatzki2022-07-262-38/+0
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/26600 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* app-eselect/eselect-java: Stabilize 0.5.0 ALLARCHES, #860822Sam James2022-07-261-1/+1
| | | | Signed-off-by: Sam James <sam@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>
* app-eselect/eselect-oodict: EAPI 8Sam James2022-07-101-7/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-timidity: EAPI 8Sam James2022-07-101-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-repository: keyword 12 for ~loongWANG Xuerui2022-07-091-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 arm, #854384Arthur Zamarin2022-06-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 sparc, #854384Arthur Zamarin2022-06-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-notify-send: keyword 0.1 for ~loongWANG Xuerui2022-06-281-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-eselect/eselect-fontconfig: x86 stable wrt bug #854384Agostino Sarubbo2022-06-271-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-fontconfig: amd64 stable wrt bug #854384Agostino Sarubbo2022-06-271-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 hppa, #854384Arthur Zamarin2022-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 arm64, #854384Arthur Zamarin2022-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 ppc, #854384Arthur Zamarin2022-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-fontconfig: Stabilize 20220403 ppc64, #854384Arthur Zamarin2022-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-eselect/eselect-rust: keyword 20210703 for ~sparcGeorgy Yakovlev2022-06-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/769467 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-eselect/eselect-java: add 0.5.0Florian Schmaus2022-06-242-0/+36
| | | | | Bug: https://bugs.gentoo.org/853928 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-eselect/eselect-package-manager: update EAPI 6 -> 8David Seifert2022-06-211-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-eselect/eselect-gnome-shell-extensions: update EAPI 6 -> 8David Seifert2022-06-211-11/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-eselect/eselect-rust: Stabilize 20210703 ppc, #848666Jakov Smolić2022-05-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-eselect/eselect-emacs: add gentoo upstream metadataUlrich Müller2022-05-241-0/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>