diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-13 10:04:05 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-13 10:04:05 +0000 |
commit | 302560a157cd2fa6996c9b133e456101631da85f (patch) | |
tree | 45d3e087439a720c2f2b6fc677a9d5e4b06c4fa0 /dev-libs/dvcgi | |
parent | Fixed IUSE - LICENSE - RDEPEND (diff) | |
download | historical-302560a157cd2fa6996c9b133e456101631da85f.tar.gz historical-302560a157cd2fa6996c9b133e456101631da85f.tar.bz2 historical-302560a157cd2fa6996c9b133e456101631da85f.zip |
Fixed LICENSE - IUSE - RDEPEND
Diffstat (limited to 'dev-libs/dvcgi')
-rw-r--r-- | dev-libs/dvcgi/dvcgi-0.5.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/dvcgi/dvcgi-0.5.7.ebuild b/dev-libs/dvcgi/dvcgi-0.5.7.ebuild index 9c9e1e7bcb7d..300841dacb1b 100644 --- a/dev-libs/dvcgi/dvcgi-0.5.7.ebuild +++ b/dev-libs/dvcgi/dvcgi-0.5.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/dvcgi/dvcgi-0.5.7.ebuild,v 1.1 2003/03/06 18:54:14 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/dvcgi-0.5.7.ebuild,v 1.2 2003/03/13 09:59:26 pvdabeel Exp $ A=dvcgi-${PV}.tar.gz S=${WORKDIR}/dvcgi-${PV} @@ -8,12 +8,14 @@ DESCRIPTION="dvcgi provides a C++ interface for C++ cgi programs" SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/download/${A}" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvcgi/html/" KEYWORDS="x86 ppc" -LICENSE="GPL2" +LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="virtual/glibc dev-libs/dvutil dev-libs/dvnet" +RDEPEND=${DEPEND} src_install() { make prefix=${D}/usr install |