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/ocaml-fileutils: ChangeLog ocaml-fileutils-0.4.4.ebuild
Date: Tue, 19 Jun 2012 13:55:00
Message-Id: 20120619135451.724822004C@flycatcher.gentoo.org
1 aballier 12/06/19 13:54:51
2
3 Modified: ChangeLog
4 Added: ocaml-fileutils-0.4.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-ml/ocaml-fileutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 18 May 2012 17:11:10 -0000 1.4
24 +++ ChangeLog 19 Jun 2012 13:54:51 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/ocaml-fileutils
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.4 2012/05/18 17:11:10 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.5 2012/06/19 13:54:51 aballier Exp $
30 +
31 +*ocaml-fileutils-0.4.4 (19 Jun 2012)
32 +
33 + 19 Jun 2012; Alexis Ballier <aballier@g.o>
34 + +ocaml-fileutils-0.4.4.ebuild:
35 + version bump
36
37 18 May 2012; Alexis Ballier <aballier@g.o>
38 -ocaml-fileutils-0.4.2.ebuild:
39
40
41
42 1.1 dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ocaml-fileutils-0.4.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.1 2012/06/19 13:54:51 aballier Exp $
52
53 EAPI=4
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
60 HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
61 SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
62
63 LICENSE="LGPL-2.1-linking-exception"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE="test"
67
68 RDEPEND=""
69 DEPEND="${RDEPEND}
70 test? ( dev-ml/ounit )"
71
72 DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )