public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-lua/fifo/
@ 2024-12-02 16:12 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-12-02 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     37e6ad58b0f66a576bec1f7b183aeca036bc050f
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Dec  2 13:46:58 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=37e6ad58

dev-lua/fifo: new package, add 0.2

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 dev-lua/fifo/Manifest        |  1 +
 dev-lua/fifo/fifo-0.2.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 dev-lua/fifo/metadata.xml    | 11 +++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-lua/fifo/Manifest b/dev-lua/fifo/Manifest
new file mode 100644
index 000000000..0a56c4fa3
--- /dev/null
+++ b/dev-lua/fifo/Manifest
@@ -0,0 +1 @@
+DIST fifo-0.2.tar.gz 5210 BLAKE2B 08d4df04b49d2edddddb966320baf751b873a1e833af9da83375e02e36e55f40a544de1fc287f994692bfcfd1494574908deb5f5a6a4adea309639174d6e246b SHA512 db2e0d2117c70ab0daa6e83141b95f198689e6568aab51e8300ca5577c1a517de249b9514ad8a3476239da3d9bceb699726ead913126817c0801f7ec5d419306

diff --git a/dev-lua/fifo/fifo-0.2.ebuild b/dev-lua/fifo/fifo-0.2.ebuild
new file mode 100644
index 000000000..af574a13c
--- /dev/null
+++ b/dev-lua/fifo/fifo-0.2.ebuild
@@ -0,0 +1,38 @@
+# 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}.lua"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Fifo library for Lua"
+HOMEPAGE="https://github.com/daurnimator/fifo.lua"
+SRC_URI="https://github.com/daurnimator/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="${LUA_DEPS}"
+RDEPEND="${DEPEND}"
+
+lua_enable_tests busted
+
+lua_src_install() {
+	insinto $(lua_get_lmod_dir)
+	doins ${PN}.lua
+}
+
+src_install() {
+	lua_foreach_impl lua_src_install
+	einstalldocs
+}

diff --git a/dev-lua/fifo/metadata.xml b/dev-lua/fifo/metadata.xml
new file mode 100644
index 000000000..97eea74e7
--- /dev/null
+++ b/dev-lua/fifo/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/fifo.lua</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-lua/fifo/
@ 2024-12-11 10:15 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2024-12-11 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     24e5efec59a690bc3013c0e1f6206ddcc331360b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Dec 11 04:54:05 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 04:54:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24e5efec

dev-lua/fifo: treeclean, promoted to ::gentoo

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-lua/fifo/Manifest        |  1 -
 dev-lua/fifo/fifo-0.2.ebuild | 39 ---------------------------------------
 dev-lua/fifo/metadata.xml    | 11 -----------
 3 files changed, 51 deletions(-)

diff --git a/dev-lua/fifo/Manifest b/dev-lua/fifo/Manifest
deleted file mode 100644
index 0a56c4fa3..000000000
--- a/dev-lua/fifo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fifo-0.2.tar.gz 5210 BLAKE2B 08d4df04b49d2edddddb966320baf751b873a1e833af9da83375e02e36e55f40a544de1fc287f994692bfcfd1494574908deb5f5a6a4adea309639174d6e246b SHA512 db2e0d2117c70ab0daa6e83141b95f198689e6568aab51e8300ca5577c1a517de249b9514ad8a3476239da3d9bceb699726ead913126817c0801f7ec5d419306

diff --git a/dev-lua/fifo/fifo-0.2.ebuild b/dev-lua/fifo/fifo-0.2.ebuild
deleted file mode 100644
index 630f5882c..000000000
--- a/dev-lua/fifo/fifo-0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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}.lua"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Fifo library for Lua"
-HOMEPAGE="https://github.com/daurnimator/fifo.lua"
-SRC_URI="https://github.com/daurnimator/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-DEPEND="${LUA_DEPS}"
-RDEPEND="${DEPEND}"
-
-lua_enable_tests busted
-
-lua_src_install() {
-	insinto $(lua_get_lmod_dir)
-	doins ${PN}.lua
-}
-
-src_install() {
-	lua_foreach_impl lua_src_install
-	local DOCS=( README.md LICENSE doc/index.md )
-	einstalldocs
-}

diff --git a/dev-lua/fifo/metadata.xml b/dev-lua/fifo/metadata.xml
deleted file mode 100644
index 97eea74e7..000000000
--- a/dev-lua/fifo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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/fifo.lua</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-11 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 10:15 [gentoo-commits] repo/proj/guru:master commit in: dev-lua/fifo/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 16:12 Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox