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/sexplib: sexplib-112.01.00.ebuild ChangeLog
Date: Thu, 30 Oct 2014 15:48:17
Message-Id: 20141030154813.3F2189140@oystercatcher.gentoo.org
1 aballier 14/10/30 15:48:13
2
3 Modified: ChangeLog
4 Added: sexplib-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.31 dev-ml/sexplib/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/ChangeLog?rev=1.31&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/ChangeLog?rev=1.31&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/ChangeLog?r1=1.30&r2=1.31
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v
21 retrieving revision 1.30
22 retrieving revision 1.31
23 diff -u -r1.30 -r1.31
24 --- ChangeLog 13 Feb 2014 15:28:25 -0000 1.30
25 +++ ChangeLog 30 Oct 2014 15:48:13 -0000 1.31
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/sexplib
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.30 2014/02/13 15:28:25 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.31 2014/10/30 15:48:13 aballier Exp $
31 +
32 +*sexplib-112.01.00 (30 Oct 2014)
33 +
34 + 30 Oct 2014; Alexis Ballier <aballier@g.o> +sexplib-112.01.00.ebuild:
35 + version bump
36
37 *sexplib-110.01.00 (13 Feb 2014)
38
39
40
41
42 1.1 dev-ml/sexplib/sexplib-112.01.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/sexplib-112.01.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/sexplib/sexplib-112.01.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sexplib-112.01.00.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-112.01.00.ebuild,v 1.1 2014/10/30 15:48:13 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56 OASIS_BUILD_TESTS=1
57
58 inherit oasis
59
60 DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
61 HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
62 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
63 http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
64
65 LICENSE="LGPL-2.1"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=dev-ml/type-conv-109.60.01:="
71 DEPEND="${RDEPEND}"
72
73 DOCS=( "README.md" "CHANGES.md" )