diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:09:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:09:25 +0000 |
commit | a69bc609a568a1d59eca4113cc48c69e61c47a92 (patch) | |
tree | 5ddbf243873aace4709019485ea1161f8dbb5f4a /app-xemacs | |
parent | Version bump. (diff) | |
download | gentoo-2-a69bc609a568a1d59eca4113cc48c69e61c47a92.tar.gz gentoo-2-a69bc609a568a1d59eca4113cc48c69e61c47a92.tar.bz2 gentoo-2-a69bc609a568a1d59eca4113cc48c69e61c47a92.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/haskell-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/files/digest-haskell-mode-1.10 | 3 | ||||
-rw-r--r-- | app-xemacs/haskell-mode/haskell-mode-1.10.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/app-xemacs/haskell-mode/ChangeLog b/app-xemacs/haskell-mode/ChangeLog index c5088d0515ff..4d5a9b3ff033 100644 --- a/app-xemacs/haskell-mode/ChangeLog +++ b/app-xemacs/haskell-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/haskell-mode # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.7 2006/11/12 08:46:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.8 2006/12/22 09:09:25 graaff Exp $ + +*haskell-mode-1.10 (22 Dec 2006) + + 22 Dec 2006; Hans de Graaff <graaff@gentoo.org> +haskell-mode-1.10.ebuild: + Version bump. *haskell-mode-1.08 (12 Nov 2006) diff --git a/app-xemacs/haskell-mode/files/digest-haskell-mode-1.10 b/app-xemacs/haskell-mode/files/digest-haskell-mode-1.10 new file mode 100644 index 000000000000..02964d860ace --- /dev/null +++ b/app-xemacs/haskell-mode/files/digest-haskell-mode-1.10 @@ -0,0 +1,3 @@ +MD5 1bdd8c6895b5465a02047d5e698e086a haskell-mode-1.10-pkg.tar.gz 110342 +RMD160 2649aa305f6fa143570bf6da45503e544a0e0e64 haskell-mode-1.10-pkg.tar.gz 110342 +SHA256 5249094ac04d01dd6396511886bc88e2f73900b514f1fdfae72f6da12c00334f haskell-mode-1.10-pkg.tar.gz 110342 diff --git a/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild new file mode 100644 index 000000000000..228dcd282b2d --- /dev/null +++ b/app-xemacs/haskell-mode/haskell-mode-1.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.1 2006/12/22 09:09:25 graaff 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 ~sparc ~x86" + +inherit xemacs-packages + |