Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-mode/, app-emacs/ocaml-mode/files/
Date: Mon, 26 Aug 2019 14:44:13
Message-Id: 1566830630.39af5730d41772f8e5504f840584958f974cce04.ulm@gentoo
1 commit: 39af5730d41772f8e5504f840584958f974cce04
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 14:43:50 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 14:43:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39af5730
7
8 app-emacs/ocaml-mode: Remove old.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el | 10 ----------
14 app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild | 21 ---------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el b/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el
18 deleted file mode 100644
19 index 8f45033a3fc..00000000000
20 --- a/app-emacs/ocaml-mode/files/50ocaml-mode-gentoo.el
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 -(add-to-list 'load-path "@SITELISP@")
24 -(add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . caml-mode))
25 -(autoload 'caml-mode "caml" "Major mode for editing Caml code." t)
26 -(autoload 'run-caml "inf-caml" "Run an inferior Caml process." t)
27 -(autoload 'camldebug "camldebug"
28 - "Run camldebug on program FILE in buffer *camldebug-FILE*." t)
29 -(autoload 'inferior-caml-mode-font-hook "caml-font")
30 -
31 -(eval-after-load "caml" '(require 'caml-font))
32 -(add-hook 'inferior-caml-mode-hooks 'inferior-caml-mode-font-hook)
33
34 diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild
35 deleted file mode 100644
36 index 095b08c559e..00000000000
37 --- a/app-emacs/ocaml-mode/ocaml-mode-3.12.1.ebuild
38 +++ /dev/null
39 @@ -1,21 +0,0 @@
40 -# Copyright 1999-2013 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=4
44 -
45 -inherit elisp
46 -
47 -MY_P=${P/-mode/}
48 -
49 -DESCRIPTION="Emacs mode for OCaml"
50 -HOMEPAGE="http://www.ocaml.org/"
51 -SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
52 -
53 -LICENSE="GPL-2+"
54 -SLOT="0"
55 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
56 -IUSE=""
57 -
58 -S="${WORKDIR}/${MY_P}/emacs"
59 -SITEFILE="50${PN}-gentoo.el"
60 -DOCS="README README.itz"