summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-05-16 14:12:30 +0000
committerUlrich Müller <ulm@gentoo.org>2013-05-16 14:12:30 +0000
commit1e6e68c7b014ddfff190cef3f78f6b4cc68efd4f (patch)
treeccf558982b53ac1e333ef5e2760e693ea64fdea5 /app-emacs/haskell-mode
parentRestore keywording. (diff)
downloadgentoo-2-1e6e68c7b014ddfff190cef3f78f6b4cc68efd4f.tar.gz
gentoo-2-1e6e68c7b014ddfff190cef3f78f6b4cc68efd4f.tar.bz2
gentoo-2-1e6e68c7b014ddfff190cef3f78f6b4cc68efd4f.zip
Remove old.
(Portage version: 2.1.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r--app-emacs/haskell-mode/ChangeLog6
-rw-r--r--app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild31
-rw-r--r--app-emacs/haskell-mode/haskell-mode-2.7.0.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog
index 6f38a197ec57..808e7de5487c 100644
--- a/app-emacs/haskell-mode/ChangeLog
+++ b/app-emacs/haskell-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/haskell-mode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.47 2013/05/16 13:25:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.48 2013/05/16 14:12:30 ulm Exp $
+
+ 16 May 2013; Ulrich Müller <ulm@gentoo.org> -haskell-mode-2.6.4.ebuild,
+ -haskell-mode-2.7.0.ebuild:
+ Remove old.
16 May 2013; Agostino Sarubbo <ago@gentoo.org> haskell-mode-2.9.1.ebuild:
Stable for ppc, wrt bug #469884
diff --git a/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild b/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild
deleted file mode 100644
index d5c0d85142d9..000000000000
--- a/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.6.4.ebuild,v 1.3 2010/01/07 19:23:02 ranger Exp $
-
-inherit elisp
-
-DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs"
-HOMEPAGE="http://projects.haskell.org/haskellmode-emacs/
- http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs"
-SRC_URI="http://projects.haskell.org/haskellmode-emacs/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-DOCS="ChangeLog NEWS README *.hs"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-make-autoload-file haskell-site-file.el || die
- elisp-compile *.el || die
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "If you update from before version 2.5 you must reconfigure,"
- elog "or indentation will not work."
- elog "Read the README file in /usr/share/doc/${PF}."
-}
diff --git a/app-emacs/haskell-mode/haskell-mode-2.7.0.ebuild b/app-emacs/haskell-mode/haskell-mode-2.7.0.ebuild
deleted file mode 100644
index 1578149b68dd..000000000000
--- a/app-emacs/haskell-mode/haskell-mode-2.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.7.0.ebuild,v 1.1 2009/12/02 20:45:14 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs"
-HOMEPAGE="http://projects.haskell.org/haskellmode-emacs/
- http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs"
-SRC_URI="http://projects.haskell.org/haskellmode-emacs/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DOCS="ChangeLog NEWS README *.hs"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-make-autoload-file haskell-site-file.el || die
- elisp-compile *.el || die
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "If you update from before version 2.5 you must reconfigure,"
- elog "or indentation will not work."
- elog "Read the README file in /usr/share/doc/${PF}."
-}