aballier    15/06/28 15:22:02

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

Revision  Changes    Path
1.23                 dev-ml/ocurl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   25 Feb 2015 15:35:39 -0000      1.22
+++ ChangeLog   28 Jun 2015 15:22:02 -0000      1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocurl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.22 2015/02/25 
15:35:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.23 2015/06/28 
15:22:02 aballier Exp $
+
+*ocurl-0.7.4 (28 Jun 2015)
+
+  28 Jun 2015; Alexis Ballier <[email protected]> +ocurl-0.7.4.ebuild:
+  version bump
 
   25 Feb 2015; Agostino Sarubbo <[email protected]> ocurl-0.6.1.ebuild:
   Stable for x86, wrt bug #535132



1.1                  dev-ml/ocurl/ocurl-0.7.4.ebuild

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

Index: ocurl-0.7.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.7.4.ebuild,v 1.1 
2015/06/28 15:22:02 aballier Exp $

EAPI=5

inherit findlib

DESCRIPTION="OCaml interface to the libcurl library"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/";
LICENSE="MIT"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1523/${P}.tar.gz";

SLOT="0/${PV}"
IUSE="examples"

RDEPEND=">=net-misc/curl-7.9.8
        dev-ml/lwt:=
        >=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"
KEYWORDS="~amd64 ~x86"

src_compile()
{
        emake -j1 all
}

src_install()
{
        findlib_src_install
        dodoc CHANGES.txt README
        if use examples; then
                dodoc -r examples
                docompress -x /usr/share/doc/${PF}/examples
        fi
}




Reply via email to