summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-06-24 20:54:02 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-06-24 20:54:02 +0000
commit6c5e553d13120372d157a33e87af597d08fb5244 (patch)
tree9a4aba919bca4a79e7a47970704410cfcab5fe6f /dev-lang/ocaml
parentnew version (diff)
downloadhistorical-6c5e553d13120372d157a33e87af597d08fb5244.tar.gz
historical-6c5e553d13120372d157a33e87af597d08fb5244.tar.bz2
historical-6c5e553d13120372d157a33e87af597d08fb5244.zip
Fixes #3372.
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog10
-rw-r--r--dev-lang/ocaml/files/digest-ocaml-3.04-r1 (renamed from dev-lang/ocaml/files/digest-ocaml-3.04)0
-rw-r--r--dev-lang/ocaml/ocaml-3.04-r1.ebuild (renamed from dev-lang/ocaml/ocaml-3.04.ebuild)5
3 files changed, 13 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index ce8670cfb20f..c0be1e62856f 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.2 2002/06/09 02:17:18 daybird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.3 2002/06/24 20:54:02 karltk Exp $
+
+*ocaml-3.04-r1 (24 Jun 2002)
+
+ 24 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ocaml-3.04-r1.ebuild files/digest-ocaml-3.04-r1:
+
+ ocaml library paths are now properly added to /etc/ld.so.conf.
+
+ Removed ocaml-3.04.ebuild files/digest-ocaml-3.04
*ocaml-3.04 ( 7 Feb 2002 )
diff --git a/dev-lang/ocaml/files/digest-ocaml-3.04 b/dev-lang/ocaml/files/digest-ocaml-3.04-r1
index 89713e68b3bf..89713e68b3bf 100644
--- a/dev-lang/ocaml/files/digest-ocaml-3.04
+++ b/dev-lang/ocaml/files/digest-ocaml-3.04-r1
diff --git a/dev-lang/ocaml/ocaml-3.04.ebuild b/dev-lang/ocaml/ocaml-3.04-r1.ebuild
index a900a024be8f..84caced94766 100644
--- a/dev-lang/ocaml/ocaml-3.04.ebuild
+++ b/dev-lang/ocaml/ocaml-3.04-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Tools Team <tools@gentoo.org>
# Author: Sean Mitchell <sean@arawak.tzo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04.ebuild,v 1.4 2002/06/10 13:30:56 daybird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04-r1.ebuild,v 1.1 2002/06/24 20:54:02 karltk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Objective Caml is a fast modern type-inferring functional programming language descended from the ML (Meta Language) family."
@@ -47,6 +47,9 @@ src_install ()
MANDIR=${D}/usr/man/man1 \
install || die
+ dodir /etc/env.d
+ echo LDPATH=/usr/lib/ocaml:/usr/lib/ocaml/labltk \
+ > ${D}/etc/env.d/30ocaml
dodoc Changes INSTALL LICENSE README Upgrading
}