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/utop: ChangeLog utop-1.2.ebuild
Date: Sun, 03 Mar 2013 14:38:23
Message-Id: 20130303143819.8A6092171D@flycatcher.gentoo.org
1 aballier 13/03/03 14:38:19
2
3 Modified: ChangeLog utop-1.2.ebuild
4 Log:
5 eapi5, use slotdeps and define subslot
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/utop/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 7 Aug 2012 16:39:04 -0000 1.3
23 +++ ChangeLog 3 Mar 2013 14:38:19 -0000 1.4
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/utop
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.3 2012/08/07 16:39:04 aballier Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.4 2013/03/03 14:38:19 aballier Exp $
30 +
31 + 03 Mar 2013; Alexis Ballier <aballier@g.o> utop-1.2.ebuild:
32 + eapi5, use slotdeps and define subslot
33
34 07 Aug 2012; Alexis Ballier <aballier@g.o> -utop-1.1.ebuild:
35 remove old
36
37
38
39 1.2 dev-ml/utop/utop-1.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?r1=1.1&r2=1.2
44
45 Index: utop-1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- utop-1.2.ebuild 2 Aug 2012 12:37:53 -0000 1.1
52 +++ utop-1.2.ebuild 3 Mar 2013 14:38:19 -0000 1.2
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.1 2012/08/02 12:37:53 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.2 2013/03/03 14:38:19 aballier Exp $
59
60 -EAPI=4
61 +EAPI=5
62
63 OASIS_BUILD_DOCS=1
64 inherit oasis elisp-common
65 @@ -12,13 +12,13 @@
66 SRC_URI="http://forge.ocamlcore.org/frs/download.php/949/${P}.tar.gz"
67
68 LICENSE="BSD"
69 -SLOT="0"
70 +SLOT="0/${PV}"
71 KEYWORDS="~amd64"
72 IUSE="emacs"
73
74 -DEPEND=">=dev-ml/lwt-2.4.0[react]
75 - >=dev-ml/lambda-term-1.2
76 - >=dev-ml/zed-1.2
77 +DEPEND=">=dev-ml/lwt-2.4.0:=[react]
78 + >=dev-ml/lambda-term-1.2:=
79 + >=dev-ml/zed-1.2:=
80 emacs? ( virtual/emacs )"
81 RDEPEND="${DEPEND}"