From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/
Date: Wed, 11 Nov 2015 17:50:47 +0000 (UTC) [thread overview]
Message-ID: <1447263558.31a23577a72ee55ac4a4002087b521596d0de51e.williamh@gentoo> (raw)
commit: 31a23577a72ee55ac4a4002087b521596d0de51e
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 18:12:23 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:39:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a23577
dev-lua/lua_cliargs: initial commit
dev-lua/lua_cliargs/Manifest | 1 +
dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild | 37 +++++++++++++++++++++++++++
dev-lua/lua_cliargs/metadata.xml | 14 ++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-lua/lua_cliargs/Manifest b/dev-lua/lua_cliargs/Manifest
new file mode 100644
index 0000000..52f1554
--- /dev/null
+++ b/dev-lua/lua_cliargs/Manifest
@@ -0,0 +1 @@
+DIST lua_cliargs-2.5_p5.tar.gz 19513 SHA256 7b410dc3665b9bde5d954bfa73fb8254bfd5b4e72b20924f59006ce2f080baf4 SHA512 7c4d490f5d86b07bdf299c976b99bf83c9ba86fabeb321f348587f8ad207983292e3e9268ef72f3cc6ff9d6e32a43669de1d3c21c47499852f971c2cc2a4e746 WHIRLPOOL 07991c547513cc42d5596424651b4a119c30c5ff2dd7a1cabcd125a3198ceebf9f9d466f5110a684af2497cb48afff009aed922719c3115a34823481d194c53b
diff --git a/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild
new file mode 100644
index 0000000..efa723c
--- /dev/null
+++ b/dev-lua/lua_cliargs/lua_cliargs-2.5_p5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+# Below is the upstream package version.
+# The final component of the version number has been mapped to the _px
+# component of the version number in portage so should be kept in sync.
+MY_PV="2.5-5"
+
+DESCRIPTION="A command-line argument parser."
+HOMEPAGE="https://github.com/amireh/lua_cliargs"
+SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND=">=dev-lang/lua-5.1:="
+DEPEND="${COMMON_DEPEND}
+virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_install() {
+ insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"
+ doins src/cliargs.lua
+ dodoc README.md
+dodoc -r examples
+ docinto html
+ dodoc -r doc/*
+}
diff --git a/dev-lua/lua_cliargs/metadata.xml b/dev-lua/lua_cliargs/metadata.xml
new file mode 100644
index 0000000..c91d7bd
--- /dev/null
+++ b/dev-lua/lua_cliargs/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <longdescription lang="en">
+ This module adds support for accepting CLI
+ arguments easily using multiple notations and argument types.
+
+ cliargs allows you to define required, optional, and flag arguments.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2015-11-11 17:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 17:50 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-12 18:59 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/ William Hubbs
2017-01-07 1:52 Aaron Bauman
2017-03-16 10:27 Michael Palimaka
2018-03-27 7:31 Sergei Trofimovich
2018-03-27 8:06 Sergei Trofimovich
2018-04-01 11:48 Mikle Kolyada
2018-12-29 12:10 Mikle Kolyada
2020-03-16 0:12 Georgy Yakovlev
2020-03-16 0:12 Georgy Yakovlev
2020-10-12 10:57 Conrad Kostecki
2020-11-24 1:52 Sam James
2020-11-25 10:28 Thomas Deutschmann
2020-11-26 8:32 Sam James
2020-11-26 23:04 Sergei Trofimovich
2020-11-29 17:11 Sergei Trofimovich
2020-12-03 13:11 Marek Szuba
2021-01-04 0:25 Conrad Kostecki
2021-01-04 0:25 Conrad Kostecki
2021-01-23 22:51 Sam James
2021-01-27 19:48 Conrad Kostecki
2021-02-21 21:22 Conrad Kostecki
2021-04-17 12:24 Conrad Kostecki
2021-04-18 19:41 Sergei Trofimovich
2021-04-19 18:32 Sergei Trofimovich
2021-04-20 21:20 Sergei Trofimovich
2021-09-18 12:29 Marek Szuba
2023-08-05 22:41 Conrad Kostecki
2024-06-10 20:39 William Hubbs
2024-09-29 14:57 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
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=1447263558.31a23577a72ee55ac4a4002087b521596d0de51e.williamh@gentoo \
--to=williamh@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