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-expect: ChangeLog ocaml-expect-0.0.3.ebuild
Date: Sat, 02 Mar 2013 18:47:11
Message-Id: 20130302184708.658612171D@flycatcher.gentoo.org
1 aballier 13/03/02 18:47:08
2
3 Modified: ChangeLog ocaml-expect-0.0.3.ebuild
4 Log:
5 eapi5, define subslot and use slotdep
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.5 dev-ml/ocaml-expect/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 2 Mar 2013 18:43:37 -0000 1.4
23 +++ ChangeLog 2 Mar 2013 18:47:08 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/ocaml-expect
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.4 2013/03/02 18:43:37 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.5 2013/03/02 18:47:08 aballier Exp $
29 +
30 + 02 Mar 2013; Alexis Ballier <aballier@g.o> ocaml-expect-0.0.3.ebuild:
31 + eapi5, define subslot and use slotdep
32
33 02 Mar 2013; Alexis Ballier <aballier@g.o> -ocaml-expect-0.0.2.ebuild:
34 remove old
35
36
37
38 1.2 dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild?r1=1.1&r2=1.2
43
44 Index: ocaml-expect-0.0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ocaml-expect-0.0.3.ebuild 8 Oct 2012 12:21:59 -0000 1.1
51 +++ ocaml-expect-0.0.3.ebuild 2 Mar 2013 18:47:08 -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-expect/ocaml-expect-0.0.3.ebuild,v 1.1 2012/10/08 12:21:59 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild,v 1.2 2013/03/02 18:47:08 aballier Exp $
58
59 -EAPI=3
60 +EAPI=5
61
62 OASIS_BUILD_DOCS=1
63
64 @@ -13,13 +13,13 @@
65 SRC_URI="http://forge.ocamlcore.org/frs/download.php/894/${P}.tar.gz"
66
67 LICENSE="LGPL-2.1"
68 -SLOT="0"
69 +SLOT="0/${PV}"
70 KEYWORDS="~amd64"
71 IUSE=""
72
73 RDEPEND="
74 - dev-ml/extlib
75 - dev-ml/pcre-ocaml"
76 + dev-ml/extlib:=
77 + dev-ml/pcre-ocaml:="
78 DEPEND="${RDEPEND}
79 dev-ml/ounit"