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/custom_printf: ChangeLog custom_printf-112.01.00.ebuild
Date: Mon, 01 Dec 2014 13:38:24
Message-Id: 20141201133821.1A1EFB493@oystercatcher.gentoo.org
1 aballier 14/12/01 13:38:21
2
3 Modified: ChangeLog
4 Added: custom_printf-112.01.00.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.8 dev-ml/custom_printf/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?r1=1.7&r2=1.8
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- ChangeLog 28 Nov 2014 17:54:07 -0000 1.7
25 +++ ChangeLog 1 Dec 2014 13:38:21 -0000 1.8
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ml/custom_printf
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.7 2014/11/28 17:54:07 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.8 2014/12/01 13:38:21 aballier Exp $
31 +
32 +*custom_printf-112.01.00 (01 Dec 2014)
33 +
34 + 01 Dec 2014; Alexis Ballier <aballier@g.o>
35 + +custom_printf-112.01.00.ebuild:
36 + version bump
37
38 28 Nov 2014; Alexis Ballier <aballier@g.o>
39 custom_printf-111.25.00.ebuild:
40
41
42
43 1.1 dev-ml/custom_printf/custom_printf-112.01.00.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/custom_printf-112.01.00.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/custom_printf-112.01.00.ebuild?rev=1.1&content-type=text/plain
47
48 Index: custom_printf-112.01.00.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-112.01.00.ebuild,v 1.1 2014/12/01 13:38:21 aballier Exp $
53
54 EAPI="5"
55
56 inherit oasis
57
58 DESCRIPTION="Syntax extension for printf format strings"
59 HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
60 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
61 http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
62
63 LICENSE="Apache-2.0"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND="
69 >=dev-ml/type-conv-109.20.00:=
70 dev-ml/sexplib:=
71 dev-ml/pa_ounit:=
72 dev-ml/camlp4:=
73 "
74 RDEPEND="${DEPEND}"