summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog8
-rw-r--r--dev-lang/ocaml/ocaml-3.11.0_rc1.ebuild (renamed from dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index 750f5bdfd482..7a2107c1ffbf 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.153 2008/11/14 14:26:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.154 2008/11/25 19:12:36 aballier Exp $
+
+*ocaml-3.11.0_rc1 (25 Nov 2008)
+
+ 25 Nov 2008; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-3.11.0_beta1.ebuild, +ocaml-3.11.0_rc1.ebuild:
+ bump to rc1
14 Nov 2008; Alexis Ballier <aballier@gentoo.org>
files/ocaml-3.11.0_beta1-configure.patch:
diff --git a/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild b/dev-lang/ocaml/ocaml-3.11.0_rc1.ebuild
index 1e10ce9f9f60..7c79e8393e5c 100644
--- a/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild
+++ b/dev-lang/ocaml/ocaml-3.11.0_rc1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_beta1.ebuild,v 1.3 2008/11/14 13:20:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0_rc1.ebuild,v 1.1 2008/11/25 19:12:36 aballier Exp $
inherit flag-o-matic eutils multilib versionator toolchain-funcs
EAPI="1"
-MY_P="${P/_beta/+beta}"
+MY_P="${P/_/+}"
DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family"
HOMEPAGE="http://www.ocaml.org/"
-SRC_URI="http://caml.inria.fr/distrib/ocaml-$( get_version_component_range 1-2)/${MY_P}.tar.bz2"
+SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-$( get_version_component_range 1-2)/${MY_P}.tar.bz2"
LICENSE="QPL-1.0 LGPL-2"
SLOT="0"