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/oasis: ChangeLog oasis-0.4.5.ebuild
Date: Wed, 29 Oct 2014 14:04:37
Message-Id: 20141029140432.EAD739012@oystercatcher.gentoo.org
1 aballier 14/10/29 14:04:32
2
3 Modified: ChangeLog
4 Added: oasis-0.4.5.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.13 dev-ml/oasis/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?r1=1.12&r2=1.13
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- ChangeLog 13 Apr 2014 17:57:12 -0000 1.12
25 +++ ChangeLog 29 Oct 2014 14:04:32 -0000 1.13
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/oasis
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.12 2014/04/13 17:57:12 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.13 2014/10/29 14:04:32 aballier Exp $
31 +
32 +*oasis-0.4.5 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Alexis Ballier <aballier@g.o> +oasis-0.4.5.ebuild:
35 + version bump
36
37 *oasis-0.4.4 (13 Apr 2014)
38
39
40
41
42 1.1 dev-ml/oasis/oasis-0.4.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.4.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: oasis-0.4.5.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/oasis/oasis-0.4.5.ebuild,v 1.1 2014/10/29 14:04:32 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=${P/_/\~}
61 DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
62 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
63 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1475/${MY_P}.tar.gz"
64
65 LICENSE="LGPL-2.1-with-linking-exception"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:="
71 DEPEND="${RDEPEND}
72 >=dev-ml/findlib-1.3.1
73 dev-ml/ocamlify
74 dev-ml/ocamlmod
75 !<sci-chemistry/oasis-4.0-r3
76 test? (
77 >=dev-ml/ocaml-fileutils-0.4.2
78 >=dev-ml/ounit-2.0.0
79 >=dev-ml/ocaml-expect-0.0.4
80 dev-ml/pcre-ocaml
81 dev-ml/extlib
82 )"
83
84 STRIP_MASK="*/bin/*"
85 S="${WORKDIR}/${MY_P}"
86 DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )