summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-01 12:36:57 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-01 12:36:57 +0000
commit658f02a22349145eaf5c092a8c39bdefc27e9cc1 (patch)
treecb4e6ab0985b0e45292440f3c4c40acffef4df80 /app-emacs
parentInitial check-in. Fixes bug #57031. (diff)
downloadgentoo-2-658f02a22349145eaf5c092a8c39bdefc27e9cc1.tar.gz
gentoo-2-658f02a22349145eaf5c092a8c39bdefc27e9cc1.tar.bz2
gentoo-2-658f02a22349145eaf5c092a8c39bdefc27e9cc1.zip
Stable on x86. Added to ~alpha and ~ppc-macos.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/sml-mode/ChangeLog5
-rw-r--r--app-emacs/sml-mode/sml-mode-3.9.5.ebuild16
2 files changed, 7 insertions, 14 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog
index c138d92590ec..f8435bf50f04 100644
--- a/app-emacs/sml-mode/ChangeLog
+++ b/app-emacs/sml-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/sml-mode
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.2 2004/06/24 22:24:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.3 2004/11/01 12:36:57 usata Exp $
+
+ 01 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> sml-mode-3.9.5.ebuild:
+ Stable on x86. Added to ~alpha and ~ppc-macos.
*sml-mode-3.9.5 (27 Aug 2003)
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
-}