Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ledit: ChangeLog ledit-2.03.ebuild
Date: Fri, 24 May 2013 15:28:14
Message-Id: 20130524152809.DF5632171D@flycatcher.gentoo.org
1 aballier 13/05/24 15:28:09
2
3 Modified: ChangeLog ledit-2.03.ebuild
4 Log:
5 eapi5 and add slot deps on ocaml and camlp5
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.41 app-misc/ledit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 8 Jun 2012 15:02:30 -0000 1.40
23 +++ ChangeLog 24 May 2013 15:28:09 -0000 1.41
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-misc/ledit
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.40 2012/06/08 15:02:30 aballier Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.41 2013/05/24 15:28:09 aballier Exp $
30 +
31 + 24 May 2013; Alexis Ballier <aballier@g.o> ledit-2.03.ebuild:
32 + eapi5 and add slot deps on ocaml and camlp5
33
34 08 Jun 2012; Alexis Ballier <aballier@g.o> -ledit-2.02.1.ebuild:
35 remove old
36
37
38
39 1.5 app-misc/ledit/ledit-2.03.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ledit-2.03.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ledit-2.03.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ledit/ledit-2.03.ebuild?r1=1.4&r2=1.5
44
45 Index: ledit-2.03.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-2.03.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- ledit-2.03.ebuild 8 Jun 2012 11:50:35 -0000 1.4
52 +++ ledit-2.03.ebuild 24 May 2013 15:28:09 -0000 1.5
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/app-misc/ledit/ledit-2.03.ebuild,v 1.4 2012/06/08 11:50:35 phajdan.jr Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-2.03.ebuild,v 1.5 2013/05/24 15:28:09 aballier Exp $
59
60 -EAPI=2
61 +EAPI=5
62 inherit eutils
63
64 RESTRICT="installsources"
65 @@ -12,8 +12,8 @@
66 SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz"
67 HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/"
68
69 -DEPEND=">=dev-lang/ocaml-3.09[ocamlopt?]
70 - dev-ml/camlp5"
71 +DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?]
72 + dev-ml/camlp5:="
73 RDEPEND="${DEPEND}"
74
75 SLOT="0"
76 @@ -21,9 +21,9 @@
77 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
78
79 src_compile() {
80 - emake -j1 all || die "make failed"
81 + emake -j1 all
82 if use ocamlopt; then
83 - emake -j1 ledit.opt || die "make failed"
84 + emake -j1 ledit.opt
85 else
86 # If using bytecode we dont want to strip the binary as it would remove the
87 # bytecode and only leave ocamlrun...
88 @@ -33,9 +33,9 @@
89
90 src_install() {
91 if use ocamlopt; then
92 - newbin ledit.opt ledit || die
93 + newbin ledit.opt ledit
94 else
95 - newbin ledit.out ledit || die
96 + newbin ledit.out ledit
97 fi
98 doman ledit.1
99 dodoc CHANGES README