aballier    15/07/16 12:50:15

  Modified:             ChangeLog
  Added:                lwt-2.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.33                 dev-ml/lwt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   7 Jun 2015 09:21:25 -0000       1.32
+++ ChangeLog   16 Jul 2015 12:50:15 -0000      1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/lwt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.32 2015/06/07 
09:21:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.33 2015/07/16 
12:50:15 aballier Exp $
+
+*lwt-2.5.0 (16 Jul 2015)
+
+  16 Jul 2015; Alexis Ballier <[email protected]> +lwt-2.5.0.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-ml/lwt/lwt-2.5.0.ebuild

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

Index: lwt-2.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/lwt-2.5.0.ebuild,v 1.1 2015/07/16 
12:50:15 aballier Exp $

EAPI=5

OASIS_BUILD_TESTS=1
# fails to build
#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 )
        || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"

RDEPEND="${DEPEND}
        !<www-servers/ocsigen-1.1"

SLOT="0/${PV}"
LICENSE="LGPL-2.1-with-linking-exception"
KEYWORDS="~amd64 ~x86-fbsd"

DOCS=( "CHANGES" "README.md" )

src_configure() {
        oasis_configure_opts="$(use_enable gtk glib)
                $(use_enable react)
                $(use_enable ssl)
                --enable-camlp4
                --disable-ppx" \
                oasis_src_configure
}




Reply via email to