From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lua/lpeg-patterns/
Date: Mon, 2 Dec 2024 16:12:12 +0000 (UTC) [thread overview]
Message-ID: <1733152290.868b2edb1f93c0dfb61bdc788a9503e3b9683ab7.julien@gentoo> (raw)
commit: 868b2edb1f93c0dfb61bdc788a9503e3b9683ab7
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Dec 2 13:47:08 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 2 15:11:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=868b2edb
dev-lua/lpeg-patterns: new package, add 0.5
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-lua/lpeg-patterns/Manifest | 1 +
dev-lua/lpeg-patterns/lpeg-patterns-0.5.ebuild | 41 ++++++++++++++++++++++++++
dev-lua/lpeg-patterns/metadata.xml | 11 +++++++
3 files changed, 53 insertions(+)
diff --git a/dev-lua/lpeg-patterns/Manifest b/dev-lua/lpeg-patterns/Manifest
new file mode 100644
index 000000000..246f4f51c
--- /dev/null
+++ b/dev-lua/lpeg-patterns/Manifest
@@ -0,0 +1 @@
+DIST lpeg-patterns-0.5.tar.gz 26183 BLAKE2B 005ca2d99710f4b3c6eddb6d07f89d65dd0450ca522fac9717318388d86b24b57b7a4460e6a10f35b0c1cbc7446f21ff0b4438e0a41ae7f5fdbcc839eeac1025 SHA512 74e36083872cfa7ff8bb03927d075680b490b4d7ba55cee0cad7e1e27e6744809b05286a80967a19cd79f526168f53d362efa2b87c318efad726fa1ba3708f80
diff --git a/dev-lua/lpeg-patterns/lpeg-patterns-0.5.ebuild b/dev-lua/lpeg-patterns/lpeg-patterns-0.5.ebuild
new file mode 100644
index 000000000..7e137fb91
--- /dev/null
+++ b/dev-lua/lpeg-patterns/lpeg-patterns-0.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A collection of LPEG patterns"
+HOMEPAGE="https://github.com/daurnimator/lpeg_patterns"
+SRC_URI="https://github.com/daurnimator/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="
+ ${LUA_DEPS}
+ dev-lua/lpeg[${LUA_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+lua_enable_tests busted
+
+lua_src_install() {
+ insinto $(lua_get_lmod_dir)/${MY_PN}/
+ doins ${MY_PN}/*.lua
+}
+
+src_install() {
+ lua_foreach_impl lua_src_install
+ einstalldocs
+}
diff --git a/dev-lua/lpeg-patterns/metadata.xml b/dev-lua/lpeg-patterns/metadata.xml
new file mode 100644
index 000000000..1abfb9266
--- /dev/null
+++ b/dev-lua/lpeg-patterns/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nicolas.parlant@parhuet.fr</email>
+ <name>Nicolas PARLANT</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">daurnimator/lpeg_patterns</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2024-12-02 16:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-02 16:12 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-11 10:15 [gentoo-commits] repo/proj/guru:master commit in: dev-lua/lpeg-patterns/ Florian Schmaus
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=1733152290.868b2edb1f93c0dfb61bdc788a9503e3b9683ab7.julien@gentoo \
--to=julien@jroy.ca \
--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