public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/
Date: Sun, 14 Mar 2021 00:53:15 +0000 (UTC)	[thread overview]
Message-ID: <1615683085.a58e9d9e453c2181fb076de2113cf14b2c7e2e5c.conikost@gentoo> (raw)

commit:     a58e9d9e453c2181fb076de2113cf14b2c7e2e5c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:51:07 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:51:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58e9d9e

dev-lua/lua-argparse: bump to version 0.7.1

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 <AT> gentoo.org>

 dev-lua/lua-argparse/Manifest                  |  1 +
 dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 31 ++++++++++++++++++++++++++
 dev-lua/lua-argparse/metadata.xml              |  1 +
 3 files changed, 33 insertions(+)

diff --git a/dev-lua/lua-argparse/Manifest b/dev-lua/lua-argparse/Manifest
index 2adc19a51a1..2d0fc3a8147 100644
--- a/dev-lua/lua-argparse/Manifest
+++ b/dev-lua/lua-argparse/Manifest
@@ -1 +1,2 @@
 DIST lua-argparse-0.6.0.tar.gz 36712 BLAKE2B 88882738453a894db68ef93557d870393eaec1fb2bf39b110bd2691678d26be64734d07c7f01f760d9c1d031e530707449ff2ca54a5cdd428cb8da3b1897a7e1 SHA512 7efdfab8ec563a9e7eddc7aff760fd4d3605df2896939af3f2c80e5ed4d4e5ba45a7815057e15446d242351a6fd139d6b8da802fe318d4a4bcd69918fece53d1
+DIST lua-argparse-0.7.1.tar.gz 43778 BLAKE2B 6bc6a3dee3fd98cb8c00fa3ccb3ae9ffdb9f2707d80dd7f5717e1265430731957b756672ed4acd9222c686108f8a8b8c71c71285c2540e818396faf302c1d287 SHA512 f192d0c591516a74408a19c0bbf34233be180f63794211a951d19fc8d981749bc71eace16a4680c8f2bb302ab48958c6a9ffc84022a1754275fc1f9113ae32b0

diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
new file mode 100644
index 00000000000..669314b5265
--- /dev/null
+++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="Feature-rich command line parser for Lua"
+HOMEPAGE="https://github.com/luarocks/argparse"
+SRC_URI="https://github.com/luarocks/${PN/lua-/}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN//lua-/}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+lua_src_install() {
+	insinto "$(lua_get_lmod_dir)"
+	doins src/argparse.lua
+}
+
+src_install() {
+	default
+	lua_foreach_impl lua_src_install
+}

diff --git a/dev-lua/lua-argparse/metadata.xml b/dev-lua/lua-argparse/metadata.xml
index d44082c8cca..00545cf23bf 100644
--- a/dev-lua/lua-argparse/metadata.xml
+++ b/dev-lua/lua-argparse/metadata.xml
@@ -20,6 +20,7 @@
 		and more. Argparse automatically generates usage, help and error messages.
 	</longdescription>
 	<upstream>
+		<remote-id type="github">luarocks/argparse</remote-id>
 		<remote-id type="github">mpeterv/argparse</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2021-03-14  0:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14  0:53 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-05 22:41 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/ Conrad Kostecki
2021-09-18 12:29 Marek Szuba
2021-05-25 16:21 Georgy Yakovlev
2021-04-22 19:31 Sergei Trofimovich
2021-04-21 20:44 Conrad Kostecki
2021-04-18 19:41 Sergei Trofimovich
2021-04-14 20:08 Conrad Kostecki
2021-04-14  0:57 Sam James
2021-04-13 22:25 Conrad Kostecki
2020-12-17 12:48 Sam James
2020-12-05 18:37 Conrad Kostecki
2020-12-03 13:50 Marek Szuba
2020-12-03  5:04 Sam James
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 22:09 Sam James
2020-11-30 13:33 Conrad Kostecki
2020-11-29 17:17 Sergei Trofimovich
2020-11-29 17:11 Sergei Trofimovich
2020-11-29  1:33 Conrad Kostecki
2020-09-04 23:31 Sam James
2020-03-15 23:31 Georgy Yakovlev
2020-03-14 23:35 Georgy Yakovlev
2020-03-14 23:35 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615683085.a58e9d9e453c2181fb076de2113cf14b2c7e2e5c.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox