diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-13 10:03:22 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-13 10:03:22 +0000 |
commit | 631bf419e012b5e01a507f66f6b053cc7491ba24 (patch) | |
tree | 129a3cf000d70b83ae61c8147f411a92505bc64a /dev-libs/dvmysql | |
parent | new package - probabilistic information retrieval library (diff) | |
download | historical-631bf419e012b5e01a507f66f6b053cc7491ba24.tar.gz historical-631bf419e012b5e01a507f66f6b053cc7491ba24.tar.bz2 historical-631bf419e012b5e01a507f66f6b053cc7491ba24.zip |
Fixed IUSE - LICENSE - RDEPEND
Diffstat (limited to 'dev-libs/dvmysql')
-rw-r--r-- | dev-libs/dvmysql/dvmysql-0.4.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/dvmysql/dvmysql-0.4.7.ebuild b/dev-libs/dvmysql/dvmysql-0.4.7.ebuild index f4cbe415e4b2..122e31c67004 100644 --- a/dev-libs/dvmysql/dvmysql-0.4.7.ebuild +++ b/dev-libs/dvmysql/dvmysql-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-0.4.7.ebuild,v 1.1 2003/03/06 18:54:14 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-0.4.7.ebuild,v 1.2 2003/03/13 10:01:16 pvdabeel Exp $ A=dvmysql-${PV}.tar.gz S=${WORKDIR}/dvmysql-${PV} @@ -8,12 +8,14 @@ DESCRIPTION="dvmysql provides a C++ interface to mysql" SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvmysql/download/${A}" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvmysql/html/" KEYWORDS="x86 ppc" -LICENSE="GPL2" +LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="virtual/glibc dev-db/mysql dev-libs/dvutil" +RDEPEND=${DEPEND} src_install() { make prefix=${D}/usr install |