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: Tue, 23 Aug 2016 15:11:41
Message-Id: 1471965085.5103169df9dbd323b61508689b8a57ae5daa1677.aballier@gentoo
1 commit: 5103169df9dbd323b61508689b8a57ae5daa1677
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 12:40:29 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 15:11:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103169d
7
8 dev-ml/oasis: bump to 0.4.7
9
10 Package-Manager: portage-2.3.0
11
12 dev-ml/oasis/Manifest | 1 +
13 dev-ml/oasis/oasis-0.4.7.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
17 index 32c8f8b..c289782 100644
18 --- a/dev-ml/oasis/Manifest
19 +++ b/dev-ml/oasis/Manifest
20 @@ -1,2 +1,3 @@
21 DIST oasis-0.4.5.tar.gz 336502 SHA256 6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7 WHIRLPOOL 46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
22 DIST oasis-0.4.6.tar.gz 337490 SHA256 1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88 WHIRLPOOL 7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
23 +DIST oasis-0.4.7.tar.gz 371869 SHA256 54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d SHA512 f1ed31da03ec4245489d74589f8385af990191be16074b25f482a96fa916f87f99e314944bb0cb798269c6870ca85c59273d33a298a2ad3f239b7ae444c74ec2 WHIRLPOOL 6b744ea4e0953f1a350eb7a75458e4d5b4778143f14a2f88742600db3b1858479aadbb26ace70d7f2c9094a56a05f1c7adedca9f09a8d0588b3dd671cf7609dd
24
25 diff --git a/dev-ml/oasis/oasis-0.4.7.ebuild b/dev-ml/oasis/oasis-0.4.7.ebuild
26 new file mode 100644
27 index 0000000..23488ac
28 --- /dev/null
29 +++ b/dev-ml/oasis/oasis-0.4.7.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2016 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/1635/${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" )