aballier 15/02/09 09:49:22 Modified: ChangeLog Added: cmdliner-0.9.7.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/cmdliner/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cmdliner/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cmdliner/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cmdliner/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/cmdliner/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 28 Nov 2014 15:20:48 -0000 1.2 +++ ChangeLog 9 Feb 2015 09:49:22 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/cmdliner -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cmdliner/ChangeLog,v 1.2 2014/11/28 15:20:48 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cmdliner/ChangeLog,v 1.3 2015/02/09 09:49:22 aballier Exp $ + +*cmdliner-0.9.7 (09 Feb 2015) + + 09 Feb 2015; Alexis Ballier <[email protected]> +cmdliner-0.9.7.ebuild: + version bump *cmdliner-0.9.6 (28 Nov 2014) 1.1 dev-ml/cmdliner/cmdliner-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cmdliner/cmdliner-0.9.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cmdliner/cmdliner-0.9.7.ebuild?rev=1.1&content-type=text/plain Index: cmdliner-0.9.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/cmdliner/cmdliner-0.9.7.ebuild,v 1.1 2015/02/09 09:49:22 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="Declarative definition of command line interfaces for OCaml" HOMEPAGE="http://erratique.ch/software/cmdliner" SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]" RDEPEND="${DEPEND}" src_compile() { ocaml pkg/build.ml \ native=$(usex ocamlopt true false) \ native-dynlink=$(usex ocamlopt true false) \ || die } src_install() { # Can't use opam-installer here as it is an opam dep... findlib_src_preinst local nativelibs="" use ocamlopt && nativelibs="$(echo _build/src/cmdliner.cm{x,xa,xs} _build/src/cmdliner.a)" ocamlfind install cmdliner _build/pkg/META \ _build/src/cmdliner.mli _build/src/cmdliner.cm{a,i} ${nativelibs} || die dodoc README.md TODO.md CHANGES.md use doc && dohtml -r doc/ }
