From a94589fb9363ab51cbb8e536c16b9ed9106564eb Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 3 Mar 2013 14:31:19 +0000 Subject: eapi5, use slotdeps and define subslot (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- dev-ml/ocamldap/ChangeLog | 7 +++++-- dev-ml/ocamldap/ocamldap-2.2.ebuild | 14 +++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'dev-ml/ocamldap') diff --git a/dev-ml/ocamldap/ChangeLog b/dev-ml/ocamldap/ChangeLog index 1a9a75102a71..85ffea182296 100644 --- a/dev-ml/ocamldap/ChangeLog +++ b/dev-ml/ocamldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.2 2012/10/10 12:08:29 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.3 2013/03/03 14:31:19 aballier Exp $ + + 03 Mar 2013; Alexis Ballier ocamldap-2.2.ebuild: + eapi5, use slotdeps and define subslot *ocamldap-2.2 (10 Oct 2012) diff --git a/dev-ml/ocamldap/ocamldap-2.2.ebuild b/dev-ml/ocamldap/ocamldap-2.2.ebuild index 372275bf9fea..3f6278a12670 100644 --- a/dev-ml/ocamldap/ocamldap-2.2.ebuild +++ b/dev-ml/ocamldap/ocamldap-2.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/ocamldap/ocamldap-2.2.ebuild,v 1.1 2012/10/10 12:08:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.2 2013/03/03 14:31:19 aballier Exp $ -EAPI=4 +EAPI=5 inherit oasis @@ -10,13 +10,13 @@ DESCRIPTION="an implementation of the Light Weight Directory Access Protocol" HOMEPAGE="http://git-jpdeplaix.dyndns.org/libs/ocamldap.git/" SRC_URI="http://bitbucket.org/deplai_j/${PN}/downloads/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -DEPEND="dev-ml/pcre-ocaml - dev-ml/ocaml-ssl - dev-ml/ocamlnet" +DEPEND="dev-ml/pcre-ocaml:= + dev-ml/ocaml-ssl:= + dev-ml/ocamlnet:=" RDEPEND="${DEPEND}" DOCS=( AUTHORS.txt Changelog INSTALL.txt README.txt ) -- cgit v1.2.3-65-gdbad