summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild')
-rw-r--r--app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild b/app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild
deleted file mode 100644
index 6fd4b1abbfe7..000000000000
--- a/app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.40.5.ebuild,v 1.3 2004/01/30 14:46:34 mattam Exp $
-
-inherit elisp
-
-DESCRIPTION="OCaml mode for emacs"
-HOMEPAGE="http://www-rocq.inria.fr/~acohen/tuareg/index.html.en"
-SRC_URI="http://www-rocq.inria.fr/~acohen/tuareg/mode/old-versions/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-DEPEND=">=app-editors/emacs-21.0"
-
-S="${WORKDIR}/${P}"
-
-SITEFILE=50tuareg-mode.el
-
-src_compile () {
- einfo "Byte-code compilation not supported"
-}
-
-src_install() {
- elisp-install ${PN} camldebug.el tuareg.el
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
- dodoc HISTORY COPYING LISEZMOI README
-}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}