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/ounit: ChangeLog ounit-1.0.2.ebuild
Date: Sat, 20 Jun 2009 15:32:45
Message-Id: E1MI2Yd-00071I-0k@stork.gentoo.org
1 aballier 09/06/20 15:32:43
2
3 Modified: ChangeLog ounit-1.0.2.ebuild
4 Log:
5 explicitly assign rdepend
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 dev-ml/ounit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 20 Jun 2009 15:30:52 -0000 1.13
22 +++ ChangeLog 20 Jun 2009 15:32:42 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ml/ounit
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.13 2009/06/20 15:30:52 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.14 2009/06/20 15:32:42 aballier Exp $
28 +
29 + 20 Jun 2009; Alexis Ballier <aballier@g.o> ounit-1.0.2.ebuild:
30 + explicitly assign rdepend
31
32 20 Jun 2009; Alexis Ballier <aballier@g.o> ounit-1.0.2.ebuild:
33 define eapi before inherit
34
35
36
37 1.7 dev-ml/ounit/ounit-1.0.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?r1=1.6&r2=1.7
42
43 Index: ounit-1.0.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- ounit-1.0.2.ebuild 20 Jun 2009 15:30:52 -0000 1.6
50 +++ ounit-1.0.2.ebuild 20 Jun 2009 15:32:42 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.6 2009/06/20 15:30:52 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.7 2009/06/20 15:32:42 aballier Exp $
56
57 EAPI="1"
58
59 @@ -13,6 +13,7 @@
60 SLOT="0"
61 KEYWORDS="amd64 ppc x86"
62 DEPEND="dev-lang/ocaml"
63 +RDEPEND="${DEPEND}"
64 IUSE="+ocamlopt"
65
66 pkg_setup() {