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.3.0.ebuild
Date: Fri, 29 Jun 2012 23:27:51
Message-Id: 20120629232734.854E92004B@flycatcher.gentoo.org
1 aballier 12/06/29 23:27:34
2
3 Modified: ChangeLog
4 Added: oasis-0.3.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 dev-ml/oasis/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 12 Jun 2012 12:46:40 -0000 1.5
24 +++ ChangeLog 29 Jun 2012 23:27:34 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/oasis
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.5 2012/06/12 12:46:40 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.6 2012/06/29 23:27:34 aballier Exp $
30 +
31 +*oasis-0.3.0 (29 Jun 2012)
32 +
33 + 29 Jun 2012; Alexis Ballier <aballier@g.o> +oasis-0.3.0.ebuild:
34 + version bump
35
36 12 Jun 2012; Alexis Ballier <aballier@g.o> -oasis-0.3.0_rc5.ebuild:
37 remove old
38
39
40
41 1.1 dev-ml/oasis/oasis-0.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/oasis/oasis-0.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: oasis-0.3.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/oasis-0.3.0.ebuild,v 1.1 2012/06/29 23:27:34 aballier Exp $
51
52 EAPI=3
53
54 OASIS_BUILD_TESTS=1
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 MY_P=${P/_/\~}
60 DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
61 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
62 SRC_URI="http://forge.ocamlcore.org/frs/download.php/918/${MY_P}.tar.gz"
63
64 LICENSE="LGPL-2.1-linking-exception"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3"
70 DEPEND="${RDEPEND}
71 dev-ml/ocamlify
72 dev-ml/ocamlmod
73 test? (
74 >=dev-ml/ocaml-fileutils-0.4.2
75 >=dev-ml/ounit-1.1.0
76 >=dev-ml/ocaml-expect-0.0.2
77 dev-ml/extlib
78 )"
79
80 STRIP_MASK="*/bin/*"
81 S="${WORKDIR}/${MY_P}"
82 DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )