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:30:54
Message-Id: E1MI2Wq-0006v2-At@stork.gentoo.org
1 aballier 09/06/20 15:30:52
2
3 Modified: ChangeLog ounit-1.0.2.ebuild
4 Log:
5 define eapi before inherit
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-ml/ounit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 13 Apr 2008 18:13:53 -0000 1.12
22 +++ ChangeLog 20 Jun 2009 15:30:52 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ml/ounit
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.12 2008/04/13 18:13:53 aballier Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.13 2009/06/20 15:30:52 aballier Exp $
29 +
30 + 20 Jun 2009; Alexis Ballier <aballier@g.o> ounit-1.0.2.ebuild:
31 + define eapi before inherit
32
33 13 Apr 2008; Alexis Ballier <aballier@g.o> -ounit-1.0.0.ebuild,
34 -ounit-1.0.1.ebuild:
35
36
37
38 1.6 dev-ml/ounit/ounit-1.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild?r1=1.5&r2=1.6
43
44 Index: ounit-1.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ounit-1.0.2.ebuild 11 Apr 2008 22:02:25 -0000 1.5
51 +++ ounit-1.0.2.ebuild 20 Jun 2009 15:30:52 -0000 1.6
52 @@ -1,11 +1,11 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.5 2008/04/11 22:02:25 maekke Exp $
57 -
58 -inherit findlib eutils
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.6 2009/06/20 15:30:52 aballier Exp $
60
61 EAPI="1"
62
63 +inherit findlib eutils
64 +
65 DESCRIPTION="Unit testing framework for OCaml"
66 HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
67 SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"