* [gentoo-commits] proj/lua:master commit in: dev-lua/lua-idn/
@ 2016-05-27 22:13 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2016-05-27 22:13 UTC (permalink / raw
To: gentoo-commits
commit: bbce232f1a35c5d6f2b24a14cbd74d621c616f47
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Tue May 24 16:24:32 2016 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue May 24 16:24:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=bbce232f
lua-idn: added
dev-lua/lua-idn/lua-idn-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-lua/lua-idn/metadata.xml | 14 ++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-lua/lua-idn/lua-idn-9999.ebuild b/dev-lua/lua-idn/lua-idn-9999.ebuild
new file mode 100644
index 0000000..398303b
--- /dev/null
+++ b/dev-lua/lua-idn/lua-idn-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: This ebuild is from Lua overlay; Bumped by mva; $
+
+EAPI="5"
+
+VCS="git-r3"
+inherit lua
+
+DESCRIPTION="A Lua implementation of Internationalizing Domain Names in Applications (RFC 3490)"
+HOMEPAGE="https://github.com/haste/lua-idn"
+SRC_URI=""
+
+EGIT_REPO_URI="https://github.com/haste/lua-idn"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+# TODO: Lua 5.2 handling
+
+DEPEND="
+ ${RDEPEND}
+"
+
+each_lua_test() {
+ ${LUA} tests.lua
+}
+
+each_lua_install() {
+ dolua idn.lua
+}
diff --git a/dev-lua/lua-idn/metadata.xml b/dev-lua/lua-idn/metadata.xml
new file mode 100644
index 0000000..23da526
--- /dev/null
+++ b/dev-lua/lua-idn/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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-27 22:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 22:13 [gentoo-commits] proj/lua:master commit in: dev-lua/lua-idn/ 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