diff options
Diffstat (limited to 'dev-ml/batteries/batteries-1.5.0.ebuild')
-rw-r--r-- | dev-ml/batteries/batteries-1.5.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/batteries/batteries-1.5.0.ebuild b/dev-ml/batteries/batteries-1.5.0.ebuild new file mode 100644 index 000000000000..41c2c4a3efa6 --- /dev/null +++ b/dev-ml/batteries/batteries-1.5.0.ebuild @@ -0,0 +1,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.5.0.ebuild,v 1.1 2012/08/07 16:22:06 aballier 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/950/${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" ) |