diff options
author | George Shapovalov <george@gentoo.org> | 2002-09-02 19:04:29 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-09-02 19:04:29 +0000 |
commit | 5f0fb904e3072cca32c696c89da8ed9afea5c3ba (patch) | |
tree | ab3c09201180c1041c0c88463236538855169c12 /dev-lang/ocaml | |
parent | few cleanups, unmasked ocaml (diff) | |
download | gentoo-2-5f0fb904e3072cca32c696c89da8ed9afea5c3ba.tar.gz gentoo-2-5f0fb904e3072cca32c696c89da8ed9afea5c3ba.tar.bz2 gentoo-2-5f0fb904e3072cca32c696c89da8ed9afea5c3ba.zip |
new version - bugfix release,
more importantly, old version seems to be pulled off already on the server,
thus we need this one to make package install again
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/files/digest-ocaml-3.05 | 1 | ||||
-rw-r--r-- | dev-lang/ocaml/files/digest-ocaml-3.06 | 1 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.06.ebuild (renamed from dev-lang/ocaml/ocaml-3.05.ebuild) | 15 |
3 files changed, 5 insertions, 12 deletions
diff --git a/dev-lang/ocaml/files/digest-ocaml-3.05 b/dev-lang/ocaml/files/digest-ocaml-3.05 deleted file mode 100644 index b6b06953ea52..000000000000 --- a/dev-lang/ocaml/files/digest-ocaml-3.05 +++ /dev/null @@ -1 +0,0 @@ -MD5 20afd1cd0e958968b463e69c2f120493 ocaml-3.05.tar.gz 2433950 diff --git a/dev-lang/ocaml/files/digest-ocaml-3.06 b/dev-lang/ocaml/files/digest-ocaml-3.06 new file mode 100644 index 000000000000..9f9f472447f2 --- /dev/null +++ b/dev-lang/ocaml/files/digest-ocaml-3.06 @@ -0,0 +1 @@ +MD5 51530ed183b511ce19fed325c8ab1b43 ocaml-3.06.tar.gz 2436887 diff --git a/dev-lang/ocaml/ocaml-3.05.ebuild b/dev-lang/ocaml/ocaml-3.06.ebuild index 64fcf2e5baa4..b4da60b76c63 100644 --- a/dev-lang/ocaml/ocaml-3.05.ebuild +++ b/dev-lang/ocaml/ocaml-3.06.ebuild @@ -1,10 +1,10 @@ # Copyright 20022 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.05.ebuild,v 1.2 2002/08/14 11:58:50 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06.ebuild,v 1.1 2002/09/02 19:04:29 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Objective Caml is a fast modern type-inferring functional programming language descended from the ML (Meta Language) family." -SRC_URI="ftp://ftp.inria.fr/lang/caml-light/${P}.tar.gz" +SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz" HOMEPAGE="http://www.ocaml.org/" DEPEND="virtual/glibc @@ -40,14 +40,7 @@ src_install () # silly, silly makefiles dosed "s:${D}::g" /usr/lib/ocaml/ld.conf - - dodir /etc/env.d - echo LDPATH=/usr/lib/ocaml:/usr/lib/ocaml/labltk \ - > ${D}/etc/env.d/30ocaml - dodoc Changes INSTALL LICENSE README Upgrading + # documentation + dodoc Changes INSTALL LICENSE README Upgrading } - - - - |