summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-05-24 15:46:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-05-24 15:46:20 +0000
commitecada0d31fa972e5d86d762e96705f1995b169da (patch)
treee380abf0fa61873c1b4919ca99e419deb74b19e4 /dev-ml
parentremove old (diff)
downloadgentoo-2-ecada0d31fa972e5d86d762e96705f1995b169da.tar.gz
gentoo-2-ecada0d31fa972e5d86d762e96705f1995b169da.tar.bz2
gentoo-2-ecada0d31fa972e5d86d762e96705f1995b169da.zip
eapi5, define subslot and add slot dep on ocaml
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlimages/ChangeLog5
-rw-r--r--dev-ml/camlimages/camlimages-4.0.1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/camlimages/ChangeLog b/dev-ml/camlimages/ChangeLog
index 6312412d2b2d..bd3b989161bc 100644
--- a/dev-ml/camlimages/ChangeLog
+++ b/dev-ml/camlimages/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlimages
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.35 2013/02/18 15:11:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.36 2013/05/24 15:46:20 aballier Exp $
+
+ 24 May 2013; Alexis Ballier <aballier@gentoo.org> camlimages-4.0.1.ebuild:
+ eapi5, define subslot and add slot dep on ocaml
18 Feb 2013; Alexis Ballier <aballier@gentoo.org> -camlimages-3.0.2.ebuild,
-files/camlimages-3.0.2-annot.patch, -files/camlimages-3.0.2-libpng15.patch,
diff --git a/dev-ml/camlimages/camlimages-4.0.1.ebuild b/dev-ml/camlimages/camlimages-4.0.1.ebuild
index 5472403595e4..625f9d25a0cb 100644
--- a/dev-ml/camlimages/camlimages-4.0.1.ebuild
+++ b/dev-ml/camlimages/camlimages-4.0.1.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/camlimages/camlimages-4.0.1.ebuild,v 1.4 2012/08/22 23:54:41 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.5 2013/05/24 15:46:20 aballier Exp $
-EAPI=4
+EAPI=5
inherit eutils vcs-snapshot findlib multilib
@@ -11,11 +11,11 @@ HOMEPAGE="http://gallium.inria.fr/camlimages/"
SRC_URI="http://bitbucket.org/camlspotter/camlimages/get/v4.0.1.tar.bz2 -> ${P}.tar.bz2"
LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ppc x86"
IUSE="doc gif gtk jpeg png postscript tiff truetype X xpm zlib"
-RDEPEND=">=dev-lang/ocaml-3.10.2[X?,ocamlopt]
+RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
jpeg? ( virtual/jpeg )