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-111.25.00.ebuild
Date: Thu, 30 Oct 2014 17:16:06
Message-Id: 20141030171601.762C59151@oystercatcher.gentoo.org
1 aballier 14/10/30 17:16:01
2
3 Modified: ChangeLog
4 Added: custom_printf-111.25.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.6 dev-ml/custom_printf/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 24 Oct 2014 07:30:15 -0000 1.5
25 +++ ChangeLog 30 Oct 2014 17:16:01 -0000 1.6
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.5 2014/10/24 07:30:15 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.6 2014/10/30 17:16:01 aballier Exp $
31 +
32 +*custom_printf-111.25.00 (30 Oct 2014)
33 +
34 + 30 Oct 2014; Alexis Ballier <aballier@g.o>
35 + +custom_printf-111.25.00.ebuild:
36 + version bump
37
38 24 Oct 2014; Alexis Ballier <aballier@g.o>
39 custom_printf-109.60.00.ebuild:
40
41
42
43 1.1 dev-ml/custom_printf/custom_printf-111.25.00.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/custom_printf-111.25.00.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/custom_printf/custom_printf-111.25.00.ebuild?rev=1.1&content-type=text/plain
47
48 Index: custom_printf-111.25.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-111.25.00.ebuild,v 1.1 2014/10/30 17:16:01 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 "
73 RDEPEND="${DEPEND}"