aballier 14/12/01 09:05:20 Modified: ocamldap-2.2.ebuild ChangeLog Log: import ocaml 4.02 fix from opam Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/ocamldap/ocamldap-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?r1=1.2&r2=1.3 Index: ocamldap-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ocamldap-2.2.ebuild 3 Mar 2013 14:31:19 -0000 1.2 +++ ocamldap-2.2.ebuild 1 Dec 2014 09:05:20 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.2 2013/03/03 14:31:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.3 2014/12/01 09:05:20 aballier Exp $ EAPI=5 @@ -21,6 +21,8 @@ DOCS=( AUTHORS.txt Changelog INSTALL.txt README.txt ) +PATCHES=( "${FILESDIR}/ocaml-4.02.patch" ) + src_install() { oasis_src_install use doc && dohtml -r doc/ocamldap/html 1.5 dev-ml/ocamldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 3 Mar 2013 14:32:02 -0000 1.4 +++ ChangeLog 1 Dec 2014 09:05:20 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamldap -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.4 2013/03/03 14:32:02 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.5 2014/12/01 09:05:20 aballier Exp $ + + 01 Dec 2014; Alexis Ballier <[email protected]> ocamldap-2.2.ebuild, + +files/ocaml-4.02.patch: + import ocaml 4.02 fix from opam 03 Mar 2013; Alexis Ballier <[email protected]> -ocamldap-2.1.8.ebuild: remove old
