public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2011-04-28 14:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2011-04-28 14:46 UTC (permalink / raw
  To: gentoo-commits

aballier    11/04/28 14:46:19

  Modified:             ChangeLog
  Added:                obrowser-1.1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Feb 2011 21:17:11 -0000	1.3
+++ ChangeLog	28 Apr 2011 14:46:19 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/obrowser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.3 2011/02/15 21:17:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.4 2011/04/28 14:46:19 aballier Exp $
+
+*obrowser-1.1.1 (28 Apr 2011)
+
+  28 Apr 2011; Alexis Ballier <aballier@gentoo.org> +obrowser-1.1.1.ebuild:
+  version bump
 
   15 Feb 2011; Thomas Kahle <tomka@gentoo.org> obrowser-1.1.ebuild:
   ~x86 per bug 352299



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: obrowser-1.1.1.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/04/28 14:46:19 aballier Exp $

EAPI=3

inherit findlib

DESCRIPTION="OCaml virtual machine written in Javascript, to run OCaml program in browsers"
HOMEPAGE="http://ocsigen.org/obrowser/"
SRC_URI="http://ocsigen.org/download/${P}.tar.gz"

LICENSE="LGPL-2.1 GPL-3 WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ocaml-3.12.0"
DEPEND="${RDEPEND}
	app-arch/sharutils"

src_compile() {
	emake -j1 EXAMPLES_TARGETS="" || die
}

src_install() {
	findlib_src_preinst
	OCAMLPATH=${OCAMLFIND_DESTDIR} emake DESTDIR="${D}" install || die
	dodoc README.TXT || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2011-06-26 20:08 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-26 20:08 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/26 20:08:09

  Modified:             obrowser-1.1.1.ebuild ChangeLog
  Log:
  inhibit the ocaml version check so that it builds with 3.12.1rc1
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.1&r2=1.2

Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- obrowser-1.1.1.ebuild	28 Apr 2011 14:46:19 -0000	1.1
+++ obrowser-1.1.1.ebuild	26 Jun 2011 20:08:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.1 2011/04/28 14:46:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.2 2011/06/26 20:08:09 aballier Exp $
 
 EAPI=3
 
@@ -20,6 +20,7 @@
 	app-arch/sharutils"
 
 src_compile() {
+	touch .check_version
 	emake -j1 EXAMPLES_TARGETS="" || die
 }
 



1.6                  dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	28 Apr 2011 14:47:19 -0000	1.5
+++ ChangeLog	26 Jun 2011 20:08:09 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/obrowser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.5 2011/04/28 14:47:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.6 2011/06/26 20:08:09 aballier Exp $
+
+  26 Jun 2011; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
+  inhibit the ocaml version check so that it builds with 3.12.1rc1
 
   28 Apr 2011; Alexis Ballier <aballier@gentoo.org> -obrowser-1.1.ebuild,
   -files/obrowser-1.1-ocaml312.patch:






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2012-05-04 12:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-04 12:29 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/04 12:29:20

  Modified:             obrowser-1.1.1.ebuild ChangeLog
  Log:
  depend on lwt, by Sergey Kishchenko in bug #413885
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.2&r2=1.3

Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- obrowser-1.1.1.ebuild	26 Jun 2011 20:08:09 -0000	1.2
+++ obrowser-1.1.1.ebuild	4 May 2012 12:29:20 -0000	1.3
@@ -1,6 +1,6 @@
-# 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/obrowser/obrowser-1.1.1.ebuild,v 1.2 2011/06/26 20:08:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.3 2012/05/04 12:29:20 aballier Exp $
 
 EAPI=3
 
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ocaml-3.12.0"
+RDEPEND=">=dev-lang/ocaml-3.12.0
+	dev-ml/lwt"
 DEPEND="${RDEPEND}
 	app-arch/sharutils"
 



1.7                  dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Jun 2011 20:08:09 -0000	1.6
+++ ChangeLog	4 May 2012 12:29:20 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/obrowser
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.6 2011/06/26 20:08:09 aballier Exp $
+# 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 $
+
+  04 May 2012; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
+  depend on lwt, by Sergey Kishchenko in bug #413885
 
   26 Jun 2011; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
   inhibit the ocaml version check so that it builds with 3.12.1rc1






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2012-10-10 12:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-10 12:43 UTC (permalink / raw
  To: gentoo-commits

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





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2013-03-10 10:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:52 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/10 10:52:31

  Modified:             obrowser-1.1.1.ebuild ChangeLog
  Log:
  eapi5: define subslot, slot dep on ocaml packages, remove useless || die
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.4&r2=1.5

Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- obrowser-1.1.1.ebuild	10 Oct 2012 12:43:55 -0000	1.4
+++ obrowser-1.1.1.ebuild	10 Mar 2013 10:52:31 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.4 2012/10/10 12:43:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.5 2013/03/10 10:52:31 aballier Exp $
 
-EAPI=3
+EAPI=5
 
 inherit findlib eutils
 
@@ -15,8 +15,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ocaml-3.12.0
-	dev-ml/lwt"
+RDEPEND=">=dev-lang/ocaml-3.12.0:=
+	dev-ml/lwt:="
 DEPEND="${RDEPEND}
 	app-arch/sharutils"
 
@@ -26,11 +26,11 @@
 
 src_compile() {
 	touch .check_version
-	emake -j1 EXAMPLES_TARGETS="" || die
+	emake -j1 EXAMPLES_TARGETS=""
 }
 
 src_install() {
 	findlib_src_preinst
-	OCAMLPATH=${OCAMLFIND_DESTDIR} emake DESTDIR="${D}" install || die
-	dodoc README.TXT || die
+	OCAMLPATH=${OCAMLFIND_DESTDIR} emake DESTDIR="${D}" install
+	dodoc README.TXT
 }



1.9                  dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Oct 2012 12:43:55 -0000	1.8
+++ ChangeLog	10 Mar 2013 10:52:31 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2012/10/10 12:43:55 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.9 2013/03/10 10:52:31 aballier Exp $
+
+  10 Mar 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
+  eapi5: define subslot, slot dep on ocaml packages, remove useless || die
 
   10 Oct 2012; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild,
   +files/obrowser-1.1.1-ocaml4.patch:





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2013-03-10 10:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:53 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/10 10:53:19

  Modified:             obrowser-1.1.1.ebuild ChangeLog
  Log:
  define subslot for real this time
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.5&r2=1.6

Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- obrowser-1.1.1.ebuild	10 Mar 2013 10:52:31 -0000	1.5
+++ obrowser-1.1.1.ebuild	10 Mar 2013 10:53:19 -0000	1.6
@@ -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/obrowser/obrowser-1.1.1.ebuild,v 1.5 2013/03/10 10:52:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.6 2013/03/10 10:53:19 aballier Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI="http://ocsigen.org/download/${P}.tar.gz"
 
 LICENSE="LGPL-2.1 GPL-3 WTFPL-2"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 



1.10                 dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Mar 2013 10:52:31 -0000	1.9
+++ ChangeLog	10 Mar 2013 10:53:19 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/obrowser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.9 2013/03/10 10:52:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.10 2013/03/10 10:53:19 aballier Exp $
+
+  10 Mar 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
+  define subslot for real this time
 
   10 Mar 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
   eapi5: define subslot, slot dep on ocaml packages, remove useless || die
@@ -36,4 +39,3 @@
   07 Nov 2010; Alexis Ballier <aballier@gentoo.org> +obrowser-1.1.ebuild,
   +metadata.xml:
   initial import, ebuild by me
-





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
@ 2013-08-19 20:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-19 20:54 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/19 20:54:42

  Modified:             obrowser-1.1.1.ebuild ChangeLog
  Log:
  fix build with ocaml 4.01
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.6&r2=1.7

Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- obrowser-1.1.1.ebuild	10 Mar 2013 10:53:19 -0000	1.6
+++ obrowser-1.1.1.ebuild	19 Aug 2013 20:54:42 -0000	1.7
@@ -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/obrowser/obrowser-1.1.1.ebuild,v 1.6 2013/03/10 10:53:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.7 2013/08/19 20:54:42 aballier Exp $
 
 EAPI=5
 
@@ -22,6 +22,7 @@
 
 src_prepare() {
 	has_version '>=dev-lang/ocaml-4' && epatch "${FILESDIR}/${P}-ocaml4.patch"
+	has_version '>=dev-lang/ocaml-4.01_beta' && epatch "${FILESDIR}/${P}-ocaml41.patch"
 }
 
 src_compile() {



1.11                 dev-ml/obrowser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 Mar 2013 10:53:19 -0000	1.10
+++ ChangeLog	19 Aug 2013 20:54:42 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/obrowser
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.10 2013/03/10 10:53:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.11 2013/08/19 20:54:42 aballier Exp $
+
+  19 Aug 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild,
+  +files/obrowser-1.1.1-ocaml41.patch:
+  fix build with ocaml 4.01
 
   10 Mar 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
   define subslot for real this time





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

end of thread, other threads:[~2013-08-19 20:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 14:46 [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-26 20:08 Alexis Ballier (aballier)
2012-05-04 12:29 Alexis Ballier (aballier)
2012-10-10 12:43 Alexis Ballier (aballier)
2013-03-10 10:52 Alexis Ballier (aballier)
2013-03-10 10:53 Alexis Ballier (aballier)
2013-08-19 20:54 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