summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-lua/luassert: remove lua deps version requirementConrad Kostecki2020-11-301-2/+2
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luacheck: remove lua deps version requirementConrad Kostecki2020-11-301-3/+3
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/mediator_lua: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/say: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/lua-argparse: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasec: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasystem: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/busted-htest: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luadbi: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/penlight: remove lua deps version requirementConrad Kostecki2020-11-301-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/busted: remove lua deps version requirementConrad Kostecki2020-11-301-10/+10
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luarocks: patch LUA_LIBDIR checkConrad Kostecki2020-11-301-0/+9
| | | | | | | | | If 'dev-lang/lua' is a new, fresh installation, no 'LUA_LIBDIR' exists, as no compiled modules are installed on a new, fresh installation, so this check must be disabled, otherwise 'configure' will fail. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/busted-htest: add myself as maintainerWilliam Hubbs2020-11-291-0/+4
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lua/luarocks-3.4.0: use https in HOMEPAGE and SRC_URIMarek Szuba2020-11-302-4/+4
| | | | | | Note that for HOMEPAGE this requires *not* using the "www" prefix. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/luarocks-3.4.0-r100: add a postinst message about Lua versionsMarek Szuba2020-11-301-0/+17
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/luarocks: remove dev-lua/busted{,-htest} version requirementMarek Szuba2020-11-301-2/+2
| | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether either of these gets updated to a new release before we unmask slotted Lua or not. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/luarocks: s/EPRIFIX/EPREFIX/Marek Szuba2020-11-303-5/+5
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/luarocks: remove commentConrad Kostecki2020-11-301-1/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luarocks: bump to version 3.4.0, migrate to lua eclassConrad Kostecki2020-11-304-0/+129
| | | | | | | Closes: https://bugs.gentoo.org/590474 Closes: https://bugs.gentoo.org/752654 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/busted-htest: new packageConrad Kostecki2020-11-304-0/+76
| | | | | | | | | This is a module for dev-lua/busted called htest. It adds a different output, which is used by the tests of dev-lua/luarocks. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/mpack: remove dev-lua/busted version requirementMarek Szuba2020-11-291-1/+1
| | | | | | | | | The LUA_USEDEP bit is sufficient to pull in a version migrated to Lua eclasses, regardless of whether it is 2.0.0 or we end up with an unmigrated newer Busted release in the tree before unmasking slotted Lua. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/mpack: declare MY_PN after inheriting eclassesMarek Szuba2020-11-292-3/+4
| | | | | | Just in case. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lua/mpack: bump to version 1.0.8 (non slotted lua)Conrad Kostecki2020-11-291-0/+71
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/mpack: drop old versionConrad Kostecki2020-11-291-86/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/mpack: bump to version 1.0.8 (slotted lua)Conrad Kostecki2020-11-293-2/+103
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/lua-utf8: stable 0.1.3 for ppcSergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #757528 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/lua-argparse: stable 0.6.0-r1 for ppcSergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #757528 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/penlight: stable 1.7.0 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #756124 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/luasystem: stable 0.2.1_p0 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #756124 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/luassert: stable 1.8.0 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #756124 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/lua_cliargs: stable 3.0_p2 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #756124 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/lua-term: stable 0.7 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #756124 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/luacheck: stable 0.23.0-r1 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #757528 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/lua-utf8: stable 0.1.3 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #757528 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/lua-argparse: stable 0.6.0-r1 for ppc64Sergei Trofimovich2020-11-291-1/+1
| | | | | | | | stable wrt bug #757528 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lua/LuaBitOp: drop old versionConrad Kostecki2020-11-291-84/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/LuaBitOp: update ebuildConrad Kostecki2020-11-291-0/+88
| | | | | | | Updated ebuild not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/lpeg: drop old versionConrad Kostecki2020-11-291-77/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasocket: drop old versionConrad Kostecki2020-11-291-90/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasocket: update ebuildConrad Kostecki2020-11-291-0/+97
| | | | | | | Updated ebuild not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luafilesystem: drop old versionConrad Kostecki2020-11-291-82/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luafilesystem: update ebuildConrad Kostecki2020-11-291-0/+82
| | | | | | | Updated ebuild not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasystem: drop old versionConrad Kostecki2020-11-291-84/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasystem: update ebuildConrad Kostecki2020-11-291-0/+89
| | | | | | | Updated ebuild not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasec: drop old versionConrad Kostecki2020-11-291-80/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luasec: update ebuildConrad Kostecki2020-11-291-0/+88
| | | | | | | Updated ebuild not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luaexpat: drop old versionConrad Kostecki2020-11-292-160/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/luaexpat: update ebuildsConrad Kostecki2020-11-292-0/+160
| | | | | | | Updated ebuilds not to use clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/lua-term: drop old versionConrad Kostecki2020-11-291-66/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lua/lua-term: update lua eclass ebuildConrad Kostecki2020-11-291-0/+66
| | | | | | | Updated ebuild not to use multiple times clean. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>