commit:     88e8df6a6c97f23c7b0fc590d39072d9f4c2dc78
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:57:05 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 17:57:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=88e8df6a

-dev-lisp/idna: Adds new package

 dev-lisp/idna/idna-0.2.2.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-lisp/idna/idna-0.2.2.ebuild b/dev-lisp/idna/idna-0.2.2.ebuild
new file mode 100644
index 0000000..0a341c8
--- /dev/null
+++ b/dev-lisp/idna/idna-0.2.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Common Lisp IDNA encding / decoding functions"
+HOMEPAGE="https://github.com/antifuchs/idna/";
+SRC_URI="https://github.com/antifuchs/idna/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lisp/split-sequence"

Reply via email to