public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-107.01.ebuild
@ 2011-10-06 20:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-10-06 20:45 UTC (permalink / raw
  To: gentoo-commits

aballier    11/10/06 20:45:15

  Modified:             ChangeLog
  Added:                core-107.01.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha62/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	6 Jul 2011 18:26:59 -0000	1.5
+++ ChangeLog	6 Oct 2011 20:45:15 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.5 2011/07/06 18:26:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.6 2011/10/06 20:45:15 aballier Exp $
+
+*core-107.01 (06 Oct 2011)
+
+  06 Oct 2011; Alexis Ballier <aballier@gentoo.org> +core-107.01.ebuild:
+  version bump
 
   06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -core-0.6.0.ebuild,
   -files/core-0.6.0-ocaml312.patch, -core-0.7.0_beta1.ebuild,



1.1                  dev-ml/core/core-107.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-107.01.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-107.01.ebuild?rev=1.1&content-type=text/plain

Index: core-107.01.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.1 2011/10/06 20:45:15 aballier Exp $

EAPI="2"
inherit findlib eutils multilib

MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"

LICENSE="LGPL-2.1-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug +ocamlopt test"

RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]
	dev-ml/res
	>=dev-ml/sexplib-5.2.1
	>=dev-ml/bin-prot-1.3.1
	>=dev-ml/fieldslib-0.1.2"
DEPEND="${RDEPEND}
	test? ( >=dev-ml/ounit-1.0.2 )"

oasis_use_enable() {
	echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
}

src_configure() {
	./configure --prefix usr \
		--libdir /usr/$(get_libdir) \
		--docdir /usr/share/doc/${PF}/html \
		--destdir "${D}" \
		$(oasis_use_enable debug debug) \
		$(oasis_use_enable ocamlopt is_native) \
		|| die
}

src_test() {
	LD_LIBRARY_PATH="${S}/_build/lib" emake test || die
}

src_install() {
	findlib_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-107.01.ebuild
@ 2012-03-27 21:33 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-03-27 21:33 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/27 21:33:16

  Modified:             ChangeLog core-107.01.ebuild
  Log:
  convert to oasis.eclass
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Feb 2012 20:29:35 -0000	1.7
+++ ChangeLog	27 Mar 2012 21:33:16 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.7 2012/02/23 20:29:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.8 2012/03/27 21:33:16 aballier Exp $
+
+  27 Mar 2012; Alexis Ballier <aballier@gentoo.org> core-107.01.ebuild:
+  convert to oasis.eclass
 
   23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -core-0.7.0.ebuild:
   remove old



1.2                  dev-ml/core/core-107.01.ebuild

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

Index: core-107.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- core-107.01.ebuild	6 Oct 2011 20:45:15 -0000	1.1
+++ core-107.01.ebuild	27 Mar 2012 21:33:16 -0000	1.2
@@ -1,9 +1,9 @@
-# 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/core/core-107.01.ebuild,v 1.1 2011/10/06 20:45:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.2 2012/03/27 21:33:16 aballier Exp $
 
-EAPI="2"
-inherit findlib eutils multilib
+EAPI="3"
+inherit oasis
 
 MY_P=${P/_/\~}
 DESCRIPTION="Jane Street's alternative to the standard library"
@@ -13,34 +13,11 @@
 LICENSE="LGPL-2.1-linking-exception"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="debug +ocamlopt test"
+IUSE="test"
 
-RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]
-	dev-ml/res
+RDEPEND="dev-ml/res
 	>=dev-ml/sexplib-5.2.1
 	>=dev-ml/bin-prot-1.3.1
 	>=dev-ml/fieldslib-0.1.2"
 DEPEND="${RDEPEND}
 	test? ( >=dev-ml/ounit-1.0.2 )"
-
-oasis_use_enable() {
-	echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
-}
-
-src_configure() {
-	./configure --prefix usr \
-		--libdir /usr/$(get_libdir) \
-		--docdir /usr/share/doc/${PF}/html \
-		--destdir "${D}" \
-		$(oasis_use_enable debug debug) \
-		$(oasis_use_enable ocamlopt is_native) \
-		|| die
-}
-
-src_test() {
-	LD_LIBRARY_PATH="${S}/_build/lib" emake test || die
-}
-
-src_install() {
-	findlib_src_install
-}






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

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

aballier    12/05/04 12:43:07

  Modified:             ChangeLog core-107.01.ebuild
  Log:
  add doc useflag, by Alexandru Scvortov, bug #413925
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	27 Mar 2012 21:33:16 -0000	1.8
+++ ChangeLog	4 May 2012 12:43:07 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.8 2012/03/27 21:33:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.9 2012/05/04 12:43:07 aballier Exp $
+
+  04 May 2012; Alexis Ballier <aballier@gentoo.org> core-107.01.ebuild:
+  add doc useflag, by Alexandru Scvortov, bug #413925
 
   27 Mar 2012; Alexis Ballier <aballier@gentoo.org> core-107.01.ebuild:
   convert to oasis.eclass



1.3                  dev-ml/core/core-107.01.ebuild

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

Index: core-107.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- core-107.01.ebuild	27 Mar 2012 21:33:16 -0000	1.2
+++ core-107.01.ebuild	4 May 2012 12:43:07 -0000	1.3
@@ -1,8 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.2 2012/03/27 21:33:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.3 2012/05/04 12:43:07 aballier Exp $
 
 EAPI="3"
+
+OASIS_BUILD_DOCS=1
+
 inherit oasis
 
 MY_P=${P/_/\~}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-107.01.ebuild
@ 2012-08-07 16:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-07 16:24 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/07 16:24:57

  Modified:             ChangeLog
  Removed:              core-107.01.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Jul 2012 20:52:33 -0000	1.11
+++ ChangeLog	7 Aug 2012 16:24:57 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/core
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.11 2012/07/09 20:52:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.12 2012/08/07 16:24:57 aballier Exp $
+
+  07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -core-107.01.ebuild:
+  remove old
 
   09 Jul 2012; Ulrich Müller <ulm@gentoo.org> core-107.01.ebuild,
   core-108.00.01.ebuild:





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

end of thread, other threads:[~2012-08-07 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 12:43 [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-107.01.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-07 16:24 Alexis Ballier (aballier)
2012-03-27 21:33 Alexis Ballier (aballier)
2011-10-06 20:45 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