summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-22 01:00:49 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-22 01:00:49 +0000
commit7825d65d9452fe3a3ed1c967cbfb671c98310309 (patch)
tree9ad3270339d2d9401bfdb2f00eda89b56beff9ba /dev-ml/batteries/batteries-2.1.ebuild
parentStable for HPPA (bug #477622). (diff)
downloadgentoo-2-7825d65d9452fe3a3ed1c967cbfb671c98310309.tar.gz
gentoo-2-7825d65d9452fe3a3ed1c967cbfb671c98310309.tar.bz2
gentoo-2-7825d65d9452fe3a3ed1c967cbfb671c98310309.zip
version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/batteries/batteries-2.1.ebuild')
-rw-r--r--dev-ml/batteries/batteries-2.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ml/batteries/batteries-2.1.ebuild b/dev-ml/batteries/batteries-2.1.ebuild
new file mode 100644
index 000000000000..2d76917b38f0
--- /dev/null
+++ b/dev-ml/batteries/batteries-2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-2.1.ebuild,v 1.1 2013/07/22 01:00:49 aballier Exp $
+
+EAPI=5
+
+inherit oasis
+
+DESCRIPTION="The community-maintained foundation library for your OCaml projects"
+HOMEPAGE="http://batteries.forge.ocamlcore.org/"
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1218/${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-ml/camomile:="
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit dev-ml/iTeML )"
+
+DOCS=( "ChangeLog" "FAQ" "README.folders" "README.md" )