summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-23 17:42:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-23 17:42:30 +0000
commit1893a9eb46f98b215c986977cff005b2f1b77210 (patch)
tree49da5406658341cceb488dc10b145f3ebecb96b5 /dev-ml
parentremove old (diff)
downloadgentoo-2-1893a9eb46f98b215c986977cff005b2f1b77210.tar.gz
gentoo-2-1893a9eb46f98b215c986977cff005b2f1b77210.tar.bz2
gentoo-2-1893a9eb46f98b215c986977cff005b2f1b77210.zip
eapi5, define subslot and add slot deps
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/js_of_ocaml/ChangeLog5
-rw-r--r--dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-ml/js_of_ocaml/ChangeLog b/dev-ml/js_of_ocaml/ChangeLog
index 06cef8e0afea..9edefbc33be0 100644
--- a/dev-ml/js_of_ocaml/ChangeLog
+++ b/dev-ml/js_of_ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/js_of_ocaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.3 2013/07/23 17:40:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.4 2013/07/23 17:42:30 aballier Exp $
+
+ 23 Jul 2013; Alexis Ballier <aballier@gentoo.org> js_of_ocaml-1.3.2.ebuild:
+ eapi5, define subslot and add slot deps
23 Jul 2013; Alexis Ballier <aballier@gentoo.org> -js_of_ocaml-1.2.ebuild:
remove old
diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild
index 94458320b6c4..95ae33046e68 100644
--- a/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild
+++ b/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild,v 1.1 2012/12/08 12:13:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild,v 1.2 2013/07/23 17:42:30 aballier Exp $
-EAPI=4
+EAPI=5
inherit findlib
@@ -11,13 +11,13 @@ HOMEPAGE="http://ocsigen.org/js_of_ocaml/"
SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt doc +deriving-ocsigen"
-DEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]
- >=dev-ml/lwt-2.3.0
- deriving-ocsigen? ( >=dev-ml/deriving-ocsigen-0.3 )"
+DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
+ >=dev-ml/lwt-2.3.0:=
+ deriving-ocsigen? ( >=dev-ml/deriving-ocsigen-0.3:= )"
RDEPEND="${DEPEND}"
src_configure() {