summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-28 05:49:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-28 05:49:07 +0000
commitab14c5eb6c07eb515170f03fa2012bd9e8b26c60 (patch)
treef4a74301460042b04a1e8e1bd2bd6e35dd6d58ec /dev-libs
parentscreen run on linux consoles can do color too (Manifest recommit) (diff)
downloadgentoo-2-ab14c5eb6c07eb515170f03fa2012bd9e8b26c60.tar.gz
gentoo-2-ab14c5eb6c07eb515170f03fa2012bd9e8b26c60.tar.bz2
gentoo-2-ab14c5eb6c07eb515170f03fa2012bd9e8b26c60.zip
dep fix; tidy
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/vanessa-logger/ChangeLog6
-rw-r--r--dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild13
2 files changed, 9 insertions, 10 deletions
diff --git a/dev-libs/vanessa-logger/ChangeLog b/dev-libs/vanessa-logger/ChangeLog
index f47504b19dff..0663f028623b 100644
--- a/dev-libs/vanessa-logger/ChangeLog
+++ b/dev-libs/vanessa-logger/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/vanessa-logger
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.10 2004/08/25 14:26:27 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.11 2004/08/28 05:48:19 mr_bones_ Exp $
+
+ 27 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ vanessa-logger-0.0.6.ebuild:
+ dep fix; tidy
*vanessa-logger-0.0.6 (25 Aug 2004)
diff --git a/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild b/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild
index 0ce926d9f862..2e9a68a3fe59 100644
--- a/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild
+++ b/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild,v 1.1 2004/08/25 14:26:27 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild,v 1.2 2004/08/28 05:48:19 mr_bones_ Exp $
DESCRIPTION="Generic logging layer that may be used to log to one or more of syslog, an open file handle or a file name."
HOMEPAGE="http://www.vergenet.net/linux/vanessa/"
@@ -9,18 +9,13 @@ SRC_URI="http://www.vergenet.net/linux/vanessa/download/vanessa_logger/0.0.6/van
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~alpha ~ia64"
-
IUSE=""
-DEPEND="virtual/glibc"
-S=${WORKDIR}/vanessa_logger-0.0.6
-src_compile() {
- econf || die "econf failed"
+DEPEND="virtual/libc"
- emake || die
-}
+S="${WORKDIR}/vanessa_logger-0.0.6"
src_install() {
einstall
- dodoc AUTHORS COPYING NEWS README TODO sample/*.c sample/*.h
+ dodoc AUTHORS NEWS README TODO sample/*.c sample/*.h
}