aballier    15/06/01 09:04:27

  Modified:             ChangeLog
  Added:                ocaml-ssl-0.5.1.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier <[email protected]>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.28                 dev-ml/ocaml-ssl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   3 Dec 2014 14:12:21 -0000       1.27
+++ ChangeLog   1 Jun 2015 09:04:27 -0000       1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocaml-ssl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.27 
2014/12/03 14:12:21 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.28 
2015/06/01 09:04:27 aballier Exp $
+
+*ocaml-ssl-0.5.1 (01 Jun 2015)
+
+  01 Jun 2015; Alexis Ballier <[email protected]> +ocaml-ssl-0.5.1.ebuild:
+  version bump
 
   03 Dec 2014; Alexis Ballier <[email protected]> ocaml-ssl-0.4.7.ebuild:
   depend on openssl[-bindist], bug #529070



1.1                  dev-ml/ocaml-ssl/ocaml-ssl-0.5.1.ebuild

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

Index: ocaml-ssl-0.5.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.5.1.ebuild,v 
1.1 2015/06/01 09:04:27 aballier Exp $

EAPI=5

inherit findlib eutils

IUSE="doc"

DESCRIPTION="OCaml bindings for OpenSSL"
SRC_URI="mirror://sourceforge/savonet/${P}.tar.gz"
HOMEPAGE="http://savonet.sourceforge.net";

DEPEND="dev-libs/openssl
        >=dev-lang/ocaml-3.10:="
RDEPEND="${DEPEND}"

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

src_compile() {
        emake -j1
}

src_install() {
        findlib_src_preinst
        emake install

        if use doc; then
                dohtml -r doc/html/*
        fi
        dodoc CHANGES README.md
}




Reply via email to