diff options
author | 2020-01-22 22:53:32 -0800 | |
---|---|---|
committer | 2020-03-15 16:53:19 -0700 | |
commit | aa4c6dc7a70a17f1c9a64f7532ae5182a55ea649 (patch) | |
tree | de88f37321b0757eecbc62622c370df418f37822 /dev-lua/luafilesystem/metadata.xml | |
parent | dev-lua/luacheck: fix dependency default on luajit (diff) | |
download | gentoo-aa4c6dc7a70a17f1c9a64f7532ae5182a55ea649.tar.gz gentoo-aa4c6dc7a70a17f1c9a64f7532ae5182a55ea649.tar.bz2 gentoo-aa4c6dc7a70a17f1c9a64f7532ae5182a55ea649.zip |
dev-lua/luafilesystem: version bump to 1.7.0.2
Updated the ebuild so that it builds the lib for all the installed Lua
versions. If luajit use flag is used, it will pull the appropriate
lua5.x abi matching version from the build since it replaces it.
Closes: https://github.com/gentoo/gentoo/pull/14416
Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lua/luafilesystem/metadata.xml')
-rw-r--r-- | dev-lua/luafilesystem/metadata.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-lua/luafilesystem/metadata.xml b/dev-lua/luafilesystem/metadata.xml index dc620825e44..9e9cb608e46 100644 --- a/dev-lua/luafilesystem/metadata.xml +++ b/dev-lua/luafilesystem/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>vpayno+gentoo@gmail.com</email> + <name>Victor Payno</name> + </maintainer> + <maintainer type="person"> + <email>gyakovlev@gentoo.org</email> + <name>Georgy Yakovlev</name> + </maintainer> <longdescription lang="en"> LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. @@ -9,4 +16,7 @@ LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. </longdescription> + <upstream> + <remote-id type="github">keplerproject/luafilesystem</remote-id> + </upstream> </pkgmetadata> |