summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-05-12 23:04:28 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-05-12 23:04:28 +0000
commitba11e96b2a5ed749e0a89d24640b912345813962 (patch)
treec9c6f9fcca622eb3ccd13e02d8ada3401d0d6c6c /dev-ml/ocaml-make
parentversion bump (diff)
downloadgentoo-2-ba11e96b2a5ed749e0a89d24640b912345813962.tar.gz
gentoo-2-ba11e96b2a5ed749e0a89d24640b912345813962.tar.bz2
gentoo-2-ba11e96b2a5ed749e0a89d24640b912345813962.zip
version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ml/ocaml-make')
-rw-r--r--dev-ml/ocaml-make/ChangeLog8
-rw-r--r--dev-ml/ocaml-make/files/digest-ocaml-make-6.24.83
-rw-r--r--dev-ml/ocaml-make/ocaml-make-6.24.8.ebuild23
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog
index 99b1ac0a4520..944ba7a391d4 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.7 2007/02/09 13:17:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.8 2007/05/12 23:04:28 aballier Exp $
+
+*ocaml-make-6.24.8 (12 May 2007)
+
+ 12 May 2007; Alexis Ballier <aballier@gentoo.org>
+ +ocaml-make-6.24.8.ebuild:
+ version bump
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/dev-ml/ocaml-make/files/digest-ocaml-make-6.24.8 b/dev-ml/ocaml-make/files/digest-ocaml-make-6.24.8
new file mode 100644
index 000000000000..b2f6c2b469b7
--- /dev/null
+++ b/dev-ml/ocaml-make/files/digest-ocaml-make-6.24.8
@@ -0,0 +1,3 @@
+MD5 0b33e337c4dc2fdf71902a2a2330bb43 ocaml-make-6.24.8.tar.bz2 32211
+RMD160 c324d5f868968b20401bef195578117ba7414c0c ocaml-make-6.24.8.tar.bz2 32211
+SHA256 04f6437a345cf40dd78d360cf8b46e5a76d68eda00a6e8908988c009d9752952 ocaml-make-6.24.8.tar.bz2 32211
diff --git a/dev-ml/ocaml-make/ocaml-make-6.24.8.ebuild b/dev-ml/ocaml-make/ocaml-make-6.24.8.ebuild
new file mode 100644
index 000000000000..32b0442ac070
--- /dev/null
+++ b/dev-ml/ocaml-make/ocaml-make-6.24.8.ebuild
@@ -0,0 +1,23 @@
+# 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.24.8.ebuild,v 1.1 2007/05/12 23:04:28 aballier Exp $
+
+DESCRIPTION="Generic O'Caml Makefile for GNU Make"
+HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
+LICENSE="LGPL-2.1"
+
+DEPEND=">=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="~x86 ~sparc ~amd64"
+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
+}