aballier 15/05/11 06:35:30 Modified: ChangeLog Added: opam-1.2.2.ebuild Log: version bump Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/opam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 23 Mar 2015 08:59:54 -0000 1.2 +++ ChangeLog 11 May 2015 06:35:30 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/opam # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v 1.2 2015/03/23 08:59:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v 1.3 2015/05/11 06:35:30 aballier Exp $ + +*opam-1.2.2 (11 May 2015) + + 11 May 2015; Alexis Ballier <[email protected]> +opam-1.2.2.ebuild: + version bump *opam-1.2.1 (23 Mar 2015) 1.1 dev-ml/opam/opam-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/opam-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/opam-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: opam-1.2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/opam-1.2.2.ebuild,v 1.1 2015/05/11 06:35:30 aballier Exp $ EAPI=5 inherit eutils DESCRIPTION="A source-based package manager for OCaml" HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" SLOT="0" KEYWORDS="~amd64" IUSE="" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/ocaml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" else inherit git-r3 EGIT_REPO_URI="https://github.com/ocaml/opam.git" fi DEPEND="dev-lang/ocaml:= || ( net-misc/wget net-misc/curl ) dev-ml/extlib:= dev-ml/ocaml-re:= dev-ml/ocamlgraph:= dev-ml/cmdliner:= dev-ml/cudf:= dev-ml/dose3:= dev-ml/uutf:= dev-ml/jsonm:= " RDEPEND="${DEPEND} dev-ml/findlib " src_compile() { emake -j1 cd doc emake man } src_test() { [email protected] emake -j1 tests } src_install() { default emake DESTDIR="${D}" OPAMINSTALLER_FLAGS="--prefix=\"${ED}/usr\" --libdir=\"${D}/$(ocamlc -where)\"" libinstall }
