public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: type-conv-109.08.00.ebuild type-conv-109.07.00.ebuild ChangeLog
@ 2013-02-25  6:45 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2013-02-25  6:45 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/02/25 06:45:38

  Modified:             type-conv-109.08.00.ebuild
                        type-conv-109.07.00.ebuild ChangeLog
  Log:
  Raise minimal ocaml version up to 4.0.
  
  (Portage version: 2.2.0_alpha163_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.2                  dev-ml/type-conv/type-conv-109.08.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild?r1=1.1&r2=1.2

Index: type-conv-109.08.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- type-conv-109.08.00.ebuild	8 Feb 2013 23:19:29 -0000	1.1
+++ type-conv-109.08.00.ebuild	25 Feb 2013 06:45:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild,v 1.1 2013/02/08 23:19:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.08.00.ebuild,v 1.2 2013/02/25 06:45:38 slyfox Exp $
 
 EAPI="5"
 
@@ -21,6 +21,7 @@
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	>=dev-lang/ocaml-4.0[ocamlopt?]
 	>=dev-ml/findlib-1.3.2"
 
 DOCS=( "README.md" "CHANGES.txt" )



1.2                  dev-ml/type-conv/type-conv-109.07.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild?r1=1.1&r2=1.2

Index: type-conv-109.07.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- type-conv-109.07.00.ebuild	7 Feb 2013 15:41:19 -0000	1.1
+++ type-conv-109.07.00.ebuild	25 Feb 2013 06:45:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild,v 1.1 2013/02/07 15:41:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.07.00.ebuild,v 1.2 2013/02/25 06:45:38 slyfox Exp $
 
 EAPI="5"
 
@@ -21,6 +21,7 @@
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	>=dev-lang/ocaml-4.0[ocamlopt?]
 	>=dev-ml/findlib-1.3.2"
 
 DOCS=( "README.md" "CHANGES.txt" )



1.24                 dev-ml/type-conv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	8 Feb 2013 23:19:29 -0000	1.23
+++ ChangeLog	25 Feb 2013 06:45:38 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/type-conv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.23 2013/02/08 23:19:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.24 2013/02/25 06:45:38 slyfox Exp $
+
+  25 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
+  type-conv-109.07.00.ebuild, type-conv-109.08.00.ebuild:
+  Raise minimal ocaml version up to 4.0.
 
 *type-conv-109.08.00 (08 Feb 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-25  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25  6:45 [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: type-conv-109.08.00.ebuild type-conv-109.07.00.ebuild ChangeLog Sergei Trofimovich (slyfox)

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