diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 06:30:24 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 06:30:24 +0000 |
commit | 97520ebb0692bb99f24b29b343504440af914e68 (patch) | |
tree | 590ba6a5e9879d29b32c312ed6269b8257b291cd /app-emacs/ocaml-mode | |
parent | Fix error message. (diff) | |
download | gentoo-2-97520ebb0692bb99f24b29b343504440af914e68.tar.gz gentoo-2-97520ebb0692bb99f24b29b343504440af914e68.tar.bz2 gentoo-2-97520ebb0692bb99f24b29b343504440af914e68.zip |
removed src_install, as it is exactly like that in elisp.eclass (make use of DOCS variable)
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index ff0995e3eb37..88020b8cdbbe 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.11 2007/05/12 09:53:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.12 2007/07/03 06:30:24 opfer Exp $ + + 03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> + ocaml-mode-3.09.3-r1.ebuild: + removed src_install, as it is exactly like that in elisp.eclass (make use of + DOCS variable) *ocaml-mode-3.09.3-r1 (12 May 2007) diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild index 5ddcead72278..7dbd1875ec8a 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.09.3-r1.ebuild,v 1.1 2007/05/12 09:53:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.2 2007/07/03 06:30:24 opfer Exp $ inherit elisp @@ -17,13 +17,9 @@ IUSE="" S="${WORKDIR}/${MY_P}/emacs" SITEFILE=50${PN}-gentoo.el +DOCS="README README.itz" + src_compile() { elisp-comp *.el || die "elisp-comp failed" } - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc README README.itz || die "dodoc failed" -} |