diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 914ff821d2c9171d59d78c830c93b4b465321ff8 (patch) | |
tree | 267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/log4c/log4c-1.0.6.ebuild | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2 gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip |
repoman'd
Diffstat (limited to 'dev-libs/log4c/log4c-1.0.6.ebuild')
-rw-r--r-- | dev-libs/log4c/log4c-1.0.6.ebuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index ef3316ca6d3f..510afc13e358 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.0.6.ebuild @@ -1,28 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -LICENSE="LGPL-2.1" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} 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="http://unc.dl.sourceforge.net/sourceforge/log4c/${P}.tar.gz" +SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" HOMEPAGE="http://www.cimai.com/opensource/log4c/index.html" -DEPEND="virtual/glibc - >=dev-libs/expat-1.95.2 +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +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" -RDEPEND="virtual/glibc - >=dev-libs/expat-1.95.2" - src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die + econf || die # temporary location for font generation (possibly requiring # "texconfig font options varfonts" first) |