Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-text: ChangeLog ocaml-text-0.6.ebuild
Date: Sat, 02 Mar 2013 18:50:35
Message-Id: 20130302185031.2F40D2171D@flycatcher.gentoo.org
1 aballier 13/03/02 18:50:31
2
3 Modified: ChangeLog ocaml-text-0.6.ebuild
4 Log:
5 eapi5, define subslot and use slot deps
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.4 dev-ml/ocaml-text/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 2 Mar 2013 18:48:17 -0000 1.3
23 +++ ChangeLog 2 Mar 2013 18:50:31 -0000 1.4
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/ocaml-text
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.3 2013/03/02 18:48:17 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.4 2013/03/02 18:50:31 aballier Exp $
29 +
30 + 02 Mar 2013; Alexis Ballier <aballier@g.o> ocaml-text-0.6.ebuild:
31 + eapi5, define subslot and use slot deps
32
33 02 Mar 2013; Alexis Ballier <aballier@g.o> -ocaml-text-0.5.ebuild:
34 remove old
35
36
37
38 1.2 dev-ml/ocaml-text/ocaml-text-0.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.6.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.6.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.6.ebuild?r1=1.1&r2=1.2
43
44 Index: ocaml-text-0.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ocaml-text-0.6.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ocaml-text-0.6.ebuild 8 Oct 2012 12:18:28 -0000 1.1
51 +++ ocaml-text-0.6.ebuild 2 Mar 2013 18:50:31 -0000 1.2
52 @@ -1,8 +1,8 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 +# Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $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 $
58
59 -EAPI=3
60 +EAPI=5
61
62 OASIS_BUILD_DOCS=1
63 OASIS_BUILD_TESTS=1
64 @@ -14,12 +14,12 @@
65 SRC_URI="http://forge.ocamlcore.org/frs/download.php/937/${P}.tar.gz"
66
67 LICENSE="BSD"
68 -SLOT="0"
69 +SLOT="0/${PV}"
70 KEYWORDS="~amd64"
71 IUSE="pcre"
72
73 DEPEND="virtual/libiconv
74 - pcre? ( dev-ml/pcre-ocaml[ocamlopt?] )"
75 + pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
76 RDEPEND="${DEPEND}"
77
78 DOCS=( "README" "CHANGES" "CHANGES.darcs" )