From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
Date: Wed, 10 Oct 2012 12:43:56 +0000 (UTC) [thread overview]
Message-ID: <20121010124356.2540821600@flycatcher.gentoo.org> (raw)
aballier 12/10/10 12:43:56
Modified: obrowser-1.1.1.ebuild ChangeLog
Log:
fix build with ocaml-4
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ml/obrowser/obrowser-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.3&r2=1.4
Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- obrowser-1.1.1.ebuild 4 May 2012 12:29:20 -0000 1.3
+++ obrowser-1.1.1.ebuild 10 Oct 2012 12:43:55 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.3 2012/05/04 12:29:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.4 2012/10/10 12:43:55 aballier Exp $
EAPI=3
-inherit findlib
+inherit findlib eutils
DESCRIPTION="OCaml virtual machine written in Javascript, to run OCaml program in browsers"
HOMEPAGE="http://ocsigen.org/obrowser/"
@@ -20,6 +20,10 @@
DEPEND="${RDEPEND}
app-arch/sharutils"
+src_prepare() {
+ has_version '>=dev-lang/ocaml-4' && epatch "${FILESDIR}/${P}-ocaml4.patch"
+}
+
src_compile() {
touch .check_version
emake -j1 EXAMPLES_TARGETS="" || die
1.8 dev-ml/obrowser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 May 2012 12:29:20 -0000 1.7
+++ ChangeLog 10 Oct 2012 12:43:55 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/obrowser
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.7 2012/05/04 12:29:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.8 2012/10/10 12:43:55 aballier Exp $
+
+ 10 Oct 2012; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild,
+ +files/obrowser-1.1.1-ocaml4.patch:
+ fix build with ocaml-4
04 May 2012; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
depend on lwt, by Sergey Kishchenko in bug #413885
next reply other threads:[~2012-10-10 12:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 12:43 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-19 20:54 [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog Alexis Ballier (aballier)
2013-03-10 10:53 Alexis Ballier (aballier)
2013-03-10 10:52 Alexis Ballier (aballier)
2012-05-04 12:29 Alexis Ballier (aballier)
2011-06-26 20:08 Alexis Ballier (aballier)
2011-04-28 14:46 Alexis Ballier (aballier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121010124356.2540821600@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox