dev-ml/findlib: bump to 1.8.1
[gentoo.git] / dev-ml / ANSITerminal / ANSITerminal-0.6.5.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 OASIS_BUILD_DOCS=1
7
8 inherit oasis eutils
9
10 DESCRIPTION="Module which offers basic control of ANSI compliant terminals"
11 HOMEPAGE="http://forge.ocamlcore.org/projects/ansiterminal/"
12 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1206/${P}.tar.gz"
13 LICENSE="LGPL-3-with-linking-exception"
14 SLOT="0/${PV}"
15 KEYWORDS="~amd64 ~x86"
16 DEPEND=""
17 RDEPEND="${DEPEND}"
18 IUSE=""
19
20 DOCS=( "README.txt" "AUTHORS.txt" )