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

aballier    11/06/25 18:57:01

  Modified:             ChangeLog
  Added:                core-0.7.0.ebuild
  Log:
  version bump, by Vladimir Ivanov, bug #361171
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 Feb 2011 20:12:10 -0000	1.3
+++ ChangeLog	25 Jun 2011 18:57:01 -0000	1.4
@@ -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.3 2011/02/24 20:12:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.4 2011/06/25 18:57:01 aballier Exp $
+
+*core-0.7.0 (25 Jun 2011)
+
+  25 Jun 2011; Alexis Ballier <aballier@gentoo.org> +core-0.7.0.ebuild:
+  version bump, by Vladimir Ivanov, bug #361171
 
 *core-0.7.0_beta1 (24 Feb 2011)
 



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

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

Index: core-0.7.0.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-0.7.0.ebuild,v 1.1 2011/06/25 18:57:01 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-0.7.0.ebuild
@ 2012-02-23 20:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-02-23 20:29 UTC (permalink / raw
  To: gentoo-commits

aballier    12/02/23 20:29:36

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

Revision  Changes    Path
1.7                  dev-ml/core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Oct 2011 20:45:15 -0000	1.6
+++ ChangeLog	23 Feb 2012 20:29:35 -0000	1.7
@@ -1,6 +1,9 @@
 # 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.6 2011/10/06 20:45:15 aballier Exp $
+# 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 $
+
+  23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -core-0.7.0.ebuild:
+  remove old
 
 *core-107.01 (06 Oct 2011)
 






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

end of thread, other threads:[~2012-02-23 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 20:29 [gentoo-commits] gentoo-x86 commit in dev-ml/core: ChangeLog core-0.7.0.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 18:57 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