From bbce232f1a35c5d6f2b24a14cbd74d621c616f47 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Tue, 24 May 2016 22:24:32 +0600 Subject: lua-idn: added --- dev-lua/lua-idn/lua-idn-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ dev-lua/lua-idn/metadata.xml | 14 ++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 dev-lua/lua-idn/lua-idn-9999.ebuild create mode 100644 dev-lua/lua-idn/metadata.xml 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 @@ + + + + + mva@mva.name + + If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. + + Vadim A. Misbakh-Soloviov + +FIXME + + + -- cgit v1.2.3-65-gdbad