diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-06-24 20:54:02 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-06-24 20:54:02 +0000 |
commit | 0efac4708449add6d0a3358c93abbbd75127ad1e (patch) | |
tree | cafb288b4066bebf3384a1d850ab8c59b6ad938c /dev-lang | |
parent | new version (diff) | |
download | gentoo-2-0efac4708449add6d0a3358c93abbbd75127ad1e.tar.gz gentoo-2-0efac4708449add6d0a3358c93abbbd75127ad1e.tar.bz2 gentoo-2-0efac4708449add6d0a3358c93abbbd75127ad1e.zip |
Fixes #3372.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 10 | ||||
-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 } |