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/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
Date: Sun, 03 Mar 2013 14:29:19
Message-Id: 20130303142915.F062F2171D@flycatcher.gentoo.org
1 aballier 13/03/03 14:29:15
2
3 Modified: ChangeLog ocaml-fileutils-0.4.4.ebuild
4 Log:
5 eapi5 and define subslot
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.9 dev-ml/ocaml-fileutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 9 Jul 2012 20:59:12 -0000 1.8
23 +++ ChangeLog 3 Mar 2013 14:29:15 -0000 1.9
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ml/ocaml-fileutils
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.8 2012/07/09 20:59:12 ulm Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.9 2013/03/03 14:29:15 aballier Exp $
30 +
31 + 03 Mar 2013; Alexis Ballier <aballier@g.o>
32 + ocaml-fileutils-0.4.4.ebuild:
33 + eapi5 and define subslot
34
35 09 Jul 2012; Ulrich Müller <ulm@g.o> ocaml-fileutils-0.4.4.ebuild:
36 Update LICENSE, bug 425140.
37
38
39
40 1.4 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?r1=1.3&r2=1.4
45
46 Index: ocaml-fileutils-0.4.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- ocaml-fileutils-0.4.4.ebuild 9 Jul 2012 20:59:12 -0000 1.3
53 +++ ocaml-fileutils-0.4.4.ebuild 3 Mar 2013 14:29:15 -0000 1.4
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.3 2012/07/09 20:59:12 ulm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.4 2013/03/03 14:29:15 aballier Exp $
60
61 -EAPI=4
62 +EAPI=5
63
64 OASIS_BUILD_DOCS=1
65
66 @@ -13,7 +13,7 @@
67 SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
68
69 LICENSE="LGPL-2.1-with-linking-exception"
70 -SLOT="0"
71 +SLOT="0/${PV}"
72 KEYWORDS="~amd64"
73 IUSE=""