diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
commit | eb652f84b33526ff5dd2e74146f71683e1ad092a (patch) | |
tree | 1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/lhs2tex | |
parent | Sign manifest this time (diff) | |
download | historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.gz historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.bz2 historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.zip |
Drop virtual/ghc in favour of dev-lang/ghc
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-haskell/lhs2tex')
-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" |