summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-16 23:09:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-16 23:09:29 +0000
commit0f8d46e370a161a2a836e154d08cc9af6a27580a (patch)
treee7e52c1d3bc501d79f3299231eb92cfa84ad9b11 /dev-ml/calendar
parenteapi5, define subslot and add := deps on ocaml/lablgtk (diff)
downloadgentoo-2-0f8d46e370a161a2a836e154d08cc9af6a27580a.tar.gz
gentoo-2-0f8d46e370a161a2a836e154d08cc9af6a27580a.tar.bz2
gentoo-2-0f8d46e370a161a2a836e154d08cc9af6a27580a.zip
eapi5, define subslot and add := dep on ocaml
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/calendar')
-rw-r--r--dev-ml/calendar/ChangeLog7
-rw-r--r--dev-ml/calendar/calendar-2.03.2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/calendar/ChangeLog b/dev-ml/calendar/ChangeLog
index 2cf67846e1f8..1f0dfc2508d1 100644
--- a/dev-ml/calendar/ChangeLog
+++ b/dev-ml/calendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/calendar
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/calendar/ChangeLog,v 1.1 2012/08/02 14:21:51 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/calendar/ChangeLog,v 1.2 2013/08/16 23:09:29 aballier Exp $
+
+ 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> calendar-2.03.2.ebuild:
+ eapi5, define subslot and add := dep on ocaml
*calendar-2.03.2 (02 Aug 2012)
diff --git a/dev-ml/calendar/calendar-2.03.2.ebuild b/dev-ml/calendar/calendar-2.03.2.ebuild
index 1c028e1cf5c8..2ed7c37410f8 100644
--- a/dev-ml/calendar/calendar-2.03.2.ebuild
+++ b/dev-ml/calendar/calendar-2.03.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/calendar/calendar-2.03.2.ebuild,v 1.1 2012/08/02 14:21:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/calendar/calendar-2.03.2.ebuild,v 1.2 2013/08/16 23:09:29 aballier Exp $
-EAPI="4"
+EAPI=5
inherit findlib eutils
@@ -11,11 +11,11 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/calendar/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/915/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc"
-DEPEND=">=dev-lang/ocaml-3.12[ocamlopt]"
+DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt]"
RDEPEND="${DEPEND}"
src_compile() {