summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lua-single.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* lua-single.eclass: fix typo in eclassdocsMarek Szuba2021-08-301-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: do not mention lua5-2 in eclassdocsMarek Szuba2021-08-131-11/+11
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: consider historical impls in _lua_verify_patterns()Marek Szuba2021-07-271-1/+1
| | | | | | | | This is so that lua_gen_foo() calls die on mentions of formerly supported implementations, allowing for such mentions to be gradually removed from ebuilds which contain them. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: clean up the eapi testWilliam Hubbs2021-07-061-7/+2
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* lua-single.eclass: support EAPI 8Marek Szuba2021-06-211-4/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: fix typo in eclassdocMarek Szuba2020-11-061-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: add an example to eclassdocMarek Szuba2020-11-051-2/+32
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: fix copy-pastoMarek Szuba2020-11-021-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* lua-single.eclass: new eclass for single-implementation Lua ebuildsMarek Szuba2020-10-051-0/+510
With many thanks to Michał Górny and other authors of python-single-r1.eclass. Signed-off-by: Marek Szuba <marecki@gentoo.org>