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/ocamlweb: ocamlweb-1.39.ebuild ChangeLog
Date: Mon, 01 Jun 2015 08:28:45
Message-Id: 20150601082835.5FDB8A19@oystercatcher.gentoo.org
1 aballier 15/06/01 08:28:35
2
3 Modified: ChangeLog
4 Added: ocamlweb-1.39.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: Alexis Ballier <aballier@g.o>
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.26 dev-ml/ocamlweb/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlweb/ChangeLog?rev=1.26&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlweb/ChangeLog?rev=1.26&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlweb/ChangeLog?r1=1.25&r2=1.26
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v
21 retrieving revision 1.25
22 retrieving revision 1.26
23 diff -u -r1.25 -r1.26
24 --- ChangeLog 1 Jun 2015 08:26:46 -0000 1.25
25 +++ ChangeLog 1 Jun 2015 08:28:35 -0000 1.26
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/ocamlweb
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.25 2015/06/01 08:26:46 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.26 2015/06/01 08:28:35 aballier Exp $
31 +
32 +*ocamlweb-1.39 (01 Jun 2015)
33 +
34 + 01 Jun 2015; Alexis Ballier <aballier@g.o> +ocamlweb-1.39.ebuild:
35 + version bump
36
37 01 Jun 2015; Alexis Ballier <aballier@g.o> -ocamlweb-1.38.ebuild:
38 remove old
39
40
41
42 1.1 dev-ml/ocamlweb/ocamlweb-1.39.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.39.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.39.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ocamlweb-1.39.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.39.ebuild,v 1.1 2015/06/01 08:28:35 aballier Exp $
52
53 EAPI=5
54
55 inherit latex-package eutils base
56
57 DESCRIPTION="O'Caml literate programming tool"
58 HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/"
59 SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz"
60
61 IUSE=""
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66
67 DEPEND=">=dev-lang/ocaml-3.09:=
68 virtual/latex-base
69 dev-texlive/texlive-latexextra
70 "
71
72 PATCHES=(
73 "${FILESDIR}/${PN}-1.37-strip.patch"
74 )
75
76 src_compile() {
77 emake
78 }
79
80 src_install() {
81 emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" BASETEXDIR="${D}/${TEXMF}" install
82 dodoc README CHANGES
83 }