diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-28 05:48:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-28 05:48:19 +0000 |
commit | 2fcc8ecb3073d0c309f700fdac4ffab82e1178d6 (patch) | |
tree | 0132e43012841e3f599962d4be3b726930d41fc8 /dev-libs/vanessa-logger | |
parent | dep fix; tidy (diff) | |
download | historical-2fcc8ecb3073d0c309f700fdac4ffab82e1178d6.tar.gz historical-2fcc8ecb3073d0c309f700fdac4ffab82e1178d6.tar.bz2 historical-2fcc8ecb3073d0c309f700fdac4ffab82e1178d6.zip |
dep fix; tidy
Diffstat (limited to 'dev-libs/vanessa-logger')
-rw-r--r-- | dev-libs/vanessa-logger/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/vanessa-logger/Manifest | 14 | ||||
-rw-r--r-- | dev-libs/vanessa-logger/vanessa-logger-0.0.6.ebuild | 13 |
3 files changed, 11 insertions, 22 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/Manifest b/dev-libs/vanessa-logger/Manifest index f0133e0bf0c0..660f042543b5 100644 --- a/dev-libs/vanessa-logger/Manifest +++ b/dev-libs/vanessa-logger/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 4b583acdee10b7f17950043375d1616b ChangeLog 1540 MD5 811c48e46feea5ae7cc31022cdd81133 vanessa-logger-0.0.4_beta2.ebuild 777 -MD5 8adc339acf18405ae6abe1eb01e9e95c ChangeLog 1435 -MD5 78b61f9cac8607db79a056506f71bb75 vanessa-logger-0.0.6.ebuild 788 +MD5 19129b0d9a3963578c7de07513cf6902 vanessa-logger-0.0.6.ebuild 721 MD5 af56181885cd6a9d0afb1243414c2ca3 files/digest-vanessa-logger-0.0.4_beta2 77 MD5 f65a14286eb1226e0ea40b4741e34f0e files/digest-vanessa-logger-0.0.6 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBLKJRKtJO8LeSoosRApGCAJ9JBeE+WxXIGv9M1sbKP00/5BNPUACbBwki -BOb/kkWSMQ46QVv6rr53Ya4= -=aPPx ------END PGP SIGNATURE----- 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 } |