summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/sml-mode/sml-mode-3.9.5.ebuild')
-rw-r--r--app-emacs/sml-mode/sml-mode-3.9.5.ebuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild
index 1e6a92907999..601d8fd509f7 100644
--- a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild
+++ b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-3.9.5.ebuild,v 1.4 2004/06/24 22:24:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-3.9.5.ebuild,v 1.5 2004/11/01 12:36:57 usata Exp $
inherit elisp
DESCRIPTION="Emacs major mode for editing Standard ML"
HOMEPAGE="ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/"
-SRC_URI="ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/sml-mode-3.9.5.tar.gz"
+SRC_URI="ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~alpha ~ppc-macos"
IUSE=""
-DEPEND="virtual/emacs"
-
SITEFILE=50sml-mode-gentoo.el
src_unpack() {
@@ -31,11 +29,3 @@ src_install() {
doinfo *.info*
dodoc BUGS ChangeLog NEWS README TODO INSTALL
}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}