aballier    15/07/31 08:38:25

  Modified:             ChangeLog
  Added:                ocaml-mysql-1.2.0.ebuild
  Log:
  version bump, fixing bug #556340
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.17                 dev-ml/ocaml-mysql/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   31 May 2015 00:13:05 -0000      1.16
+++ ChangeLog   31 Jul 2015 08:38:25 -0000      1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocaml-mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.16 
2015/05/31 00:13:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.17 
2015/07/31 08:38:25 aballier Exp $
+
+*ocaml-mysql-1.2.0 (31 Jul 2015)
+
+  31 Jul 2015; Alexis Ballier <[email protected]> +ocaml-mysql-1.2.0.ebuild:
+  version bump, fixing bug #556340
 
   31 May 2015; Manuel RĂ¼ger <[email protected]>
   -files/ocaml-mysql-1.0.3-head.patch, 
-files/ocaml-mysql-1.0.3-shtool-r1.patch,



1.1                  dev-ml/ocaml-mysql/ocaml-mysql-1.2.0.ebuild

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

Index: ocaml-mysql-1.2.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/ocaml-mysql/ocaml-mysql-1.2.0.ebuild,v 1.1 
2015/07/31 08:38:25 aballier Exp $

EAPI=5

inherit findlib eutils

IUSE="+ocamlopt"

DESCRIPTION="A package for ocaml that provides access to mysql databases"
SRC_URI="https://forge.ocamlcore.org/frs/download.php/1500/${P}.tar.gz";
HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/";

DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
        sys-libs/zlib
        >=virtual/mysql-4.0"

RDEPEND="$DEPEND"

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

src_compile()
{
        emake all
        if use ocamlopt; then
                emake opt
        fi
}

src_install()
{
        findlib_src_preinst
        emake install

        dodoc CHANGES README VERSION || die
}




Reply via email to