Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Christian Faulhammer (opfer)" <opfer@g.o>
Subject: gentoo-x86 commit in dev-haskell/lhs2tex: lhs2tex-1.11.ebuild lhs2tex-1.10_pre.ebuild ChangeLog
Date: Wed, 03 Sep 2008 21:03:25 +0000
opfer       08/09/03 21:03:25

  Modified:             lhs2tex-1.11.ebuild lhs2tex-1.10_pre.ebuild
                        ChangeLog
  Log:
  replace virtual/tetex with virtual/latex-base
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 dev-haskell/lhs2tex/lhs2tex-1.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?r1=1.10&r2=1.11

Index: lhs2tex-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lhs2tex-1.11.ebuild	14 Dec 2007 01:31:45 -0000	1.10
+++ lhs2tex-1.11.ebuild	3 Sep 2008 21:03:25 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.10 2007/12/14 01:31:45 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.11 2008/09/03 21:03:25 opfer Exp $
 
 DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
 HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
@@ -16,7 +16,7 @@
 DEPEND=">=dev-tex/polytable-0.8.2
 	<dev-lang/ghc-6.8
 	=dev-haskell/cabal-1.1.6*
-	doc? ( dev-lang/hugs98 virtual/tetex )"
+	doc? ( dev-lang/hugs98 virtual/latex-base )"
 
 RDEPEND=">=dev-tex/polytable-0.8.2"
 



1.13                 dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?r1=1.12&r2=1.13

Index: lhs2tex-1.10_pre.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lhs2tex-1.10_pre.ebuild	31 Oct 2007 13:08:10 -0000	1.12
+++ lhs2tex-1.10_pre.ebuild	3 Sep 2008 21:03:25 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.12 2007/10/31 13:08:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.13 2008/09/03 21:03:25 opfer Exp $
 
 DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
 HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
@@ -17,7 +17,7 @@
 	>=dev-lang/ghc-5.04
 	!>=dev-lang/ghc-6.6
 	doc? ( dev-lang/hugs98 )
-	virtual/tetex"
+	virtual/latex-base"
 
 src_compile() {
 	# polytable is installed separately



1.23                 dev-haskell/lhs2tex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	12 Mar 2008 12:56:31 -0000	1.22
+++ ChangeLog	3 Sep 2008 21:03:25 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/lhs2tex
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.22 2008/03/12 12:56:31 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.23 2008/09/03 21:03:25 opfer Exp $
+
+  03 Sep 2008; Christian Faulhammer <opfer@g.o>
+  lhs2tex-1.10_pre.ebuild, lhs2tex-1.11.ebuild:
+  replace virtual/tetex with virtual/latex-base
 
   12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
   Removing Andres Loeh (kosmikus, #200333) from metadata.xml.





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-haskell/lhs2tex: lhs2tex-1.11.ebuild lhs2tex-1.10_pre.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in dev-haskell/missingh: missingh-0.14.4.ebuild ChangeLog missingh-0.16.0.ebuild
Previous by date:
gentoo-x86 commit in sys-block/btrace: btrace-0.0.20060428050322.ebuild btrace-0.0.20071210202527.ebuild ChangeLog btrace-0.0.20070730162628.ebuild btrace-0.0.20060614042007.ebuild btrace-0.99.3.ebuild
Next by date:
gentoo-x86 commit in app-misc/muttprint: muttprint-0.72d.ebuild ChangeLog muttprint-0.72a.ebuild muttprint-0.72b.ebuild


Updated Jun 10, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.