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 /dev-libs/log4c | |
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.
Diffstat (limited to 'dev-libs/log4c')
-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 |
3 files changed, 9 insertions, 5 deletions
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 |