aballier 14/10/29 09:24:32 Modified: ChangeLog Added: lwt-2.4.6.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.28 dev-ml/lwt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 19 Aug 2013 13:06:38 -0000 1.27 +++ ChangeLog 29 Oct 2014 09:24:32 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/lwt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.27 2013/08/19 13:06:38 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.28 2014/10/29 09:24:32 aballier Exp $ + +*lwt-2.4.6 (29 Oct 2014) + + 29 Oct 2014; Alexis Ballier <[email protected]> +lwt-2.4.6.ebuild: + version bump 19 Aug 2013; Alexis Ballier <[email protected]> lwt-2.4.3.ebuild, +files/lwt-2.4.3-ocaml-4.01.patch: 1.1 dev-ml/lwt/lwt-2.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/lwt-2.4.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/lwt-2.4.6.ebuild?rev=1.1&content-type=text/plain Index: lwt-2.4.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/lwt-2.4.6.ebuild,v 1.1 2014/10/29 09:24:32 aballier Exp $ EAPI=5 OASIS_BUILD_TESTS=1 OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Cooperative light-weight thread library for OCaml" SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://ocsigen.org/lwt" IUSE="gtk +react +ssl" DEPEND="react? ( >=dev-ml/react-1.2:= ) dev-libs/libev 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/${PV}" LICENSE="LGPL-2.1-with-linking-exception" KEYWORDS="~amd64 ~x86-fbsd" DOCS=( "CHANGES" "README" ) src_configure() { oasis_configure_opts="$(use_enable gtk glib) $(use_enable react) $(use_enable ssl) --disable-ppx" \ oasis_src_configure }
