From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BCAFA13828B for ; Fri, 27 May 2016 22:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FF21423F; Fri, 27 May 2016 22:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9AA414239 for ; Fri, 27 May 2016 22:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3C11340C24 for ; Fri, 27 May 2016 22:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEA913FE for ; Fri, 27 May 2016 22:13:54 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1464107072.bbce232f1a35c5d6f2b24a14cbd74d621c616f47.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/lua-idn/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/lua-idn/lua-idn-9999.ebuild dev-lua/lua-idn/metadata.xml X-VCS-Directories: dev-lua/lua-idn/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: bbce232f1a35c5d6f2b24a14cbd74d621c616f47 X-VCS-Branch: master Date: Fri, 27 May 2016 22:13:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0572784-7530-471e-ab87-e545a02668d4 X-Archives-Hash: 4c3cdad129547c232ab9459bed306c30 commit: bbce232f1a35c5d6f2b24a14cbd74d621c616f47 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Tue May 24 16:24:32 2016 +0000 Commit: Vadim A. Misbakh-Soloviov mva 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 @@ + + + + + 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 + + +