About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
aballier 07/11/20 13:26:24 Modified: ChangeLog Added: camlp5-5.03.ebuild Removed: camlp5-5.02.ebuild Log: version bump, this one can now safely be installed with ocaml 3.09 they dont collide anymore (Portage version: 2.1.3.19) Revision Changes Path 1.9 dev-ml/camlp5/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 30 Oct 2007 21:51:12 -0000 1.8 +++ ChangeLog 20 Nov 2007 13:26:24 -0000 1.9 @@ -1,6 +1,13 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.8 2007/10/30 21:51:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.9 2007/11/20 13:26:24 aballier Exp $ + +*camlp5-5.03 (20 Nov 2007) + + 20 Nov 2007; Alexis Ballier <aballier@g.o> -camlp5-5.02.ebuild, + +camlp5-5.03.ebuild: + version bump, this one can now safely be installed with ocaml 3.09 they dont + collide anymore *camlp5-5.02 (30 Oct 2007) 1.1 dev-ml/camlp5/camlp5-5.03.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild?rev=1.1&content-type=text/plain Index: camlp5-5.03.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild,v 1.1 2007/11/20 13:26:24 aballier Exp $ inherit multilib eutils DESCRIPTION="A preprocessor-pretty-printer of ocaml" HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ocaml-3.09" RDEPEND="${DEPEND}" src_compile() { ./configure \ -prefix /usr \ -bindir /usr/bin \ -libdir /usr/$(get_libdir)/ocaml \ -mandir /usr/share/man || die "configure failed" emake -j1 world.opt || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" use doc && dohtml -r doc/* dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE } -- gentoo-commits@g.o mailing list
Updated Feb 14, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.