aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 01:38:38 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 01:38:38 +0000
commit8fd6be86bf3cea8267701b064bf298bf40840365 (patch)
treed7b0be951b48bb43290463c2c971b3deb0ccf94d /dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
parentversion bump (diff)
downloadsci-8fd6be86bf3cea8267701b064bf298bf40840365.tar.gz
sci-8fd6be86bf3cea8267701b064bf298bf40840365.tar.bz2
sci-8fd6be86bf3cea8267701b064bf298bf40840365.zip
various eapi2 updates
Diffstat (limited to 'dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild')
-rw-r--r--dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild b/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
index 4bc14d0d1..fefbd9c56 100644
--- a/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
+++ b/dev-ml/mlgmpidl/mlgmpidl-1.1.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
+# $Header: $
+
+EAPI="2"
inherit eutils toolchain-funcs
-DESCRIPTION="MLGMPIDL is a package offering an interface to the GMP and MPFR libraries for OCaml version 3.07 or higher."
+DESCRIPTION="MLGMPIDL is an OCaml interface to the GMP and MPFR libraries"
HOMEPAGE="http://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/"
SRC_URI="http://gforge.inria.fr/frs/download.php/20228/${PN}-${PV}.tgz"
@@ -13,13 +15,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc +mpfr"
-RDEPEND="dev-libs/gmp
+RDEPEND=">=dev-lang/ocaml-3.09
+ dev-ml/camlidl
+ dev-libs/gmp
mpfr? ( dev-libs/mpfr )
- >=dev-lang/ocaml-3.09
- dev-ml/camlidl"
-DEPEND="${RDEPEND}
doc? ( app-text/texlive
app-text/ghostscript-gpl )"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}