summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:50:31 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:50:31 +0000
commitc89a947dccee6579aa13ecdf389f6642e282bd45 (patch)
treef8c235110ec5244f987a7d53d3f735f7185c9920 /dev-ml/ocaml-text
parentremove old (diff)
downloadgentoo-2-c89a947dccee6579aa13ecdf389f6642e282bd45.tar.gz
gentoo-2-c89a947dccee6579aa13ecdf389f6642e282bd45.tar.bz2
gentoo-2-c89a947dccee6579aa13ecdf389f6642e282bd45.zip
eapi5, define subslot and use slot deps
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-text')
-rw-r--r--dev-ml/ocaml-text/ChangeLog5
-rw-r--r--dev-ml/ocaml-text/ocaml-text-0.6.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/ocaml-text/ChangeLog b/dev-ml/ocaml-text/ChangeLog
index 46d8b2c99392..d081409fd599 100644
--- a/dev-ml/ocaml-text/ChangeLog
+++ b/dev-ml/ocaml-text/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-text
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.3 2013/03/02 18:48:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.4 2013/03/02 18:50:31 aballier Exp $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocaml-text-0.6.ebuild:
+ eapi5, define subslot and use slot deps
02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-text-0.5.ebuild:
remove old
diff --git a/dev-ml/ocaml-text/ocaml-text-0.6.ebuild b/dev-ml/ocaml-text/ocaml-text-0.6.ebuild
index 48abb35645d7..d1a48659331c 100644
--- a/dev-ml/ocaml-text/ocaml-text-0.6.ebuild
+++ b/dev-ml/ocaml-text/ocaml-text-0.6.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/ocaml-text/ocaml-text-0.6.ebuild,v 1.1 2012/10/08 12:18:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.6.ebuild,v 1.2 2013/03/02 18:50:31 aballier Exp $
-EAPI=3
+EAPI=5
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
@@ -14,12 +14,12 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-text/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/937/${P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="pcre"
DEPEND="virtual/libiconv
- pcre? ( dev-ml/pcre-ocaml[ocamlopt?] )"
+ pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
RDEPEND="${DEPEND}"
DOCS=( "README" "CHANGES" "CHANGES.darcs" )