From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A66A1381F4 for ; Sat, 8 Dec 2012 12:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E3921C084; Sat, 8 Dec 2012 12:13:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48EBF21C084 for ; Sat, 8 Dec 2012 12:13:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38CAC33DFF3 for ; Sat, 8 Dec 2012 12:13:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 00DFC2171D; Sat, 8 Dec 2012 12:13:06 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/js_of_ocaml: ChangeLog js_of_ocaml-1.3.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog js_of_ocaml-1.3.2.ebuild X-VCS-Directories: dev-ml/js_of_ocaml X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121208121307.00DFC2171D@flycatcher.gentoo.org> Date: Sat, 8 Dec 2012 12:13:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10619e3e-eaac-42d7-ac68-511778da6927 X-Archives-Hash: 19b8b5c05cb34d3b1ef014c7b17e74be aballier 12/12/08 12:13:06 Modified: ChangeLog Added: js_of_ocaml-1.3.2.ebuild Log: version bump, bug #446140 by Jacques-Pascal Deplaix (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.2 dev-ml/js_of_ocaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 3 Aug 2012 13:52:24 -0000 1.1 +++ ChangeLog 8 Dec 2012 12:13:06 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/js_of_ocaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.1 2012/08/03 13:52:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.2 2012/12/08 12:13:06 aballier Exp $ + +*js_of_ocaml-1.3.2 (08 Dec 2012) + + 08 Dec 2012; Alexis Ballier +js_of_ocaml-1.3.2.ebuild: + version bump, bug #446140 by Jacques-Pascal Deplaix *js_of_ocaml-1.2 (03 Aug 2012) 1.1 dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild?rev=1.1&content-type=text/plain Index: js_of_ocaml-1.3.2.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-1.3.2.ebuild,v 1.1 2012/12/08 12:13:06 aballier Exp $ EAPI=4 inherit findlib DESCRIPTION="A compiler from OCaml bytecode to javascript" HOMEPAGE="http://ocsigen.org/js_of_ocaml/" SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64" IUSE="+ocamlopt doc +deriving-ocsigen" DEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] >=dev-ml/lwt-2.3.0 deriving-ocsigen? ( >=dev-ml/deriving-ocsigen-0.3 )" RDEPEND="${DEPEND}" src_configure() { use ocamlopt || echo "BEST := byte" >> Makefile.conf use deriving-ocsigen || echo "DERIVING :=" >> Makefile.conf echo "BINDIR := ${ED}/usr/bin" >> Makefile.conf } src_compile() { emake use doc && emake doc } src_install() { findlib_src_preinst emake install dodoc CHANGES README use doc && dohtml -r doc/api-html }