summaryrefslogtreecommitdiff
path: root/dev-lua/lua-argparse/metadata.xml
AgeCommit message (Collapse)Author
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-05-25dev-lua/lua-argparse: cleanup metadata.xmlGeorgy Yakovlev
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-04-14dev-lua/lua-argparse: add stabilize-allarchesConrad Kostecki
Bug: https://bugs.gentoo.org/782718 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-14dev-lua/lua-argparse: bump to version 0.7.1Conrad Kostecki
Upstream changed to luarocks now, but unfortunately, docs and tests have been removed. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-12-05dev-lua/lua-argparse: fix mailConrad Kostecki
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-11-29dev-lua/lua-argparse: migrate to lua eclassConrad Kostecki
Closes: https://bugs.gentoo.org/752924 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-03-14dev-lua/lua-argparse: command line parser for Lua (new package)Victor Payno
Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. Closes: https://github.com/gentoo/gentoo/pull/14435 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>