diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-14 19:30:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-14 19:30:33 +0000 |
commit | abbd5b196ab2b28fdfb0aae500c5710979ffc584 (patch) | |
tree | 4b591a4a5e008d222930c5db2c6abdfa1e9c1dfa /app-emacs/haskell-mode | |
parent | dev-dotnet/libgdiplus-1.2.6: Version bump (diff) | |
download | gentoo-2-abbd5b196ab2b28fdfb0aae500c5710979ffc584.tar.gz gentoo-2-abbd5b196ab2b28fdfb0aae500c5710979ffc584.tar.bz2 gentoo-2-abbd5b196ab2b28fdfb0aae500c5710979ffc584.zip |
Version bump, bug #202288.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r-- | app-emacs/haskell-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/haskell-mode/files/digest-haskell-mode-2.4 | 3 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.3.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.4.ebuild | 30 |
4 files changed, 42 insertions, 3 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog index 6b1d9d914593..85481ab357d2 100644 --- a/app-emacs/haskell-mode/ChangeLog +++ b/app-emacs/haskell-mode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/haskell-mode # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.26 2007/12/05 20:17:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.27 2007/12/14 19:30:32 ulm Exp $ + +*haskell-mode-2.4 (14 Dec 2007) + + 14 Dec 2007; Ulrich Mueller <ulm@gentoo.org> haskell-mode-2.3.ebuild, + +haskell-mode-2.4.ebuild: + Version bump, bug #202288. LICENSE is GPL-3 now. No html files to install. 05 Dec 2007; Ulrich Mueller <ulm@gentoo.org> -files/50haskell-mode-gentoo.el, files/51haskell-mode-gentoo.el: diff --git a/app-emacs/haskell-mode/files/digest-haskell-mode-2.4 b/app-emacs/haskell-mode/files/digest-haskell-mode-2.4 new file mode 100644 index 000000000000..97a671427e48 --- /dev/null +++ b/app-emacs/haskell-mode/files/digest-haskell-mode-2.4 @@ -0,0 +1,3 @@ +MD5 de5ff32478154a39bea3adb3b7ce0e94 haskell-mode-2.4.tar.gz 89256 +RMD160 81a1a479eff1dd1bc1cc600db7929c40056f4b6c haskell-mode-2.4.tar.gz 89256 +SHA256 8549e4d3540ae105b151e18f963d420c117a06e97d0ff20f5618544e19684de8 haskell-mode-2.4.tar.gz 89256 diff --git a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild index 7171851a8d0d..0a074e56a550 100644 --- a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild @@ -1,6 +1,6 @@ # 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.4 2007/07/04 23:32:02 opfer Exp $ +# $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 @@ -8,6 +8,7 @@ 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" @@ -22,7 +23,6 @@ src_compile(){ src_install() { elisp-install ${PN} *.{el,elc} elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dohtml *.html *.hs dodoc ChangeLog NEWS README insinto /usr/share/doc/${PF} doins *.hs diff --git a/app-emacs/haskell-mode/haskell-mode-2.4.ebuild b/app-emacs/haskell-mode/haskell-mode-2.4.ebuild new file mode 100644 index 000000000000..108b80eebdeb --- /dev/null +++ b/app-emacs/haskell-mode/haskell-mode-2.4.ebuild @@ -0,0 +1,30 @@ +# 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.4.ebuild,v 1.1 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-3" +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} || die "elisp-install failed" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + || die "elisp-site-file-install failed" + dodoc ChangeLog NEWS README + insinto /usr/share/doc/${PF} + doins *.hs +} |