diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:08:10 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:08:10 +0000 |
commit | 7286e295b911928369646781fb0b776a5c1ae589 (patch) | |
tree | 0ecdf155ddc3671bf7a6ce4b6039c377b53c40c5 /dev-haskell | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-7286e295b911928369646781fb0b776a5c1ae589.tar.gz gentoo-2-7286e295b911928369646781fb0b776a5c1ae589.tar.bz2 gentoo-2-7286e295b911928369646781fb0b776a5c1ae589.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/lhs2tex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild | 8 | ||||
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog index ae07dacd41b5..7f1ef526bf65 100644 --- a/dev-haskell/lhs2tex/ChangeLog +++ b/dev-haskell/lhs2tex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/lhs2tex # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.18 2007/03/13 00:05:58 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.19 2007/10/31 13:08:10 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> lhs2tex-1.10_pre.ebuild, + lhs2tex-1.11.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild index 369ef61a8c93..f598138fc943 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.11 2006/10/12 17:52:08 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.12 2007/10/31 13:08:10 dcoutts Exp $ DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex" @@ -14,8 +14,8 @@ IUSE="doc" S="${WORKDIR}/${P/_pre/pre}" DEPEND=">=dev-tex/polytable-0.7.2 - >=virtual/ghc-5.04 - !>=virtual/ghc-6.6 + >=dev-lang/ghc-5.04 + !>=dev-lang/ghc-6.6 doc? ( dev-lang/hugs98 ) virtual/tetex" diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild index 2fc411db722c..bb6026e8f3a4 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.7 2006/10/15 18:42:43 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.8 2007/10/31 13:08:10 dcoutts Exp $ DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex" @@ -14,7 +14,7 @@ IUSE="doc" S="${WORKDIR}/${P/_pre/pre}" DEPEND=">=dev-tex/polytable-0.8.2 - >=virtual/ghc-6.2.2 + >=dev-lang/ghc-6.2.2 doc? ( dev-lang/hugs98 virtual/tetex )" RDEPEND=">=dev-tex/polytable-0.8.2" |