* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-03-09 11:56 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2008-03-09 11:56 UTC (permalink / raw
To: gentoo-commits
aballier 08/03/09 11:56:15
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
Add a patch initially from mandriva modified by me to handle tk up to 8.5
(Portage version: 2.1.4.4)
Revision Changes Path
1.2 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.1&r2=1.2
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-3.10.2.ebuild 29 Feb 2008 16:46:26 -0000 1.1
+++ ocaml-3.10.2.ebuild 9 Mar 2008 11:56:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.1 2008/02/29 16:46:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.2 2008/03/09 11:56:14 aballier Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -57,6 +57,8 @@
# See comment in the patch
epatch "${FILESDIR}/${PN}-3.10.0-call-ld-with-proper-ldflags.patch"
+ # Adapted from mandriva to get labltk built with tk8.5
+ epatch "${FILESDIR}/${P}-tk85.patch"
}
src_compile() {
1.138 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 29 Feb 2008 16:46:26 -0000 1.137
+++ ChangeLog 9 Mar 2008 11:56:14 -0000 1.138
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.137 2008/02/29 16:46:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.138 2008/03/09 11:56:14 aballier Exp $
+
+ 09 Mar 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/ocaml-3.10.2-tk85.patch, ocaml-3.10.2.ebuild:
+ Add a patch initially from mandriva modified by me to handle tk up to 8.5
*ocaml-3.10.2 (29 Feb 2008)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-04 19:31 Markus Rothe (corsair)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Rothe (corsair) @ 2008-06-04 19:31 UTC (permalink / raw
To: gentoo-commits
corsair 08/06/04 19:31:09
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
Stable on ppc64; bug #224893
(Portage version: 2.1.4.4)
Revision Changes Path
1.3 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.2&r2=1.3
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocaml-3.10.2.ebuild 9 Mar 2008 11:56:14 -0000 1.2
+++ ocaml-3.10.2.ebuild 4 Jun 2008 19:31:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.2 2008/03/09 11:56:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.3 2008/06/04 19:31:08 corsair Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.140 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 9 Mar 2008 11:58:48 -0000 1.139
+++ ChangeLog 4 Jun 2008 19:31:08 -0000 1.140
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.139 2008/03/09 11:58:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.140 2008/06/04 19:31:08 corsair Exp $
+
+ 04 Jun 2008; Markus Rothe <corsair@gentoo.org> ocaml-3.10.2.ebuild:
+ Stable on ppc64; bug #224893
09 Mar 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-3.09.3-r2.ebuild,
-ocaml-3.10.1.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-05 15:15 Christian Faulhammer (opfer)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-06-05 15:15 UTC (permalink / raw
To: gentoo-commits
opfer 08/06/05 15:15:19
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
stable x86, bug 224893
(Portage version: 2.1.4.4)
Revision Changes Path
1.4 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.3&r2=1.4
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-3.10.2.ebuild 4 Jun 2008 19:31:08 -0000 1.3
+++ ocaml-3.10.2.ebuild 5 Jun 2008 15:15:18 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.3 2008/06/04 19:31:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.4 2008/06/05 15:15:18 opfer Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.141 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 4 Jun 2008 19:31:08 -0000 1.140
+++ ChangeLog 5 Jun 2008 15:15:18 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.140 2008/06/04 19:31:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.141 2008/06/05 15:15:18 opfer Exp $
+
+ 05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> ocaml-3.10.2.ebuild:
+ stable x86, bug 224893
04 Jun 2008; Markus Rothe <corsair@gentoo.org> ocaml-3.10.2.ebuild:
Stable on ppc64; bug #224893
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-07 15:48 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2008-06-07 15:48 UTC (permalink / raw
To: gentoo-commits
jer 08/06/07 15:48:33
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
Stable for HPPA (bug #224893).
(Portage version: 2.1.5.4)
Revision Changes Path
1.5 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.4&r2=1.5
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocaml-3.10.2.ebuild 5 Jun 2008 15:15:18 -0000 1.4
+++ ocaml-3.10.2.ebuild 7 Jun 2008 15:48:33 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.4 2008/06/05 15:15:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.5 2008/06/07 15:48:33 jer Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.142 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 5 Jun 2008 15:15:18 -0000 1.141
+++ ChangeLog 7 Jun 2008 15:48:33 -0000 1.142
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.141 2008/06/05 15:15:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.142 2008/06/07 15:48:33 jer Exp $
+
+ 07 Jun 2008; Jeroen Roovers <jer@gentoo.org> ocaml-3.10.2.ebuild:
+ Stable for HPPA (bug #224893).
05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> ocaml-3.10.2.ebuild:
stable x86, bug 224893
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-07 16:08 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-06-07 16:08 UTC (permalink / raw
To: gentoo-commits
nixnut 08/06/07 16:08:46
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
Stable on ppc wrt bug 224893
(Portage version: 2.1.4.4)
Revision Changes Path
1.6 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.5&r2=1.6
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ocaml-3.10.2.ebuild 7 Jun 2008 15:48:33 -0000 1.5
+++ ocaml-3.10.2.ebuild 7 Jun 2008 16:08:46 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.5 2008/06/07 15:48:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.6 2008/06/07 16:08:46 nixnut Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.143 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 7 Jun 2008 15:48:33 -0000 1.142
+++ ChangeLog 7 Jun 2008 16:08:46 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.142 2008/06/07 15:48:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.143 2008/06/07 16:08:46 nixnut Exp $
+
+ 07 Jun 2008; nixnut <nixnut@gentoo.org> ocaml-3.10.2.ebuild:
+ Stable on ppc wrt bug 224893
07 Jun 2008; Jeroen Roovers <jer@gentoo.org> ocaml-3.10.2.ebuild:
Stable for HPPA (bug #224893).
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-08 19:21 Kenneth Prugh (ken69267)
0 siblings, 0 replies; 8+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-06-08 19:21 UTC (permalink / raw
To: gentoo-commits
ken69267 08/06/08 19:21:59
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
amd64 stable, bug #224893
(Portage version: 2.1.5.4)
Revision Changes Path
1.7 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.6&r2=1.7
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ocaml-3.10.2.ebuild 7 Jun 2008 16:08:46 -0000 1.6
+++ ocaml-3.10.2.ebuild 8 Jun 2008 19:21:58 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.6 2008/06/07 16:08:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.7 2008/06/08 19:21:58 ken69267 Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.145 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 7 Jun 2008 17:38:51 -0000 1.144
+++ ChangeLog 8 Jun 2008 19:21:58 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.144 2008/06/07 17:38:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.145 2008/06/08 19:21:58 ken69267 Exp $
+
+ 08 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> ocaml-3.10.2.ebuild:
+ amd64 stable, bug #224893
07 Jun 2008; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
Tune up a bit ocaml-rebuild.sh so that it does not give syntax errors on
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-06-09 9:27 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-06-09 9:27 UTC (permalink / raw
To: gentoo-commits
armin76 08/06/09 09:27:26
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #224893
(Portage version: 2.1.4.4)
Revision Changes Path
1.8 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.7&r2=1.8
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ocaml-3.10.2.ebuild 8 Jun 2008 19:21:58 -0000 1.7
+++ ocaml-3.10.2.ebuild 9 Jun 2008 09:27:26 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.7 2008/06/08 19:21:58 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.8 2008/06/09 09:27:26 armin76 Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.146 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 8 Jun 2008 19:21:58 -0000 1.145
+++ ChangeLog 9 Jun 2008 09:27:26 -0000 1.146
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.145 2008/06/08 19:21:58 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.146 2008/06/09 09:27:26 armin76 Exp $
+
+ 09 Jun 2008; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild:
+ alpha/ia64/sparc stable wrt #224893
08 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> ocaml-3.10.2.ebuild:
amd64 stable, bug #224893
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog
@ 2008-09-22 18:56 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-22 18:56 UTC (permalink / raw
To: gentoo-commits
armin76 08/09/22 18:56:34
Modified: ocaml-3.10.2.ebuild ChangeLog
Log:
Re-add ~arm wrt #178256
(Portage version: 2.1.4.4)
Revision Changes Path
1.10 dev-lang/ocaml/ocaml-3.10.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.9&r2=1.10
Index: ocaml-3.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ocaml-3.10.2.ebuild 16 Jun 2008 19:44:37 -0000 1.9
+++ ocaml-3.10.2.ebuild 22 Sep 2008 18:56:34 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.9 2008/06/16 19:44:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.10 2008/09/22 18:56:34 armin76 Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="emacs gdbm latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
1.149 dev-lang/ocaml/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 16 Jun 2008 19:44:37 -0000 1.148
+++ ChangeLog 22 Sep 2008 18:56:34 -0000 1.149
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.148 2008/06/16 19:44:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.149 2008/09/22 18:56:34 armin76 Exp $
+
+ 22 Sep 2008; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild:
+ Re-add ~arm wrt #178256
16 Jun 2008; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
ocaml-3.10.2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-09-22 18:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09 11:56 [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.2.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2008-06-04 19:31 Markus Rothe (corsair)
2008-06-05 15:15 Christian Faulhammer (opfer)
2008-06-07 15:48 Jeroen Roovers (jer)
2008-06-07 16:08 Gysbert Wassenaar (nixnut)
2008-06-08 19:21 Kenneth Prugh (ken69267)
2008-06-09 9:27 Raul Porcel (armin76)
2008-09-22 18:56 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox