Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/bin-prot: bin-prot-108.00.01.ebuild bin-prot-2.0.3.ebuild ChangeLog
Date: Mon, 09 Jul 2012 21:30:49
Message-Id: 20120709205108.050C820063@flycatcher.gentoo.org
1 ulm 12/07/09 20:51:07
2
3 Modified: bin-prot-108.00.01.ebuild bin-prot-2.0.3.ebuild
4 ChangeLog
5 Log:
6 Update LICENSE, bug 425140.
7
8 (Portage version: 2.1.11.5/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ml/bin-prot/bin-prot-108.00.01.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild?r1=1.1&r2=1.2
16
17 Index: bin-prot-108.00.01.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bin-prot-108.00.01.ebuild 30 Jun 2012 13:10:13 -0000 1.1
24 +++ bin-prot-108.00.01.ebuild 9 Jul 2012 20:51:07 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild,v 1.1 2012/06/30 13:10:13 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.00.01.ebuild,v 1.2 2012/07/09 20:51:07 ulm Exp $
30
31 EAPI=3
32
33 @@ -11,7 +11,7 @@
34 HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
35 SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${MY_P}.tar.gz"
36
37 -LICENSE="LGPL-2.1-linking-exception"
38 +LICENSE="LGPL-2.1-with-linking-exception"
39 SLOT="0"
40 KEYWORDS="~amd64"
41 IUSE="doc"
42
43
44
45 1.4 dev-ml/bin-prot/bin-prot-2.0.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild?r1=1.3&r2=1.4
50
51 Index: bin-prot-2.0.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- bin-prot-2.0.3.ebuild 27 Mar 2012 21:29:02 -0000 1.3
58 +++ bin-prot-2.0.3.ebuild 9 Jul 2012 20:51:07 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.3 2012/03/27 21:29:02 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-2.0.3.ebuild,v 1.4 2012/07/09 20:51:07 ulm Exp $
64
65 EAPI=3
66
67 @@ -10,7 +10,7 @@
68 HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
69 SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
70
71 -LICENSE="LGPL-2.1-linking-exception"
72 +LICENSE="LGPL-2.1-with-linking-exception"
73 SLOT="0"
74 KEYWORDS="~amd64"
75 IUSE="doc"
76
77
78
79 1.16 dev-ml/bin-prot/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.16&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.16&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?r1=1.15&r2=1.16
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v
88 retrieving revision 1.15
89 retrieving revision 1.16
90 diff -u -r1.15 -r1.16
91 --- ChangeLog 30 Jun 2012 13:10:13 -0000 1.15
92 +++ ChangeLog 9 Jul 2012 20:51:07 -0000 1.16
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-ml/bin-prot
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.15 2012/06/30 13:10:13 aballier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.16 2012/07/09 20:51:07 ulm Exp $
98 +
99 + 09 Jul 2012; Ulrich Müller <ulm@g.o> bin-prot-108.00.01.ebuild,
100 + bin-prot-2.0.3.ebuild:
101 + Update LICENSE, bug 425140.
102
103 *bin-prot-108.00.01 (30 Jun 2012)
104
105 @@ -70,4 +74,3 @@
106 +metadata.xml:
107 Initial import, ebuild by Guillaume Horel <guillaume.horel@×××××.com>, bug
108 #281276
109 -