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
commit97694c7f1941cec84fb6fc70f6d50b16fd4adba7 (patch)
tree7bd2605489492c794752f34f87b09dc92de81379 /app-emacs
parentInitial check-in. Fixes bug #57031. (diff)
downloadhistorical-97694c7f1941cec84fb6fc70f6d50b16fd4adba7.tar.gz
historical-97694c7f1941cec84fb6fc70f6d50b16fd4adba7.tar.bz2
historical-97694c7f1941cec84fb6fc70f6d50b16fd4adba7.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/Manifest4
-rw-r--r--app-emacs/sml-mode/sml-mode-3.9.5.ebuild16
3 files changed, 9 insertions, 16 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/Manifest b/app-emacs/sml-mode/Manifest
index 56c223d3f28c..66da1d9b0368 100644
--- a/app-emacs/sml-mode/Manifest
+++ b/app-emacs/sml-mode/Manifest
@@ -1,5 +1,5 @@
-MD5 342f0643291a3df10477fa8312601020 sml-mode-3.9.5.ebuild 936
-MD5 26d6ac3b8e21e33ac86fb2e503161f0b ChangeLog 381
+MD5 2fff096b83b05894feb346447e1afeac ChangeLog 500
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
+MD5 23b166093c21b7441e39cbbd146a11b3 sml-mode-3.9.5.ebuild 842
MD5 44144fe26337a173aac5ad08c0b67808 files/50sml-mode-gentoo.el 39
MD5 e8471d35a605788298c9a77c5171aafc files/digest-sml-mode-3.9.5 65
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
-}