diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:50:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-17 15:50:50 +0000 |
commit | d84b0478ad1c337c80c51414311f8e51850c624e (patch) | |
tree | bd83aed876e5d96ca52850b82ea839312b31af85 | |
parent | qemu-fast flag (diff) | |
download | gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.tar.gz gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.tar.bz2 gentoo-2-d84b0478ad1c337c80c51414311f8e51850c624e.zip |
Changed app-text/tetex to virtual/tetex.
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/log4c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/log4c/log4c-1.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/log4c/log4c-1.0.6.ebuild | 4 |
9 files changed, 24 insertions, 16 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 003170408972..699af0bd9a9d 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.35 2004/05/13 15:03:56 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.36 2004/05/17 15:47:53 usata Exp $ + + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> ghc-6.0.1.ebuild, + ghc-6.0.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1.ebuild, ghc-6.2.ebuild: + Changed app-text/tetex to virtual/tetex. 13 May 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.1.ebuild: fixed patch for ghc-6.2.1; threaded rts now enabled by default (#50758) diff --git a/dev-lang/ghc/ghc-6.0.1.ebuild b/dev-lang/ghc/ghc-6.0.1.ebuild index bcd433a0bda6..7c43800c4335 100644 --- a/dev-lang/ghc/ghc-6.0.1.ebuild +++ b/dev-lang/ghc/ghc-6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.1.ebuild,v 1.5 2004/05/12 11:07:44 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.1.ebuild,v 1.6 2004/05/17 15:47:53 usata Exp $ #Some explanation of bootstrap logic: # @@ -52,7 +52,7 @@ DEPEND="virtual/ghc =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.4 - tetex? ( >=app-text/tetex-1.0.7 + tetex? ( virtual/tetex >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu diff --git a/dev-lang/ghc/ghc-6.0.ebuild b/dev-lang/ghc/ghc-6.0.ebuild index 5499942151dc..428f027eae55 100644 --- a/dev-lang/ghc/ghc-6.0.ebuild +++ b/dev-lang/ghc/ghc-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.ebuild,v 1.4 2004/05/12 11:07:44 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.ebuild,v 1.5 2004/05/17 15:47:53 usata Exp $ #Some explanation of bootstrap logic: # @@ -52,7 +52,7 @@ DEPEND="virtual/ghc =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.4 - tetex? ( >=app-text/tetex-1.0.7 + tetex? ( virtual/tetex >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu diff --git a/dev-lang/ghc/ghc-6.2-r1.ebuild b/dev-lang/ghc/ghc-6.2-r1.ebuild index b5f323e93dcd..fce44efc9cb3 100644 --- a/dev-lang/ghc/ghc-6.2-r1.ebuild +++ b/dev-lang/ghc/ghc-6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2-r1.ebuild,v 1.3 2004/05/12 11:07:44 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2-r1.ebuild,v 1.4 2004/05/17 15:47:53 usata Exp $ #Some explanation of bootstrap logic: # @@ -52,7 +52,7 @@ DEPEND="virtual/ghc =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.6-r2 - tetex? ( >=app-text/tetex-1.0.7 + tetex? ( virtual/tetex >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu diff --git a/dev-lang/ghc/ghc-6.2.1.ebuild b/dev-lang/ghc/ghc-6.2.1.ebuild index c362c75076fb..fe23704d3c71 100644 --- a/dev-lang/ghc/ghc-6.2.1.ebuild +++ b/dev-lang/ghc/ghc-6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1.ebuild,v 1.4 2004/05/13 15:03:56 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1.ebuild,v 1.5 2004/05/17 15:47:53 usata Exp $ #Some explanation of bootstrap logic: # @@ -52,7 +52,7 @@ DEPEND="virtual/ghc =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.6-r2 - tetex? ( >=app-text/tetex-1.0.7 + tetex? ( virtual/tetex >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu diff --git a/dev-lang/ghc/ghc-6.2.ebuild b/dev-lang/ghc/ghc-6.2.ebuild index 7e1598d7153c..0155cc9839af 100644 --- a/dev-lang/ghc/ghc-6.2.ebuild +++ b/dev-lang/ghc/ghc-6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.6 2004/05/12 11:07:44 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.7 2004/05/17 15:47:53 usata Exp $ #Some explanation of bootstrap logic: # @@ -52,7 +52,7 @@ DEPEND="virtual/ghc =app-text/docbook-sgml-dtd-3.1-r1 >=app-text/docbook-dsssl-stylesheets-1.64 >=dev-haskell/haddock-0.6-r2 - tetex? ( >=app-text/tetex-1.0.7 + tetex? ( virtual/tetex >=app-text/jadetex-3.12 ) ) opengl? ( virtual/opengl virtual/glu diff --git a/dev-libs/log4c/ChangeLog b/dev-libs/log4c/ChangeLog index 25ee6e22dbe2..1ce09b7a8374 100644 --- a/dev-libs/log4c/ChangeLog +++ b/dev-libs/log4c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/log4c # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.9 2004/04/03 23:49:28 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.10 2004/05/17 15:50:50 usata Exp $ + + 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> log4c-1.0.6-r1.ebuild, + log4c-1.0.6.ebuild: + Changed app-text/tetex to virtual/tetex. 04 Apr 2004; Lars Weiler <pylon@gentoo.org> log4c-1.0.6-r1.ebuild: stable on ppc diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild index c9d28b35589e..4203970dfe01 100644 --- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild +++ b/dev-libs/log4c/log4c-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.13 2004/04/03 23:49:28 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.14 2004/05/17 15:50:50 usata Exp $ DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 sparc ppc" DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 >=media-gfx/graphviz-1.7.15-r2 - >=app-text/tetex-1.0.7-r9" + virtual/tetex" src_compile() { diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index 0970c06aa1c9..83c3918b5c9d 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.12 2004/03/14 12:23:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.13 2004/05/17 15:50:50 usata Exp $ DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 sparc" DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 >=media-gfx/graphviz-1.7.15-r2 - >=app-text/tetex-1.0.7-r9" + virtual/tetex" src_compile() { econf || die |