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/pa_ounit: metadata.xml ChangeLog pa_ounit-108.00.01.ebuild
Date: Sat, 30 Jun 2012 14:35:48
Message-Id: 20120630143539.105F32004B@flycatcher.gentoo.org
1 aballier 12/06/30 14:35:39
2
3 Added: metadata.xml ChangeLog pa_ounit-108.00.01.ebuild
4 Log:
5 initial import, ebuild by me
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ml/pa_ounit/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ml</herd>
21 <longdescription lang="en">
22 Pa_ounit is a syntax extension that helps writing in-line test in ocaml
23 code. It allows user to register tests with a new `TEST` top-level expressions
24 and automatically collects all the tests in a module (in a function
25 `ounit_tests` of type `unit -> OUnit.test`).
26 </longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 dev-ml/pa_ounit/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for dev-ml/pa_ounit
39 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.1 2012/06/30 14:35:38 aballier Exp $
41
42 *pa_ounit-108.00.01 (30 Jun 2012)
43
44 30 Jun 2012; Alexis Ballier <aballier@g.o> +pa_ounit-108.00.01.ebuild,
45 +metadata.xml:
46 initial import, ebuild by me
47
48
49
50
51 1.1 dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild?rev=1.1&content-type=text/plain
55
56 Index: pa_ounit-108.00.01.ebuild
57 ===================================================================
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild,v 1.1 2012/06/30 14:35:38 aballier Exp $
61
62 EAPI="4"
63
64 inherit oasis
65
66 DESCRIPTION="Syntax extension that helps writing in-line test in ocaml"
67 HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
68 SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${P}.tar.gz"
69
70 LICENSE="Apache-2.0"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 DEPEND=">=dev-ml/type-conv-3.0.5"
76 RDEPEND="${DEPEND}"
77
78 DOCS=( "readme.md" )