# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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"