| 1 |
aballier |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-1.4.2.ebuild,v 1.2 2012/07/09 20:49:37 ulm Exp $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
inherit oasis
|
| 8 |
|
|
|
| 9 |
|
|
DESCRIPTION="The community-maintained foundation library for your OCaml projects"
|
| 10 |
|
|
HOMEPAGE="http://batteries.forge.ocamlcore.org/"
|
| 11 |
|
|
SRC_URI="http://forge.ocamlcore.org/frs/download.php/950/${P}.tar.gz"
|
| 12 |
|
|
|
| 13 |
|
|
LICENSE="LGPL-2.1-with-linking-exception"
|
| 14 |
|
|
SLOT="0"
|
| 15 |
|
|
KEYWORDS="~amd64"
|
| 16 |
|
|
IUSE="test"
|
| 17 |
|
|
|
| 18 |
|
|
RDEPEND="dev-ml/camomile"
|
| 19 |
|
|
DEPEND="${RDEPEND}
|
| 20 |
|
|
test? ( dev-ml/ounit )"
|
| 21 |
|
|
|
| 22 |
|
|
DOCS=( "ChangeLog" "FAQ" "README" "README.folders" "README.md" )
|