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.06.ebuild camlp5-5.03.ebuild camlp5-5.04.ebuild
@ 2007-12-20 17:32 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2007-12-20 17:32 UTC (permalink / raw
  To: gentoo-commits

aballier    07/12/20 17:32:53

  Modified:             ChangeLog
  Added:                camlp5-5.06.ebuild
  Removed:              camlp5-5.03.ebuild camlp5-5.04.ebuild
  Log:
  version bump, remove old
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.12                 dev-ml/camlp5/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	17 Dec 2007 17:41:15 -0000	1.11
+++ ChangeLog	20 Dec 2007 17:32:52 -0000	1.12
@@ -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.11 2007/12/17 17:41:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.12 2007/12/20 17:32:52 aballier Exp $
+
+*camlp5-5.06 (20 Dec 2007)
+
+  20 Dec 2007; Alexis Ballier <aballier@gentoo.org> -camlp5-5.03.ebuild,
+  -camlp5-5.04.ebuild, +camlp5-5.06.ebuild:
+  version bump, remove old
 
 *camlp5-5.05 (17 Dec 2007)
 



1.1                  dev-ml/camlp5/camlp5-5.06.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.06.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.06.ebuild?rev=1.1&content-type=text/plain

Index: camlp5-5.06.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.06.ebuild,v 1.1 2007/12/20 17:32:52 aballier Exp $

inherit multilib findlib

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"
	# findlib support
	insinto "$(ocamlfind printconf destdir)/${PN}"
	doins etc/META || die "failed to install META file for findlib support"

	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-12-20 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 17:32 [gentoo-commits] gentoo-x86 commit in dev-ml/camlp5: ChangeLog camlp5-5.06.ebuild camlp5-5.03.ebuild camlp5-5.04.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