* [gentoo-commits] gentoo-x86 commit in dev-ml/lwt: ChangeLog lwt-2.1.0.ebuild
@ 2010-04-23 14:15 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2010-04-23 14:15 UTC (permalink / raw
To: gentoo-commits
aballier 10/04/23 14:15:04
Modified: ChangeLog
Added: lwt-2.1.0.ebuild
Log:
version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-ml/lwt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lwt/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 16 Oct 2009 11:44:24 -0000 1.6
+++ ChangeLog 23 Apr 2010 14:15:04 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/lwt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.6 2009/10/16 11:44:24 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.7 2010/04/23 14:15:04 aballier Exp $
+
+*lwt-2.1.0 (23 Apr 2010)
+
+ 23 Apr 2010; Alexis Ballier <aballier@gentoo.org> +lwt-2.1.0.ebuild:
+ version bump
16 Oct 2009; Alexis Ballier <aballier@gentoo.org> -lwt-1.1.0.ebuild,
-lwt-2.0.0_rc1.ebuild:
1.1 dev-ml/lwt/lwt-2.1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lwt/lwt-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/lwt/lwt-2.1.0.ebuild?rev=1.1&content-type=text/plain
Index: lwt-2.1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/lwt-2.1.0.ebuild,v 1.1 2010/04/23 14:15:04 aballier Exp $
EAPI=2
inherit findlib eutils
MY_P=${P/_/+}
DESCRIPTION="Cooperative light-weight thread library for OCaml"
SRC_URI="http://ocsigen.org/download/${MY_P}.tar.gz"
HOMEPAGE="http://ocsigen.org/lwt"
IUSE="gtk doc +ocamlopt ssl"
DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]
dev-ml/react
ssl? ( >=dev-ml/ocaml-ssl-0.4.0 )
gtk? ( dev-ml/lablgtk dev-libs/glib:2 )"
RDEPEND="${DEPEND}
!<www-servers/ocsigen-1.1"
SLOT="0"
LICENSE="LGPL-2.1 LGPL-2.1-linking-exception"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
S=${WORKDIR}/${MY_P}
disable_feature() {
use $1 || sed -i -e "s/ocamlfind query $2/ocamlfind query badpackage/" myocamlbuild.ml
}
src_configure() {
disable_feature ssl ssl
disable_feature gtk lablgtk2
}
src_compile() {
# ocamlbuild is stupid and fails parallel make if it does not exist...
mkdir _build
emake byte || die "make failed"
if use ocamlopt ; then
emake opt || die "failed to build native code version"
fi
if use doc ; then
emake doc || die "failed to build the documentation"
fi
}
src_install() {
findlib_src_preinst
emake DESTDIR="${OCAMLFIND_DESTDIR}" install || die "install failed"
dodoc CHANGES README
if use doc; then
dohtml _build/lwt.docdir/*.html
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-23 14:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 14:15 [gentoo-commits] gentoo-x86 commit in dev-ml/lwt: ChangeLog lwt-2.1.0.ebuild 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