aballier 15/01/19 10:13:18 Modified: ChangeLog Added: pxp-1.2.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.38 dev-ml/pxp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pxp/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pxp/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pxp/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 28 Nov 2014 17:57:23 -0000 1.37 +++ ChangeLog 19 Jan 2015 10:13:18 -0000 1.38 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pxp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.37 2014/11/28 17:57:23 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.38 2015/01/19 10:13:18 aballier Exp $ + +*pxp-1.2.7 (19 Jan 2015) + + 19 Jan 2015; Alexis Ballier <[email protected]> +pxp-1.2.7.ebuild: + version bump 28 Nov 2014; Alexis Ballier <[email protected]> pxp-1.2.4.ebuild: update deps for ocaml 4.02 1.1 dev-ml/pxp/pxp-1.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pxp/pxp-1.2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pxp/pxp-1.2.7.ebuild?rev=1.1&content-type=text/plain Index: pxp-1.2.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/pxp/pxp-1.2.7.ebuild,v 1.1 2015/01/19 10:13:18 aballier Exp $ EAPI="5" inherit findlib eutils MY_P=${P/_beta/test} DESCRIPTION="validating XML parser library for O'Caml" HOMEPAGE="http://projects.camlcity.org/projects/pxp.html" SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0/${PV}" DEPEND=">=dev-ml/pcre-ocaml-4.31:= >=dev-ml/ulex-0.5:= >=dev-ml/ocamlnet-0.98:= >=dev-lang/ocaml-3.10.2:=[ocamlopt?] || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" IUSE="examples +ocamlopt" S=${WORKDIR}/${MY_P} src_configure() { #the included configure does not support many standard switches and is quite picky ./configure || die "configure failed" } src_compile() { emake -j1 all if use ocamlopt; then emake -j1 opt fi } src_install() { findlib_src_install if use examples; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi cd doc dodoc ABOUT-FINDLIB README SPEC design.txt }
