summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 13:56:19 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 13:56:19 +0000
commit93e55ba925df761b8ff527cb0589b9d3069b416a (patch)
treedd9b99db1374f18600a53dd1149408a48dcf8e12 /dev-haskell/gtk2hs
parentalpha/ia64/sparc stable wrt #214816 (diff)
downloadgentoo-2-93e55ba925df761b8ff527cb0589b9d3069b416a.tar.gz
gentoo-2-93e55ba925df761b8ff527cb0589b9d3069b416a.tar.bz2
gentoo-2-93e55ba925df761b8ff527cb0589b9d3069b416a.zip
Fix bug #220185 in dev-haskell/gtk2hs-0.9.12.1.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r--dev-haskell/gtk2hs/ChangeLog7
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild11
2 files changed, 16 insertions, 2 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog
index ee42c0568b4f..2afd847daa42 100644
--- a/dev-haskell/gtk2hs/ChangeLog
+++ b/dev-haskell/gtk2hs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gtk2hs
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.43 2008/03/17 15:25:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.44 2008/05/04 13:56:19 kolmodin Exp $
+
+ 04 May 2008; Lennart Kolmodin <kolmodin@gentoo.org>
+ gtk2hs-0.9.12.1.ebuild:
+ Add Duncan Coutts' fix when using haddock 0.9.
+ This should close bug #220185.
17 Mar 2008; Raúl Porcel <armin76@gentoo.org> gtk2hs-0.9.11.ebuild,
gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
index 037040178fcc..15093b270eca 100644
--- a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
+++ b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.6 2008/03/17 15:25:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.7 2008/05/04 13:56:19 kolmodin Exp $
inherit base eutils ghc-package multilib toolchain-funcs versionator
@@ -30,6 +30,15 @@ DEPEND="${RDEPEND}
doc? ( >=dev-haskell/haddock-0.8 )
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+
+ sed -i -e '\|docs/reference/haddock.js|d' \
+ -e '/$(foreach LETTER,/,+1 d' \
+ -e '\|\tdocs/reference/gtk2hs.haddock| s/\\//' \
+ "${S}/Makefile.in"
+}
+
src_compile() {
econf \
--enable-packager-mode \