summaryrefslogtreecommitdiff
blob: b94ef7742b479afc60cc8f1ea52039279b38f738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit common-lisp-2

MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_P=${PN}-${MY_PV}

DESCRIPTION="Atdoc generates documentation for Common Lisp packages."
HOMEPAGE="http://www.lichteblau.com/atdoc/"
SRC_URI="http://www.lichteblau.com/${PN}/download/${MY_P}.tgz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-lisp/cxml
		dev-lisp/split-sequence
		dev-lisp/xuriella
		dev-lisp/closer-mop
		dev-lisp/cl-ppcre
		app-emacs/slime"

S="${WORKDIR}"/${MY_P}

src_install() {
	common-lisp-install *.{lisp,asd} css gif tex xsl
	common-lisp-symlink-asdf

	dodoc README
}