summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-eselect/eselect-lua: stable 4-r1 for hppa, bug #766528Rolf Eike Beer2021-02-081-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-eselect/eselect-lua: 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>
* app-eselect/eselect-lua: Stabilize 4-r1 ppc, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 ppc64, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 arm64, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 arm, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 sparc, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 x86, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: Stabilize 4-r1 amd64, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-eselect/eselect-lua: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, 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-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-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-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>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-3/+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>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@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-lua: [QA] Fix BadHomepageDavid 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>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-eselect/eselect-lua: dropped ~ia64-linux ~x86-freebsdFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* app-eselect/eselect-lua: fix metadataWilliam Hubbs2016-08-061-1/+1
| | | | Package-Manager: portage-2.2.28
* app-eselect/eselect-lua: add myself as maintainerWilliam Hubbs2016-08-061-1/+7
| | | | Package-Manager: portage-2.2.28
* app-eselect/eselect-lua: Cleanup per bug #150215Pacho Ramos2016-08-061-3/+0
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+0
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* app-eselect/eselect-lua: make get_libdirs reflect the prefixFabian Groffen2016-01-101-2/+2
| | | | Package-Manager: portage-2.2.20-prefix
* app-eselect/eselect-lua: marked ~*-solarisFabian Groffen2016-01-091-1/+1
| | | | Package-Manager: portage-2.2.20-prefix
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-242-2/+2
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+182
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed