Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/lua-idn/
Date: Fri, 27 May 2016 22:14:02
Message-Id: 1464107072.bbce232f1a35c5d6f2b24a14cbd74d621c616f47.mva@gentoo
1 commit: bbce232f1a35c5d6f2b24a14cbd74d621c616f47
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Tue May 24 16:24:32 2016 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Tue May 24 16:24:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=bbce232f
7
8 lua-idn: added
9
10 dev-lua/lua-idn/lua-idn-9999.ebuild | 33 +++++++++++++++++++++++++++++++++
11 dev-lua/lua-idn/metadata.xml | 14 ++++++++++++++
12 2 files changed, 47 insertions(+)
13
14 diff --git a/dev-lua/lua-idn/lua-idn-9999.ebuild b/dev-lua/lua-idn/lua-idn-9999.ebuild
15 new file mode 100644
16 index 0000000..398303b
17 --- /dev/null
18 +++ b/dev-lua/lua-idn/lua-idn-9999.ebuild
19 @@ -0,0 +1,33 @@
20 +# Copyright 1999-2015 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: This ebuild is from Lua overlay; Bumped by mva; $
23 +
24 +EAPI="5"
25 +
26 +VCS="git-r3"
27 +inherit lua
28 +
29 +DESCRIPTION="A Lua implementation of Internationalizing Domain Names in Applications (RFC 3490)"
30 +HOMEPAGE="https://github.com/haste/lua-idn"
31 +SRC_URI=""
32 +
33 +EGIT_REPO_URI="https://github.com/haste/lua-idn"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS=""
38 +IUSE="test"
39 +
40 +# TODO: Lua 5.2 handling
41 +
42 +DEPEND="
43 + ${RDEPEND}
44 +"
45 +
46 +each_lua_test() {
47 + ${LUA} tests.lua
48 +}
49 +
50 +each_lua_install() {
51 + dolua idn.lua
52 +}
53
54 diff --git a/dev-lua/lua-idn/metadata.xml b/dev-lua/lua-idn/metadata.xml
55 new file mode 100644
56 index 0000000..23da526
57 --- /dev/null
58 +++ b/dev-lua/lua-idn/metadata.xml
59 @@ -0,0 +1,14 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 +<maintainer>
64 + <email>mva@×××.name</email>
65 + <description>
66 + If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
67 + </description>
68 + <name>Vadim A. Misbakh-Soloviov</name>
69 +</maintainer>
70 +<longdescription>FIXME</longdescription>
71 +<use>
72 +</use>
73 +</pkgmetadata>