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/ocaml-sha: ChangeLog ocaml-sha-1.8.ebuild
Date: Tue, 30 Oct 2012 11:42:41
Message-Id: 20121030114223.E2D4421600@flycatcher.gentoo.org
1 aballier 12/10/30 11:42:23
2
3 Modified: ChangeLog
4 Added: ocaml-sha-1.8.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.2 dev-ml/ocaml-sha/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sha/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sha/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sha/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sha/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 2 Aug 2012 13:42:37 -0000 1.1
24 +++ ChangeLog 30 Oct 2012 11:42:23 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/ocaml-sha
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sha/ChangeLog,v 1.1 2012/08/02 13:42:37 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sha/ChangeLog,v 1.2 2012/10/30 11:42:23 aballier Exp $
30 +
31 +*ocaml-sha-1.8 (30 Oct 2012)
32 +
33 + 30 Oct 2012; Alexis Ballier <aballier@g.o> +ocaml-sha-1.8.ebuild:
34 + version bump
35
36 *ocaml-sha-1.7 (02 Aug 2012)
37
38
39
40
41 1.1 dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ocaml-sha-1.8.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/ocaml-sha/ocaml-sha-1.8.ebuild,v 1.1 2012/10/30 11:42:23 aballier Exp $
51
52 EAPI=4
53
54 inherit findlib vcs-snapshot
55
56 DESCRIPTION="A binding for SHA interface code in OCaml"
57 HOMEPAGE="http://github.com/vincenthz/ocaml-sha"
58 SRC_URI="http://nodeload.github.com/vincenthz/${PN}/tarball/v${PV} -> ${P}.tar.gz"
59
60 LICENSE="LGPL-2.1-with-linking-exception"
61 SLOT="0"
62 KEYWORDS="~amd64"
63 IUSE=""
64
65 DEPEND=">=dev-lang/ocaml-3.12[ocamlopt]"
66 RDEPEND="${DEPEND}"
67
68 src_compile() {
69 emake -j1 || die
70 }
71
72 src_install() {
73 findlib_src_install
74 dodoc README
75 }