diff options
author | 2007-12-19 13:39:40 +0000 | |
---|---|---|
committer | 2007-12-19 13:39:40 +0000 | |
commit | 826bf67e62a70d1b185b64584fc9efe04532c1be (patch) | |
tree | f36472fed9ca84a0c49feb65b8c42a095bda8dce /dev-ml/ocaml-make | |
parent | version bump (diff) | |
download | gentoo-2-826bf67e62a70d1b185b64584fc9efe04532c1be.tar.gz gentoo-2-826bf67e62a70d1b185b64584fc9efe04532c1be.tar.bz2 gentoo-2-826bf67e62a70d1b185b64584fc9efe04532c1be.zip |
version bump
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-ml/ocaml-make')
-rw-r--r-- | dev-ml/ocaml-make/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-make/files/digest-ocaml-make-6.27.0 | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild | 24 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog index 944ba7a391d4..1bbe4c40c2b6 100644 --- a/dev-ml/ocaml-make/ChangeLog +++ b/dev-ml/ocaml-make/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-make # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.8 2007/05/12 23:04:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.9 2007/12/19 13:39:39 aballier Exp $ + +*ocaml-make-6.27.0 (19 Dec 2007) + + 19 Dec 2007; Alexis Ballier <aballier@gentoo.org> + +ocaml-make-6.27.0.ebuild: + version bump *ocaml-make-6.24.8 (12 May 2007) diff --git a/dev-ml/ocaml-make/files/digest-ocaml-make-6.27.0 b/dev-ml/ocaml-make/files/digest-ocaml-make-6.27.0 new file mode 100644 index 000000000000..bdbab214b361 --- /dev/null +++ b/dev-ml/ocaml-make/files/digest-ocaml-make-6.27.0 @@ -0,0 +1,3 @@ +MD5 0d14c409d7464037a16327200be0f0ea ocaml-make-6.27.0.tar.bz2 32444 +RMD160 1bbfa6223667dbf89af27b8e64fc8986727ac829 ocaml-make-6.27.0.tar.bz2 32444 +SHA256 c52ac416f6a31ccaaee71f04748c925bb422add2a8778fa15cac43642e5fb3a8 ocaml-make-6.27.0.tar.bz2 32444 diff --git a/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild new file mode 100644 index 000000000000..9a566a2c8943 --- /dev/null +++ b/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-6.27.0.ebuild,v 1.1 2007/12/19 13:39:39 aballier Exp $ + +DESCRIPTION="Generic O'Caml Makefile for GNU Make" +HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" +LICENSE="LGPL-2.1" + +DEPEND="" +RDEPEND=">=dev-lang/ocaml-3.06-r1 + >=dev-ml/findlib-0.8" +SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +src_install () { + # Just put the OCamlMakefile into /usr/include + # where GNU Make will automatically pick it up. + insinto /usr/include + doins OCamlMakefile + # install documentation + dodoc README Changes +} |