About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
aballier 07/10/30 21:51:12 Modified: ChangeLog Added: camlp5-5.02.ebuild Removed: camlp5-5.01.ebuild Log: version bump (Portage version: 2.1.3.16) Revision Changes Path 1.8 dev-ml/camlp5/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 20 Oct 2007 19:31:12 -0000 1.7 +++ ChangeLog 30 Oct 2007 21:51:12 -0000 1.8 @@ -1,6 +1,12 @@ # 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.7 2007/10/20 19:31:12 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.8 2007/10/30 21:51:12 aballier Exp $ + +*camlp5-5.02 (30 Oct 2007) + + 30 Oct 2007; Alexis Ballier <aballier@g.o> -camlp5-5.01.ebuild, + +camlp5-5.02.ebuild: + version bump 20 Oct 2007; Ferris McCormick <fmccor@g.o> camlp5-5.01.ebuild: Added ~sparc --- Bug #196533 --- builds fine; see bug for details. 1.1 dev-ml/camlp5/camlp5-5.02.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.02.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.02.ebuild?rev=1.1&content-type=text/plain Index: camlp5-5.02.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.02.ebuild,v 1.1 2007/10/30 21:51:12 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.10.0" 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 Mar 18, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.