public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/fort: ChangeLog fort-0.4.2.ebuild
Date: Wed, 10 Oct 2012 12:16:05 +0000 (UTC)	[thread overview]
Message-ID: <20121010121605.232FF21601@flycatcher.gentoo.org> (raw)

aballier    12/10/10 12:16:05

  Modified:             ChangeLog fort-0.4.2.ebuild
  Log:
  fix build with ocaml-4
  
  (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ml/fort/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	12 Feb 2011 16:01:46 -0000	1.4
+++ ChangeLog	10 Oct 2012 12:16:04 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/fort
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.4 2011/02/12 16:01:46 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.5 2012/10/10 12:16:04 aballier Exp $
+
+  10 Oct 2012; Alexis Ballier <aballier@gentoo.org> fort-0.4.2.ebuild,
+  +files/fort-0.4.2-ocaml4.patch:
+  fix build with ocaml-4
 
   12 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> fort-0.4.2.ebuild:
   Marked ~ppc wrt #322673



1.5                  dev-ml/fort/fort-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild?r1=1.4&r2=1.5

Index: fort-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fort-0.4.2.ebuild	12 Feb 2011 16:01:46 -0000	1.4
+++ fort-0.4.2.ebuild	10 Oct 2012 12:16:04 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.4 2011/02/12 16:01:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.5 2012/10/10 12:16:04 aballier Exp $
 
 EAPI=2
 
-inherit multilib
+inherit multilib eutils
 
 DESCRIPTION="provides an environment for testing programs and Objective Caml modules"
 HOMEPAGE="http://fort.sourceforge.net/"
@@ -19,6 +19,7 @@
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	has_version '>=dev-lang/ocaml-4' && epatch "${FILESDIR}/${P}-ocaml4.patch"
 	sed -i -e "s:\$(BINDIR):\$(DESTDIR)&:"\
 		-e "s:\$(LIBDIR):\$(DESTDIR)&:" Makefile || die
 }





             reply	other threads:[~2012-10-10 12:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-10 12:16 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-19 13:27 [gentoo-commits] gentoo-x86 commit in dev-ml/fort: ChangeLog fort-0.4.2.ebuild Alexis Ballier (aballier)
2011-02-12 16:01 Kacper Kowalik (xarthisius)
2010-11-28 12:42 Markos Chandras (hwoarang)
2010-11-15  9:18 Thomas Kahle (tomka)

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=20121010121605.232FF21601@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