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-lang/ocaml: ocaml-3.10.2.ebuild ocaml-3.08.4.ebuild ChangeLog
Date: Mon, 16 Jun 2008 19:44:43
Message-Id: E1K8Kd3-0003Tz-VF@stork.gentoo.org
1 aballier 08/06/16 19:44:37
2
3 Modified: ocaml-3.10.2.ebuild ocaml-3.08.4.ebuild ChangeLog
4 Log:
5 shorten description to please repoman
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.9 dev-lang/ocaml/ocaml-3.10.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.8&r2=1.9
14
15 Index: ocaml-3.10.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ocaml-3.10.2.ebuild 9 Jun 2008 09:27:26 -0000 1.8
22 +++ ocaml-3.10.2.ebuild 16 Jun 2008 19:44:37 -0000 1.9
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.8 2008/06/09 09:27:26 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.9 2008/06/16 19:44:37 aballier Exp $
28
29 inherit flag-o-matic eutils multilib versionator toolchain-funcs
30
31 EAPI="1"
32
33 MY_P="${P/_rc/+rc}"
34 -DESCRIPTION="fast modern type-inferring functional programming language descended from the ML (Meta Language) family"
35 +DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family"
36 HOMEPAGE="http://www.ocaml.org/"
37 SRC_URI="http://caml.inria.fr/distrib/ocaml-$( get_version_component_range 1-2)/${MY_P}.tar.bz2"
38
39
40
41
42 1.19 dev-lang/ocaml/ocaml-3.08.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?rev=1.19&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?rev=1.19&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild?r1=1.18&r2=1.19
47
48 Index: ocaml-3.08.4.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v
51 retrieving revision 1.18
52 retrieving revision 1.19
53 diff -u -r1.18 -r1.19
54 --- ocaml-3.08.4.ebuild 2 Jan 2008 18:35:23 -0000 1.18
55 +++ ocaml-3.08.4.ebuild 16 Jun 2008 19:44:37 -0000 1.19
56 @@ -1,10 +1,10 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.18 2008/01/02 18:35:23 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.19 2008/06/16 19:44:37 aballier Exp $
61
62 inherit flag-o-matic eutils multilib
63
64 -DESCRIPTION="fast modern type-inferring functional programming language descended from the ML (Meta Language) family"
65 +DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family"
66 HOMEPAGE="http://www.ocaml.org/"
67
68 SRC_URI="http://caml.inria.fr/distrib/ocaml-3.08/${P}.tar.bz2"
69
70
71
72 1.148 dev-lang/ocaml/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.148&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.148&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.147&r2=1.148
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
81 retrieving revision 1.147
82 retrieving revision 1.148
83 diff -u -r1.147 -r1.148
84 --- ChangeLog 16 Jun 2008 19:42:13 -0000 1.147
85 +++ ChangeLog 16 Jun 2008 19:44:37 -0000 1.148
86 @@ -1,6 +1,10 @@
87 # ChangeLog for dev-lang/ocaml
88 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.147 2008/06/16 19:42:13 aballier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.148 2008/06/16 19:44:37 aballier Exp $
91 +
92 + 16 Jun 2008; Alexis Ballier <aballier@g.o> ocaml-3.08.4.ebuild,
93 + ocaml-3.10.2.ebuild:
94 + shorten description to please repoman
95
96 16 Jun 2008; Alexis Ballier <aballier@g.o>
97 -files/ocaml-3.09.3-Makefile.patch, -files/ocaml-3.09.3-automagic.patch,
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list