diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:10:55 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:10:55 +0000 |
commit | 5b76b8113c1109a9cc8c75064e3019fa2be62ff0 (patch) | |
tree | 82d3d3151fae8acfc466bc0d149822e357f2a6f8 /app-xemacs/haskell-mode | |
parent | clean up (diff) | |
download | gentoo-2-5b76b8113c1109a9cc8c75064e3019fa2be62ff0.tar.gz gentoo-2-5b76b8113c1109a9cc8c75064e3019fa2be62ff0.tar.bz2 gentoo-2-5b76b8113c1109a9cc8c75064e3019fa2be62ff0.zip |
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-xemacs/haskell-mode')
-rw-r--r-- | app-xemacs/haskell-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/haskell-mode-1.10.ebuild | 17 |
2 files changed, 6 insertions, 19 deletions
diff --git a/app-xemacs/haskell-mode/ChangeLog b/app-xemacs/haskell-mode/ChangeLog index 25d558f7e2a7..cfd394b5fb6b 100644 --- a/app-xemacs/haskell-mode/ChangeLog +++ b/app-xemacs/haskell-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-xemacs/haskell-mode -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.20 2008/05/12 13:57:19 corsair Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.21 2009/02/20 00:10:55 fauli Exp $ + + 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> + -haskell-mode-1.10.ebuild: + clean up 12 May 2008; Markus Rothe <corsair@gentoo.org> haskell-mode-1.11.ebuild: Stable on ppc64 diff --git a/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild deleted file mode 100644 index 2ad25b2f15fb..000000000000 --- a/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild,v 1.4 2007/07/11 02:37:37 mr_bones_ Exp $ - -SLOT="0" -IUSE="" -DESCRIPTION="Haskell editing support." -PKG_CAT="standard" - -RDEPEND="app-xemacs/dired -app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/edit-utils -" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |