diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2005-01-21 10:37:42 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2005-01-21 10:37:42 +0000 |
commit | 27abbc026497d69d927a82e5c67cd5423e86ab6f (patch) | |
tree | ee2ebd7c5e2e1b7a68cf3b657ada5f6887f6f211 /dev-haskell | |
parent | Stable on ppc64 (diff) | |
download | historical-27abbc026497d69d927a82e5c67cd5423e86ab6f.tar.gz historical-27abbc026497d69d927a82e5c67cd5423e86ab6f.tar.bz2 historical-27abbc026497d69d927a82e5c67cd5423e86ab6f.zip |
Removed old version due to nhc98 dependency.
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alex/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/hdoc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hdoc/files/digest-hdoc-0.8.2 | 1 | ||||
-rw-r--r-- | dev-haskell/hdoc/hdoc-0.8.2.ebuild | 39 |
4 files changed, 6 insertions, 43 deletions
diff --git a/dev-haskell/alex/Manifest b/dev-haskell/alex/Manifest index cc1fd9ed929b..0d16d532cc80 100644 --- a/dev-haskell/alex/Manifest +++ b/dev-haskell/alex/Manifest @@ -1,4 +1,4 @@ -MD5 c8e21be56af7b34f8656774cb8429095 ChangeLog 785 -MD5 f0da6bed5b5f8f5d47cb382152dfcd70 alex-2.0.ebuild 1948 +MD5 bbac1181d06d7b54f96d910705cfbb84 alex-2.0.ebuild 2171 +MD5 3597b54be2cc4863050ddf7d723c0a7c ChangeLog 897 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 382124e3a01f9c689abce012ade88a67 files/digest-alex-2.0 65 diff --git a/dev-haskell/hdoc/ChangeLog b/dev-haskell/hdoc/ChangeLog index 939d4c4aedf1..7add028f2480 100644 --- a/dev-haskell/hdoc/ChangeLog +++ b/dev-haskell/hdoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hdoc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.6 2005/01/01 18:04:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.7 2005/01/21 10:37:42 kosmikus Exp $ + + 21 Jan 2005; Andres Loeh <kosmikus@gentoo.org> -hdoc-0.8.2.ebuild: + Removed old version. *hdoc-0.8.3 (21 Oct 2004) diff --git a/dev-haskell/hdoc/files/digest-hdoc-0.8.2 b/dev-haskell/hdoc/files/digest-hdoc-0.8.2 deleted file mode 100644 index cddf1119fae8..000000000000 --- a/dev-haskell/hdoc/files/digest-hdoc-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3e71a2f29c3ebea04888071cbf8c7edf hdoc-0.8.2.tar.gz 215643 diff --git a/dev-haskell/hdoc/hdoc-0.8.2.ebuild b/dev-haskell/hdoc/hdoc-0.8.2.ebuild deleted file mode 100644 index 8145b2a705f7..000000000000 --- a/dev-haskell/hdoc/hdoc-0.8.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.2.ebuild,v 1.6 2005/01/01 18:04:54 eradicator Exp $ - -DESCRIPTION="A documentation generator for Haskell" - -HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/" - -LICENSE="GPL-2" - -IUSE="nhc98" -SLOT="0" -KEYWORDS="~x86" - -DEPEND="!nhc98? ( virtual/ghc ) - nhc98? ( dev-lang/nhc98 - dev-haskell/hmake )" -RDEPEND="virtual/libc" - -SRC_URI="http://www.fmi.uni-passau.de/~groessli/hdoc/${P}.tar.gz" - -src_compile() { - if use nhc98 ; then - buildwith="--with-compiler=nhc98" - # I don't see why nhc98 complains in the presence of this - # file, but I am certain that it does no harm to remove it ... - rm hsparser/HsParser.ly - else - buildwith="--with-compiler=ghc" - fi - econf ${buildwith} || die "econf failed" - emake || die "emake failed" -} - -src_install () { - # DESTDIR does not work, but only bindir is used ... - make bindir=${D}/usr/bin install || die - dodoc docs/hdoc.pdf -} |