summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-eselect/eselect-ruby: drop obsolete keywordsHans de Graaff2020-12-281-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-eselect/eselect-ruby: add ruby 3.0 versionHans de Graaff2020-12-282-0/+23
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* app-eselect/eselect-vi: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-ruby: drop ppc-aix m68k-mintFabian Groffen2020-12-273-3/+3
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-python: drop ppc-aix m68k-mintFabian Groffen2020-12-273-3/+3
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-pinentry: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-lib-bin-symlink: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-fontconfig: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-emacs: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-ctags: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-eselect/eselect-lua: delete symlinks created by older versionsMarek Szuba2020-12-242-2/+21
| | | | | | | | In theory, all the versions of eselect-lua which created those extra symlinks were always masked - but it doesn't really cost one much to try to clean these up and it might make some edge cases easier. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-eselect/eselect-lua: only symlink the executables and the man pagesMarek Szuba2020-12-242-42/+0
| | | | | | | | | Looks like I owe mjo an apology - the reason I hadn't noticed the lua.pc problem he'd described was that I had already patched my eselect-lua to only symlink the binaries and the man pages, which patch I ended up having forgotten to commit during the bump to version 3. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-eselect/eselect-lua: eclass compatibility + minor fixesMarek Szuba2020-12-222-39/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Lua implementation names are now similar to allowed values of Lua-target ebuild variables, e.g. "lua5.4" instead of just "5.4". LuaJIT is an exception because the binary it installs is 'luajit-${PV}' rather than just 'luajit', that however is something that will likely have to be addressed in dev-lang/luajit; 2. While removing old man-page symlinks, do not try to account for every possible documentation-compression scheme. Just use a wildcard; 3. Do not create a dangling luac symlink if the chosen implementation is LuaJIT; 4. Sync the shell globs used to create and to remove man-page symlinks. Note that as things stand no lua.1 symlink is created for LuaJIT due to an inconsistency in existing versions of dev-lang/luajit - the binary they install is called 'luajit-${PV}' but the man page is simply 'luajit.1'; 5. Implement the '--if-unset' option in do_set() so that Lua ebuilds can use eselect-lua when no default implementation has been selected yet but leave previously chosen implementation alone; 6. Remove 'update' functionality because it was broken - it would always "upgrade" to LuaJIT if dev-lang/luajit was present. We might re-add this functionality in the future, then again given how incompatible different versions of Lua are perhaps we will not; 7. Fix typo in the name "resolve_target". Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-eselect/eselect-lua: add missing ~arm64 keywordMarek Szuba2020-12-161-1/+1
| | | | | | | Trivial change to an ALLARCH ebuild so don't bother the arm64 arch team with it. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-eselect/eselect-php: Version bump for 0.9.7Brian Evans2020-12-072-0/+39
| | | | | | Includes PHP 8 support Signed-off-by: Brian Evans <grknight@gentoo.org>
* app-eselect/eselect-lua: fix dependencies and maintainer orderWilliam Hubbs2020-12-062-7/+6
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-eselect/eselect-lua: do not PDEPEND on Lua implementationsMarek Szuba2020-12-061-18/+4
| | | | | | | | | | | Does not actually depend on Lua, makes it necessary to have every new implementation added to the list, redundant (dev-lang/lua slots already depend on app-eselect/eselect-lua), inconsistent with how other "select your implementation" eselect modules handle dependencies, the LuaJIT alternative was not entirely correct. Closes: https://bugs.gentoo.org/752546 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-eselect/eselect-fontconfig: Keyword 1.1-r1 riscv, #756115Mikle Kolyada2020-12-041-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-eselect/eselect-xvmc: Keyword 0.4 riscv, #756115Mikle Kolyada2020-12-041-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-eselect/eselect-repository: ~x64-macos keywordedSam James2020-11-301-1/+1
| | | | | Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: remove unused fileMichael Mair-Keimberger2020-11-131-150/+0
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18151 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-eselect/eselect-repository: Remove oldMichał Górny2020-11-062-43/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-repository: Stabilize 8 ALLARCHES, #753170Sam James2020-11-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-php: remove obsolete versions.Michael Orlitzky2020-10-166-109/+0
| | | | | | Bug: https://bugs.gentoo.org/740620 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-eselect/eselect-php: stable 0.9.6 for hppaSergei Trofimovich2020-10-151-1/+1
| | | | | | | | stable wrt bug #740620 Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-eselect/eselect-php: x86 stable wrt bug #740620Agostino Sarubbo2020-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-php: sparc stable wrt bug #740620Agostino Sarubbo2020-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-php: ppc64 stable wrt bug #740620Agostino Sarubbo2020-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-php: ppc stable wrt bug #740620Agostino Sarubbo2020-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-php: amd64 stable wrt bug #740620Agostino Sarubbo2020-10-141-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-php: Stabilize 0.9.6 arm, #740620Sam James2020-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-php: Stabilize 0.9.6 arm64, #740620Sam James2020-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-repository: python3_9Volkmar W. Pogatzki2020-10-051-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17772 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-awk: Drop 0.2Andreas Sturmlechner2020-10-012-19/+0
| | | | | | Closes: https://bugs.gentoo.org/732082 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-eselect/eselect-repository: Stabilize 7 ALLARCHES, #744667Sam James2020-09-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-luajit: fixes for auto-QA warningsVadim Misbakh-Soloviov2020-09-232-3/+1
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-eselect/eselect-lua: fix dependsVadim Misbakh-Soloviov2020-09-221-3/+4
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-eselect/eselect-lua: drop old versionVadim Misbakh-Soloviov2020-09-221-22/+0
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-eselect/eselect-lua: update to new versionVadim Misbakh-Soloviov2020-09-223-0/+212
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-eselect/eselect-luajit: addedVadim Misbakh-Soloviov2020-09-223-0/+175
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-eselect/eselect-python: amd64/arm64/arm/hppa/ppc64/ppc/s390/sparc/x86 ↵Agostino Sarubbo2020-09-181-1/+1
| | | | | | | stable (ALLARCHES policy) wrt bug #743238 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-eselect/eselect-python: Mark ALLARCHESMichał Górny2020-09-181-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-java: bump to 0.4.2Georgy Yakovlev2020-09-172-1/+1
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-eselect/eselect-java: bump to 0.4.1Georgy Yakovlev2020-09-172-0/+40
| | | | | | Bug: https://bugs.gentoo.org/742335 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-144-13/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-opengl: tree clean.Piotr Karbowski2020-09-123-81/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* app-eselect/eselect-opencl: tree clean.Piotr Karbowski2020-09-123-90/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* app-eselect/eselect-repository: Bump to v8Michał Górny2020-09-112-0/+43
| | | | | Closes: https://bugs.gentoo.org/740884 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-eselect/eselect-sh: arm64 stable for 0.4.1Sam James2020-09-101-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-pinentry: add myself as maintainerMikle Kolyada2020-09-071-1/+4
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>