# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 eutils DESCRIPTION="Tinaa is a flexible and general purpose Lisp documentation system." HOMEPAGE="http://common-lisp.net/project/tinaa http://www.cliki.net/TINAA" SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lisp/defsystem-compatibility-0.1.2 >=dev-lisp/metatilities-0.6.6 dev-lisp/lml2 dev-lisp/trivial-shell dev-lisp/cl-graph dev-lisp/anaphora" src_install() { common-lisp-install-sources dev/{*.lisp,tinaa.css} unit-tests common-lisp-install-asdf dodoc RELNOTES }