public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlp5: ChangeLog camlp5-5.03.ebuild camlp5-5.02.ebuild
@ 2007-11-20 13:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2007-11-20 13:26 UTC (permalink / raw
  To: gentoo-commits

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@gentoo.org> -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@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-20 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 13:26 [gentoo-commits] gentoo-x86 commit in dev-ml/camlp5: ChangeLog camlp5-5.03.ebuild camlp5-5.02.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox