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/bin-prot: ChangeLog bin-prot-112.06.01.ebuild
Date: Mon, 09 Feb 2015 10:00:00
Message-Id: 20150209095955.A648C11625@oystercatcher.gentoo.org
1 aballier 15/02/09 09:59:55
2
3 Modified: ChangeLog
4 Added: bin-prot-112.06.01.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.33 dev-ml/bin-prot/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.33&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?rev=1.33&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/ChangeLog?r1=1.32&r2=1.33
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v
21 retrieving revision 1.32
22 retrieving revision 1.33
23 diff -u -r1.32 -r1.33
24 --- ChangeLog 9 Feb 2015 09:54:09 -0000 1.32
25 +++ ChangeLog 9 Feb 2015 09:59:55 -0000 1.33
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/bin-prot
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.32 2015/02/09 09:54:09 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.33 2015/02/09 09:59:55 aballier Exp $
31 +
32 +*bin-prot-112.06.01 (09 Feb 2015)
33 +
34 + 09 Feb 2015; Alexis Ballier <aballier@g.o> +bin-prot-112.06.01.ebuild:
35 + version bump
36
37 09 Feb 2015; Alexis Ballier <aballier@g.o> -bin-prot-109.30.00.ebuild,
38 -bin-prot-109.53.02.ebuild, -bin-prot-109.53.03.ebuild,
39
40
41
42 1.1 dev-ml/bin-prot/bin-prot-112.06.01.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-112.06.01.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-112.06.01.ebuild?rev=1.1&content-type=text/plain
46
47 Index: bin-prot-112.06.01.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.06.01.ebuild,v 1.1 2015/02/09 09:59:55 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_TESTS=1
56 OASIS_BUILD_DOCS=1
57
58 inherit oasis
59
60 MY_P=${PN/-/_}-${PV}
61 DESCRIPTION="A binary protocol generator"
62 HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
63 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/individual/${MY_P}.tar.gz
64 http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
65
66 LICENSE="LGPL-2.1-with-linking-exception"
67 SLOT="0/${PV}"
68 KEYWORDS="~amd64"
69 IUSE="doc"
70
71 RDEPEND=">=dev-ml/type-conv-109.28.00:=
72 dev-ml/camlp4:="
73 DEPEND="${RDEPEND}
74 test? ( >=dev-ml/ounit-1.1.2 )"
75
76 DOCS=( "README.md" "CHANGES.md" )
77 S="${WORKDIR}/${MY_P}"