Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/
Date: Sat, 30 Apr 2016 14:18:37
Message-Id: 1462025890.49f585d8455bab58b8977879883f23f1b4437327.aballier@gentoo
1 commit: 49f585d8455bab58b8977879883f23f1b4437327
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 13:03:50 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 14:18:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f585d8
7
8 dev-ml/oasis: bump to 0.4.6
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/oasis/Manifest | 1 +
14 dev-ml/oasis/oasis-0.4.6.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
18 index 0cf9d6e..32c8f8b 100644
19 --- a/dev-ml/oasis/Manifest
20 +++ b/dev-ml/oasis/Manifest
21 @@ -1 +1,2 @@
22 DIST oasis-0.4.5.tar.gz 336502 SHA256 6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7 WHIRLPOOL 46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
23 +DIST oasis-0.4.6.tar.gz 337490 SHA256 1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88 WHIRLPOOL 7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
24
25 diff --git a/dev-ml/oasis/oasis-0.4.6.ebuild b/dev-ml/oasis/oasis-0.4.6.ebuild
26 new file mode 100644
27 index 0000000..c654858
28 --- /dev/null
29 +++ b/dev-ml/oasis/oasis-0.4.6.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2014 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +OASIS_BUILD_TESTS=1
38 +OASIS_BUILD_DOCS=1
39 +
40 +inherit oasis
41 +
42 +MY_P=${P/_/\~}
43 +DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
44 +HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
45 +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1604/${MY_P}.tar.gz"
46 +
47 +LICENSE="LGPL-2.1-with-linking-exception"
48 +SLOT="0/${PV}"
49 +KEYWORDS="~amd64"
50 +IUSE=""
51 +
52 +RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
53 + dev-ml/ocamlbuild:=[ocamlopt]"
54 +DEPEND="${RDEPEND}
55 + >=dev-ml/findlib-1.3.1
56 + dev-ml/ocamlify
57 + dev-ml/ocamlmod
58 + !<sci-chemistry/oasis-4.0-r3
59 + test? (
60 + >=dev-ml/ocaml-fileutils-0.4.2
61 + >=dev-ml/ounit-2.0.0
62 + >=dev-ml/ocaml-expect-0.0.4
63 + dev-ml/pcre-ocaml
64 + dev-ml/extlib
65 + )"
66 +
67 +STRIP_MASK="*/bin/*"
68 +S="${WORKDIR}/${MY_P}"
69 +DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )