app-eselect / eselect-lua

Lua eselect module

Official package sites : https://wiki.gentoo.org/wiki/No_homepage ·

v4-r1 :: 0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux

app-admin / eselect : Gentoo's multi-purpose configuration and management tool

dev-lang / lua : A powerful light-weight programming language designed for extending applications

dev-lang / lua : A powerful light-weight programming language designed for extending applications

Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
app-eselect/eselect-lua: keyword 4-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
James Le Cuirot · gentoo
app-eselect/eselect-lua: Keyword 4-r1 for ~m68k
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: keyword 4-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-eselect/eselect-lua: stable 4-r1 for hppa, bug #766528
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>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 ppc, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 ppc64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 arm64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 arm, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 sparc, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 x86, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-eselect/eselect-lua: Stabilize 4-r1 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
app-eselect/eselect-lua: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: delete symlinks created by older versions
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>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: only symlink the executables and the man pages
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>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: eclass compatibility + minor fixes
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>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: add missing ~arm64 keyword
Trivial change to an ALLARCH ebuild so don't bother the arm64 arch team with it. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
William Hubbs · gentoo
app-eselect/eselect-lua: fix dependencies and maintainer order
Signed-off-by: William Hubbs <williamh@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
app-eselect/eselect-lua: do not PDEPEND on Lua implementations
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>
Repository mirror & CI · gentoo
Merge updates from master
Vadim Misbakh-Soloviov · gentoo
app-eselect/eselect-lua: fix depends
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Vadim Misbakh-Soloviov · gentoo
app-eselect/eselect-lua: drop old version
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Vadim Misbakh-Soloviov · gentoo
app-eselect/eselect-lua: update to new version
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
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>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
app-eselect/eselect-lua: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-eselect: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Fabian Groffen · gentoo
app-eselect/eselect-lua: dropped ~ia64-linux ~x86-freebsd
Package-Manager: portage-2.3.3
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/ffmpegsource-bug-564524'
Pull request: https://github.com/gentoo/gentoo/pull/629
Fabian Groffen · gentoo
app-eselect/eselect-lua: marked ~*-solaris
Package-Manager: portage-2.2.20-prefix
Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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