summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-03 14:31:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-03 14:31:19 +0000
commita94589fb9363ab51cbb8e536c16b9ed9106564eb (patch)
tree23abe052bd21c7cd5ea360941795ee3fc6bbb98e /dev-ml/ocamldap
parenteapi5 and define subslot (diff)
downloadgentoo-2-a94589fb9363ab51cbb8e536c16b9ed9106564eb.tar.gz
gentoo-2-a94589fb9363ab51cbb8e536c16b9ed9106564eb.tar.bz2
gentoo-2-a94589fb9363ab51cbb8e536c16b9ed9106564eb.zip
eapi5, use slotdeps and define subslot
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocamldap')
-rw-r--r--dev-ml/ocamldap/ChangeLog7
-rw-r--r--dev-ml/ocamldap/ocamldap-2.2.ebuild14
2 files changed, 12 insertions, 9 deletions
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 <aballier@gentoo.org> 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 )