summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-06-13 20:50:37 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-06-13 20:50:37 +0000
commit570e4849d2a29838576e702279691f38da1a7817 (patch)
tree0a58d640c5eba4cf9034b11e25e60f2d5d508054
parentAdd new version for Gnome 2.30 (diff)
downloadgentoo-2-570e4849d2a29838576e702279691f38da1a7817.tar.gz
gentoo-2-570e4849d2a29838576e702279691f38da1a7817.tar.bz2
gentoo-2-570e4849d2a29838576e702279691f38da1a7817.zip
Version bump dev-haskell/haddock to 2.6.1 (masked).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--dev-haskell/haddock/ChangeLog8
-rw-r--r--dev-haskell/haddock/haddock-2.6.1.ebuild (renamed from dev-haskell/haddock/haddock-2.6.0.ebuild)5
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-haskell/haddock/ChangeLog b/dev-haskell/haddock/ChangeLog
index 2fdcd60db0f1..6ac21f24f72a 100644
--- a/dev-haskell/haddock/ChangeLog
+++ b/dev-haskell/haddock/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/haddock
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.71 2010/05/31 18:19:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.72 2010/06/13 20:50:37 kolmodin Exp $
+
+*haddock-2.6.1 (13 Jun 2010)
+
+ 13 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> -haddock-2.6.0.ebuild,
+ +haddock-2.6.1.ebuild:
+ Version bump.
31 May 2010; Joseph Jezak <josejx@gentoo.org> haddock-2.4.2.ebuild,
haddock-2.6.0.ebuild:
diff --git a/dev-haskell/haddock/haddock-2.6.0.ebuild b/dev-haskell/haddock/haddock-2.6.1.ebuild
index d6160f496a0f..34f869f40208 100644
--- a/dev-haskell/haddock/haddock-2.6.0.ebuild
+++ b/dev-haskell/haddock/haddock-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.0.ebuild,v 1.5 2010/05/31 18:19:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.1.ebuild,v 1.1 2010/06/13 20:50:37 kolmodin Exp $
CABAL_FEATURES="bin lib"
# don't enable profiling as the 'ghc' package is not built with profiling
@@ -22,8 +22,6 @@ IUSE="doc"
RDEPEND=">=dev-lang/ghc-6.12"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
- dev-haskell/alex
- dev-haskell/happy
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
@@ -58,6 +56,7 @@ src_unpack() {
eautoreconf
fi
+
}
src_compile () {