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/res: res-2.2.5.ebuild ChangeLog
Date: Sat, 20 Jun 2009 17:26:44
Message-Id: E1MI4Kv-00029v-Rk@stork.gentoo.org
1 aballier 09/06/20 17:26:41
2
3 Modified: res-2.2.5.ebuild ChangeLog
4 Log:
5 move eapi definition before inherit and assign rdepend explicitly
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-ml/res/res-2.2.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/res-2.2.5.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/res-2.2.5.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/res-2.2.5.ebuild?r1=1.4&r2=1.5
14
15 Index: res-2.2.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- res-2.2.5.ebuild 12 Apr 2008 20:19:35 -0000 1.4
22 +++ res-2.2.5.ebuild 20 Jun 2009 17:26:41 -0000 1.5
23 @@ -1,17 +1,18 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v 1.4 2008/04/12 20:19:35 dertobi123 Exp $
28 -
29 -inherit findlib eutils
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v 1.5 2009/06/20 17:26:41 aballier Exp $
31
32 EAPI="1"
33
34 +inherit findlib eutils
35 +
36 DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
37 HOMEPAGE="http://ocaml.info/home/ocaml_sources.html"
38 SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2"
39 LICENSE="LGPL-2.1"
40
41 DEPEND=">=dev-lang/ocaml-3.07"
42 +RDEPEND="${DEPEND}"
43 SLOT="0"
44 KEYWORDS="amd64 ppc x86"
45 IUSE="doc examples +ocamlopt"
46
47
48
49 1.9 dev-ml/res/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/ChangeLog?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/ChangeLog?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/res/ChangeLog?r1=1.8&r2=1.9
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- ChangeLog 13 Apr 2008 18:16:46 -0000 1.8
62 +++ ChangeLog 20 Jun 2009 17:26:41 -0000 1.9
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-ml/res
65 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.8 2008/04/13 18:16:46 aballier Exp $
67 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.9 2009/06/20 17:26:41 aballier Exp $
69 +
70 + 20 Jun 2009; Alexis Ballier <aballier@g.o> res-2.2.5.ebuild:
71 + move eapi definition before inherit and assign rdepend explicitly
72
73 13 Apr 2008; Alexis Ballier <aballier@g.o> -res-2.1.1.ebuild:
74 remove old