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/tyxml: ChangeLog tyxml-3.3.0.ebuild
Date: Mon, 01 Dec 2014 09:48:43
Message-Id: 20141201094840.C75B3B471@oystercatcher.gentoo.org
1 aballier 14/12/01 09:48:40
2
3 Modified: ChangeLog
4 Added: tyxml-3.3.0.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.14 dev-ml/tyxml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 28 Nov 2014 17:23:29 -0000 1.13
25 +++ ChangeLog 1 Dec 2014 09:48:40 -0000 1.14
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/tyxml
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.13 2014/11/28 17:23:29 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.14 2014/12/01 09:48:40 aballier Exp $
31 +
32 +*tyxml-3.3.0 (01 Dec 2014)
33 +
34 + 01 Dec 2014; Alexis Ballier <aballier@g.o> +tyxml-3.3.0.ebuild:
35 + version bump
36
37 28 Nov 2014; Alexis Ballier <aballier@g.o> tyxml-3.0.0.ebuild:
38 update deps for ocaml 4.02
39
40
41
42 1.1 dev-ml/tyxml/tyxml-3.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/tyxml/tyxml-3.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tyxml-3.3.0.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/tyxml/tyxml-3.3.0.ebuild,v 1.1 2014/12/01 09:48:40 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 DESCRIPTION="A libary to build xml trees typechecked by OCaml"
60 HOMEPAGE="http://ocsigen.org/tyxml/"
61 SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="LGPL-2.1-with-linking-exception"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND="
69 dev-ml/uutf:=
70 || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
71 RDEPEND="${DEPEND}"
72
73 DOCS=( CHANGES README.md )