diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:06:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:06:40 +0000 |
commit | d9f6f5adf3995f05ea224d79bc91857cbaceb29e (patch) | |
tree | 449118768896387e29eece0c4cffc01d20168121 /dev-libs/log4cpp | |
parent | fix license/repoman (diff) | |
download | historical-d9f6f5adf3995f05ea224d79bc91857cbaceb29e.tar.gz historical-d9f6f5adf3995f05ea224d79bc91857cbaceb29e.tar.bz2 historical-d9f6f5adf3995f05ea224d79bc91857cbaceb29e.zip |
fix license/repoman
Diffstat (limited to 'dev-libs/log4cpp')
-rw-r--r-- | dev-libs/log4cpp/log4cpp-0.3.4b.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild index 5641c850c030..116257a6a2d9 100644 --- a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild +++ b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild @@ -1,18 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.4 2003/02/13 10:47:33 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.5 2003/08/07 02:05:21 vapier Exp $ -IUSE="" - -S="${WORKDIR}/${P}" - -DESCRIPTION="Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable." -SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/log4cpp/${PN}-0.3.4b.tar.gz" -HOMEPAGE="http://log4cpp.sourcforge.net" +DESCRIPTION="library of C++ classes for flexible logging to files, syslog, IDSA and other destinations" +HOMEPAGE="http://log4cpp.sourcforge.net/" +SRC_URI="mirror://sourceforge/log4cpp/${PN}-0.3.4b.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc" |