diff options
author | 2005-02-06 14:43:18 +0000 | |
---|---|---|
committer | 2005-02-06 14:43:18 +0000 | |
commit | 73931e4d46aa40a994afc7657c7790b5020386d9 (patch) | |
tree | b4c89a664a96eeece673415f76f402102d44fe93 /app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild | |
parent | Marked stable on x86. (diff) | |
download | historical-73931e4d46aa40a994afc7657c7790b5020386d9.tar.gz historical-73931e4d46aa40a994afc7657c7790b5020386d9.tar.bz2 historical-73931e4d46aa40a994afc7657c7790b5020386d9.zip |
Version bump, fixes bug #75428.
Diffstat (limited to 'app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild')
-rw-r--r-- | app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild b/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild new file mode 100644 index 000000000000..f0d3d036a630 --- /dev/null +++ b/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-1.44.3.ebuild,v 1.1 2005/02/06 14:43:18 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/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc ~amd64" +IUSE="" + +DEPEND="virtual/emacs" + +SITEFILE=50${PN}-gentoo.el + +src_compile() { + einfo "Bytecode compilation not available" +} + +src_install() { + elisp_src_install + dodoc HISTORY LISEZMOI README +} |