summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:44:30 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:44:30 +0000
commit1a6ab3d8dc1c2c3694fedbd975564544b751f996 (patch)
treec678d66e99dd75e57e16abe5152efee8123b567d /dev-haskell/gtk2hs
parentRemove old comment. (diff)
downloadhistorical-1a6ab3d8dc1c2c3694fedbd975564544b751f996.tar.gz
historical-1a6ab3d8dc1c2c3694fedbd975564544b751f996.tar.bz2
historical-1a6ab3d8dc1c2c3694fedbd975564544b751f996.zip
Does not work with gtksourceview 2.x. Fixes bug #201210.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r--dev-haskell/gtk2hs/ChangeLog6
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild8
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild4
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog
index 824556e44c9c..44e2d3ddcaee 100644
--- a/dev-haskell/gtk2hs/ChangeLog
+++ b/dev-haskell/gtk2hs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/gtk2hs
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.38 2007/11/10 03:10:42 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.39 2007/12/13 00:44:30 dcoutts Exp $
+
+ 12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.11.ebuild,
+ gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
+ Does not work with gtksourceview 2.x. Fixes bug #201210.
*gtk2hs-0.9.12.1 (10 Nov 2007)
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
index 8c5091d0f7db..1d3cacc5d7c7 100644
--- a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
+++ b/dev-haskell/gtk2hs/gtk2hs-0.9.11.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/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.5 2007/10/12 08:41:45 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.6 2007/12/13 00:44:30 dcoutts Exp $
inherit base eutils ghc-package multilib toolchain-funcs versionator
@@ -19,9 +19,9 @@ RDEPEND=">=dev-lang/ghc-6.2
>=x11-libs/gtk+-2
glade? ( >=gnome-base/libglade-2 )
gnome? ( >=gnome-base/libglade-2
- =x11-libs/gtksourceview-1*
- >=gnome-base/gconf-2
- >=gnome-base/librsvg-2.16 )
+ <x11-libs/gtksourceview-2.0
+ >=gnome-base/gconf-2
+ >=gnome-base/librsvg-2.16 )
opengl? ( x11-libs/gtkglext )
seamonkey? ( >=www-client/seamonkey-1.0.2 )
firefox? ( >=www-client/mozilla-firefox-1.0.4 )
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
index 50a0c5790960..aaa8fdba1772 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-2007 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.1 2007/11/10 03:10:42 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.2 2007/12/13 00:44:30 dcoutts Exp $
inherit base eutils ghc-package multilib toolchain-funcs versionator
@@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/ghc-6.4
>=x11-libs/gtk+-2
glade? ( >=gnome-base/libglade-2 )
gnome? ( >=gnome-base/libglade-2
- >=x11-libs/gtksourceview-0.6
+ <x11-libs/gtksourceview-2.0
>=gnome-base/gconf-2 )
svg? ( >=gnome-base/librsvg-2.16 )
opengl? ( x11-libs/gtkglext )
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
index 0afe2afb44b8..d7ffaaf55b71 100644
--- a/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
+++ b/dev-haskell/gtk2hs/gtk2hs-0.9.12.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/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.4 2007/11/09 20:38:16 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.5 2007/12/13 00:44:30 dcoutts Exp $
inherit base eutils ghc-package multilib toolchain-funcs versionator
@@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/ghc-6.2
>=x11-libs/gtk+-2
glade? ( >=gnome-base/libglade-2 )
gnome? ( >=gnome-base/libglade-2
- >=x11-libs/gtksourceview-0.6
+ <x11-libs/gtksourceview-2.0
>=gnome-base/gconf-2 )
svg? ( >=gnome-base/librsvg-2.16 )
opengl? ( x11-libs/gtkglext )