summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-09-07 06:52:16 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-09-07 06:52:16 +0000
commit9a7f4e071645fd72ebe4d3214f82daa79a51812b (patch)
tree024768e15892a90ea34dc9f449c8ddabca95bbb5 /dev-libs/log4c
parentversion bump, #63028 (Manifest recommit) (diff)
downloadgentoo-2-9a7f4e071645fd72ebe4d3214f82daa79a51812b.tar.gz
gentoo-2-9a7f4e071645fd72ebe4d3214f82daa79a51812b.tar.bz2
gentoo-2-9a7f4e071645fd72ebe4d3214f82daa79a51812b.zip
old version cleanout. Fixed HOMEPAGE on old version.
Diffstat (limited to 'dev-libs/log4c')
-rw-r--r--dev-libs/log4c/ChangeLog6
-rw-r--r--dev-libs/log4c/files/digest-log4c-1.0.61
-rw-r--r--dev-libs/log4c/log4c-1.0.6-r1.ebuild4
-rw-r--r--dev-libs/log4c/log4c-1.0.6.ebuild31
4 files changed, 7 insertions, 35 deletions
diff --git a/dev-libs/log4c/ChangeLog b/dev-libs/log4c/ChangeLog
index e6b8c52e068f..2809a0f810db 100644
--- a/dev-libs/log4c/ChangeLog
+++ b/dev-libs/log4c/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/log4c
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.15 2004/09/07 03:33:46 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.16 2004/09/07 06:52:16 dragonheart Exp $
+
+ 07 Sep 2004; Daniel Black <dragonheart@gentoo.org> log4c-1.0.6-r1.ebuild,
+ -log4c-1.0.6.ebuild:
+ old version cleanout. Fixed HOMEPAGE on old version.
*log4c-1.0.12 (07 Sep 2004)
diff --git a/dev-libs/log4c/files/digest-log4c-1.0.6 b/dev-libs/log4c/files/digest-log4c-1.0.6
deleted file mode 100644
index 6ee33c689912..000000000000
--- a/dev-libs/log4c/files/digest-log4c-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8423cf1b27ede6f80525750515b65419 log4c-1.0.6.tar.gz 238798
diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild
index e94fe38164f4..9493bc9c74ce 100644
--- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild
+++ b/dev-libs/log4c/log4c-1.0.6-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.16 2004/07/14 14:58:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.17 2004/09/07 06:52:16 dragonheart 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"
-HOMEPAGE="http://www.cimai.com/opensource/log4c/"
+HOMEPAGE="http://log4c.sourceforge.net"
SLOT="0"
LICENSE="LGPL-2.1"
diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild
deleted file mode 100644
index d589ca860bf3..000000000000
--- a/dev-libs/log4c/log4c-1.0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.15 2004/07/14 14:58:50 agriffis 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"
-HOMEPAGE="http://www.cimai.com/opensource/log4c/"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND=">=dev-libs/expat-1.95.2
- >=app-doc/doxygen-1.2.15
- >=media-gfx/graphviz-1.7.15-r2
- virtual/tetex"
-
-src_compile() {
- econf || die
-
- # temporary location for font generation (possibly requiring
- # "texconfig font options varfonts" first)
- export VARTEXFONTS=/tmp
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr mandir=${D}/usr/share/man install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
-}