summaryrefslogtreecommitdiff
blob: dd9434c7455a4af0bb61829c63841c48e9d411d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-1.4.2.ebuild,v 1.2 2012/07/09 20:49:37 ulm Exp $

EAPI=4

inherit oasis

DESCRIPTION="The community-maintained foundation library for your OCaml projects"
HOMEPAGE="http://batteries.forge.ocamlcore.org/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/853/${P}.tar.gz"

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

RDEPEND="dev-ml/camomile"
DEPEND="${RDEPEND}
	test? ( dev-ml/ounit )"

DOCS=( "ChangeLog" "FAQ" "README" "README.folders" "README.md" )