summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-08-10 23:27:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-08-10 23:27:34 +0000
commitcffaa2b9a93d54aa8eefd41e25bd5958e0c8a0c0 (patch)
tree0c511927368c23b879b896434bcad8df6711f773 /app-emacs
parentversion bump (diff)
downloadgentoo-2-cffaa2b9a93d54aa8eefd41e25bd5958e0c8a0c0.tar.gz
gentoo-2-cffaa2b9a93d54aa8eefd41e25bd5958e0c8a0c0.tar.bz2
gentoo-2-cffaa2b9a93d54aa8eefd41e25bd5958e0c8a0c0.zip
clean up
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/sml-mode/ChangeLog6
-rw-r--r--app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog
index c2dbcda56a1e..26554df38489 100644
--- a/app-emacs/sml-mode/ChangeLog
+++ b/app-emacs/sml-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/sml-mode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.24 2012/08/10 23:25:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.25 2012/08/10 23:27:34 fauli Exp $
+
+ 10 Aug 2012; Christian Faulhammer <fauli@gentoo.org>
+ -sml-mode-5.0_beta1.ebuild:
+ clean up
*sml-mode-5.0 (10 Aug 2012)
diff --git a/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild b/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild
deleted file mode 100644
index f50bb689737d..000000000000
--- a/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-5.0_beta1.ebuild,v 1.1 2012/06/02 11:18:16 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-MY_P=${P/_/}
-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/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="${PN}.texi"
-DOCS="BUGS ChangeLog NEWS README TODO"
-
-src_compile() {
- default
-}