public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlduce: ChangeLog ocamlduce-3.10.2.ebuild
@ 2008-10-22  7:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-22  7:52 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/22 07:52:53

  Modified:             ChangeLog
  Added:                ocamlduce-3.10.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.2 x86_64)

Revision  Changes    Path
1.8                  dev-ml/ocamlduce/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Sep 2008 12:25:35 -0000	1.7
+++ ChangeLog	22 Oct 2008 07:52:53 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ml/ocamlduce
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.7 2008/09/25 12:25:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.8 2008/10/22 07:52:53 aballier Exp $
+
+*ocamlduce-3.10.2 (22 Oct 2008)
+
+  22 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+  +ocamlduce-3.10.2.ebuild:
+  version bump
 
   25 Sep 2008; Alexis Ballier <aballier@gentoo.org> ocamlduce-3.10.0.ebuild:
   keyword ~x86-fbsd



1.1                  dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild?rev=1.1&content-type=text/plain

Index: ocamlduce-3.10.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild,v 1.1 2008/10/22 07:52:53 aballier Exp $

inherit eutils findlib

EAPI="2"

MY_P="${P/_p/pl}"
DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
HOMEPAGE="http://www.cduce.org/ocaml.html"
SRC_URI="http://gallium.inria.fr/~frisch/ocamlcduce/download/${MY_P}.tar.gz"

LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="+ocamlopt"

DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
	>=dev-ml/findlib-1.1.2"

RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_compile() {
	if use ocamlopt; then
		emake -j1 all opt || die "emake failed"
	else
		emake CAMLC="ocamlc" CAMLDEP="ocamldep" -j1 all || die "emake failed"
	fi
}

src_install() {
	dodir /usr/bin
	use ocamlopt && findlib_src_install BINDIR="${D}/usr/bin"
	use ocamlopt || findlib_src_install BINDIR="${D}/usr/bin" CAMLC="ocamlc" CAMLDEP="ocamldep" OPT_VARIANTS=""
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlduce: ChangeLog ocamlduce-3.10.2.ebuild
@ 2009-06-20 15:17 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2009-06-20 15:17 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/20 15:17:50

  Modified:             ChangeLog ocamlduce-3.10.2.ebuild
  Log:
  define eapi before inherit
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ml/ocamlduce/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Dec 2008 08:11:46 -0000	1.9
+++ ChangeLog	20 Jun 2009 15:17:50 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ocamlduce
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.9 2008/12/11 08:11:46 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.10 2009/06/20 15:17:50 aballier Exp $
+
+  20 Jun 2009; Alexis Ballier <aballier@gentoo.org> ocamlduce-3.10.2.ebuild:
+  define eapi before inherit
 
   11 Dec 2008; Alexis Ballier <aballier@gentoo.org>
   -ocamlduce-3.10.0.ebuild:



1.2                  dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild?r1=1.1&r2=1.2

Index: ocamlduce-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocamlduce-3.10.2.ebuild	22 Oct 2008 07:52:53 -0000	1.1
+++ ocamlduce-3.10.2.ebuild	20 Jun 2009 15:17:50 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild,v 1.1 2008/10/22 07:52:53 aballier Exp $
-
-inherit eutils findlib
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.10.2.ebuild,v 1.2 2009/06/20 15:17:50 aballier Exp $
 
 EAPI="2"
 
+inherit eutils findlib
+
 MY_P="${P/_p/pl}"
 DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
 HOMEPAGE="http://www.cduce.org/ocaml.html"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlduce: ChangeLog ocamlduce-3.10.2.ebuild
@ 2009-12-07  8:03 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2009-12-07  8:03 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/07 08:03:57

  Modified:             ChangeLog
  Removed:              ocamlduce-3.10.2.ebuild
  Log:
  remove old
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ml/ocamlduce/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocamlduce/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	18 Sep 2009 22:45:34 -0000	1.12
+++ ChangeLog	7 Dec 2009 08:03:57 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/ocamlduce
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.12 2009/09/18 22:45:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.13 2009/12/07 08:03:57 aballier Exp $
+
+  07 Dec 2009; Alexis Ballier <aballier@gentoo.org>
+  -ocamlduce-3.10.2.ebuild:
+  remove old
 
   18 Sep 2009; Alexis Ballier <aballier@gentoo.org>
   ocamlduce-3.11.1.0.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-07  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07  8:03 [gentoo-commits] gentoo-x86 commit in dev-ml/ocamlduce: ChangeLog ocamlduce-3.10.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-20 15:17 Alexis Ballier (aballier)
2008-10-22  7:52 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox