aballier 15/07/27 07:44:57 Modified: ChangeLog Added: ocurl-0.7.5.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.25 dev-ml/ocurl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 28 Jun 2015 15:24:20 -0000 1.24 +++ ChangeLog 27 Jul 2015 07:44:57 -0000 1.25 @@ -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.24 2015/06/28 15:24:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.25 2015/07/27 07:44:57 aballier Exp $ + +*ocurl-0.7.5 (27 Jul 2015) + + 27 Jul 2015; Alexis Ballier <[email protected]> +ocurl-0.7.5.ebuild: + version bump 28 Jun 2015; Alexis Ballier <[email protected]> -ocurl-0.5.3.ebuild, -ocurl-0.5.6.ebuild, -files/ocurl-0.5.1-asneeded.patch: 1.1 dev-ml/ocurl/ocurl-0.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.7.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.7.5.ebuild?rev=1.1&content-type=text/plain Index: ocurl-0.7.5.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.5.ebuild,v 1.1 2015/07/27 07:44:57 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/1537/${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 }
