diff options
author | 2009-01-29 01:56:31 +0000 | |
---|---|---|
committer | 2009-01-29 01:56:31 +0000 | |
commit | 07258138066b087fda3204d694c7d55b1fcc3efb (patch) | |
tree | 45ccdc7da791796160b55a9acb7e8dc234f44a3d /app-emacs/haskell-mode | |
parent | EAPI=2; respect CC (diff) | |
download | gentoo-2-07258138066b087fda3204d694c7d55b1fcc3efb.tar.gz gentoo-2-07258138066b087fda3204d694c7d55b1fcc3efb.tar.bz2 gentoo-2-07258138066b087fda3204d694c7d55b1fcc3efb.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.3.ebuild | 29 |
2 files changed, 6 insertions, 31 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index 19fd40a2afb4..ac2b4fd221a2 100644 --- a/app-emacs/haskell-mode/ChangeLog +++ b/app-emacs/haskell-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/haskell-mode -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.31 2008/10/06 16:10:58 ulm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.32 2009/01/29 01:56:31 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -haskell-mode-2.3.ebuild: + clean up *haskell-mode-2.4_p20080826 (06 Oct 2008) diff --git a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild deleted file mode 100644 index 0a074e56a550..000000000000 --- a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild +++ /dev/null @@ -1,29 +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/haskell-mode/haskell-mode-2.3.ebuild,v 1.5 2007/12/14 19:30:32 ulm Exp $ - -inherit elisp - -DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs" -HOMEPAGE="http://www.haskell.org/haskell-mode/ - 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="amd64 ppc ~sparc x86" -IUSE="" - -SITEFILE="51${PN}-gentoo.el" - -src_compile(){ - emake || die "emake failed" -} - -src_install() { - elisp-install ${PN} *.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog NEWS README - insinto /usr/share/doc/${PF} - doins *.hs -} |