diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-11-16 07:36:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-11-16 07:36:01 +0000 |
commit | 2071db3ff3d80f7f6d9e206b39e4225b4feef7db (patch) | |
tree | a8ba0fbef5c0e4d1ddca56c592cc0bb4a11de7c8 /app-emacs/sml-mode | |
parent | Remove old. (diff) | |
download | gentoo-2-2071db3ff3d80f7f6d9e206b39e4225b4feef7db.tar.gz gentoo-2-2071db3ff3d80f7f6d9e206b39e4225b4feef7db.tar.bz2 gentoo-2-2071db3ff3d80f7f6d9e206b39e4225b4feef7db.zip |
Remove old.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/sml-mode/files/50sml-mode-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/sml-mode/files/digest-sml-mode-3.9.5 | 3 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-3.9.5.ebuild | 31 |
4 files changed, 5 insertions, 37 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 1d4cbfbcb5ff..17c537c88980 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/sml-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.15 2007/11/16 00:06:37 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.16 2007/11/16 07:36:00 ulm Exp $ + + 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -files/50sml-mode-gentoo.el, + -sml-mode-3.9.5.ebuild: + Remove old. 16 Nov 2007; Steve Dibb <beandog@gentoo.org> sml-mode-4.0.ebuild: amd64 stable, bug 195116 diff --git a/app-emacs/sml-mode/files/50sml-mode-gentoo.el b/app-emacs/sml-mode/files/50sml-mode-gentoo.el deleted file mode 100644 index 7c52fef2f427..000000000000 --- a/app-emacs/sml-mode/files/50sml-mode-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ - -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 b/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 deleted file mode 100644 index 5b8c825d86c7..000000000000 --- a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6496ac75c6db10b4ee34ba03a04375be sml-mode-3.9.5.tar.gz 61639 -RMD160 42655c0ce29d42aba1b65305704c051ccf27304d sml-mode-3.9.5.tar.gz 61639 -SHA256 cb06bb8abd82a9545b95bad71a42cc8a70d5ed464a9a7aa94600d326832333cd sml-mode-3.9.5.tar.gz 61639 diff --git a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild deleted file mode 100644 index 5da95fcdea28..000000000000 --- a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.11 2007/10/08 14:38:32 opfer Exp $ - -inherit elisp - -DESCRIPTION="Emacs major mode for editing Standard ML" -HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/" -SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 x86" -IUSE="" - -SITEFILE=50sml-mode-gentoo.el - -src_unpack() { - unpack ${A} - cat "${FILESDIR}/${SITEFILE}" "${S}/sml-mode-startup.el" >"${WORKDIR}/${SITEFILE}" -} - -src_compile() { - make || die -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${WORKDIR}/${SITEFILE}" - doinfo *.info* - dodoc BUGS ChangeLog NEWS README TODO INSTALL -} |