summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-05-04 14:43:44 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-05-04 14:43:44 +0000
commit2a017beee0becf93fce70ede44a4ddc1d79faa83 (patch)
tree110901f7ed23504df939642ecf2202b05dfbc253 /app-emacs/ocaml-mode
parentVersion bump (diff)
downloadgentoo-2-2a017beee0becf93fce70ede44a4ddc1d79faa83.tar.gz
gentoo-2-2a017beee0becf93fce70ede44a4ddc1d79faa83.tar.bz2
gentoo-2-2a017beee0becf93fce70ede44a4ddc1d79faa83.zip
version bump, fixes bug 268566 by Martin von Gagern <Martin DOT vGagern AT gmx DOT net>
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r--app-emacs/ocaml-mode/ChangeLog9
-rw-r--r--app-emacs/ocaml-mode/ocaml-mode-3.11.0.ebuild20
2 files changed, 28 insertions, 1 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog
index 8459f819b337..b5e95b66e09f 100644
--- a/app-emacs/ocaml-mode/ChangeLog
+++ b/app-emacs/ocaml-mode/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/ocaml-mode
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.38 2009/04/12 14:38:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.39 2009/05/04 14:43:44 fauli Exp $
+
+*ocaml-mode-3.11.0 (04 May 2009)
+
+ 04 May 2009; Christian Faulhammer <fauli@gentoo.org>
+ +ocaml-mode-3.11.0.ebuild:
+ version bump, fixes bug 268566 by Martin von Gagern <Martin DOT vGagern AT
+ gmx DOT net>
12 Apr 2009; Raúl Porcel <armin76@gentoo.org> ocaml-mode-3.10.2.ebuild:
arm stable
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.11.0.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.11.0.ebuild
new file mode 100644
index 000000000000..764497baa796
--- /dev/null
+++ b/app-emacs/ocaml-mode/ocaml-mode-3.11.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.11.0.ebuild,v 1.1 2009/05/04 14:43:44 fauli Exp $
+
+inherit elisp
+
+MY_P=${P/-mode/}
+
+DESCRIPTION="Emacs mode for OCaml"
+HOMEPAGE="http://www.ocaml.org/"
+SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}/emacs"
+SITEFILE=50${PN}-gentoo.el
+DOCS="README README.itz"