# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Provides Abstract Data Types (ADTs) Includes queue, dynamic array, hash and key value ADT." HOMEPAGE="http://www.vergenet.net/linux/vanessa/" SRC_URI="http://www.vergenet.net/linux/vanessa/download/vanessa_adt/0.0.6/vanessa_adt-0.0.6.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-libs/vanessa-logger-0.0.6" S=${WORKDIR}/vanessa_adt-0.0.6 src_install() { einstall || die dodoc AUTHORS NEWS README TODO }