* [gentoo-commits] proj/lua:master commit in: dev-lua/uuid/, dev-lua/nats/
@ 2019-01-12 16:04 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2019-01-12 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 5afecd798474c891c14cb71743e681f63dd239a9
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Fri Jan 11 13:04:12 2019 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat Jan 12 16:04:05 2019 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=5afecd79
nats: added
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
dev-lua/nats/metadata.xml | 14 ++++++++++++++
dev-lua/nats/nats-9999.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++++
dev-lua/uuid/metadata.xml | 14 ++++++++++++++
dev-lua/uuid/uuid-9999.ebuild | 30 +++++++++++++++++++++++++++++
4 files changed, 102 insertions(+)
diff --git a/dev-lua/nats/metadata.xml b/dev-lua/nats/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/dev-lua/nats/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>mva@mva.name</email>
+ <description>
+ If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
+ </description>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
diff --git a/dev-lua/nats/nats-9999.ebuild b/dev-lua/nats/nats-9999.ebuild
new file mode 100644
index 0000000..a297405
--- /dev/null
+++ b/dev-lua/nats/nats-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VCS="git"
+GITHUB_A="dawnangel"
+GITHUB_PN="lua-${PN}"
+
+inherit lua
+
+DESCRIPTION="Lua client for NATS messaging system"
+HOMEPAGE="https://github.com/dawnangel/lua-nats"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc examples"
+
+RDEPEND="
+ dev-lua/lua-cjson
+ dev-lua/luasocket
+ dev-lua/uuid
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+DOCS=(README.md)
+#HTML_DOCS=(docs/.)
+EXAMPLES=({examples,tests}/.)
+
+#all_lua_compile() {
+# use doc && ldoc .
+#}
+#
+#each_lua_compile() { :; }
+# Makefile is only used to run tests
+# and ldoc is currently broken
+src_compile() { :; }
+
+each_lua_install() {
+ dolua "src/${PN}.lua"
+}
diff --git a/dev-lua/uuid/metadata.xml b/dev-lua/uuid/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/dev-lua/uuid/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>mva@mva.name</email>
+ <description>
+ If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
+ </description>
+ <name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription>FIXME</longdescription>
+<use>
+</use>
+</pkgmetadata>
diff --git a/dev-lua/uuid/uuid-9999.ebuild b/dev-lua/uuid/uuid-9999.ebuild
new file mode 100644
index 0000000..ca26735
--- /dev/null
+++ b/dev-lua/uuid/uuid-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VCS="git"
+GITHUB_A="Tieske"
+
+inherit lua
+
+DESCRIPTION="Generates uuids in pure Lua"
+HOMEPAGE="https://github.com/Tieske/uuid"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc"
+
+RDEPEND="
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+DOCS=(README.md)
+HTML_DOCS=(doc/.)
+
+each_lua_install() {
+ dolua "src/${PN}.lua"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-12 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-12 16:04 [gentoo-commits] proj/lua:master commit in: dev-lua/uuid/, dev-lua/nats/ Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox