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/ANSITerminal: ANSITerminal-0.6.ebuild ChangeLog
Date: Sun, 03 Mar 2013 11:32:22
Message-Id: 20130303113218.C4B752171D@flycatcher.gentoo.org
1 aballier 13/03/03 11:32:18
2
3 Modified: ANSITerminal-0.6.ebuild ChangeLog
4 Log:
5 eapi5, 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.4 dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild?r1=1.3&r2=1.4
15
16 Index: ANSITerminal-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ANSITerminal-0.6.ebuild 10 Oct 2012 12:32:31 -0000 1.3
23 +++ ANSITerminal-0.6.ebuild 3 Mar 2013 11:32:18 -0000 1.4
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild,v 1.3 2012/10/10 12:32:31 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.ebuild,v 1.4 2013/03/03 11:32:18 aballier Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 OASIS_BUILD_DOCS=1
35
36 @@ -13,7 +13,7 @@
37 SRC_URI="http://forge.ocamlcore.org/frs/download.php/610/${P}.tar.gz
38 http://dev.gentoo.org/~aballier/distfiles/${P}-rebootstrap.patch.bz2"
39 LICENSE="LGPL-3-with-linking-exception"
40 -SLOT="0"
41 +SLOT="0/${PV}"
42 KEYWORDS="~amd64 ~x86"
43 DEPEND=""
44 RDEPEND="${DEPEND}"
45
46
47
48 1.7 dev-ml/ANSITerminal/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ChangeLog?rev=1.7&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ChangeLog?rev=1.7&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ANSITerminal/ChangeLog?r1=1.6&r2=1.7
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v
57 retrieving revision 1.6
58 retrieving revision 1.7
59 diff -u -r1.6 -r1.7
60 --- ChangeLog 10 Oct 2012 12:32:31 -0000 1.6
61 +++ ChangeLog 3 Mar 2013 11:32:18 -0000 1.7
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-ml/ANSITerminal
64 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.6 2012/10/10 12:32:31 aballier Exp $
66 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ChangeLog,v 1.7 2013/03/03 11:32:18 aballier Exp $
68 +
69 + 03 Mar 2013; Alexis Ballier <aballier@g.o> ANSITerminal-0.6.ebuild:
70 + eapi5, define subslot
71
72 10 Oct 2012; Alexis Ballier <aballier@g.o> ANSITerminal-0.6.ebuild:
73 Rebootstrap it with oasis 0.3 for ocaml-4 compatibility