From 0fa6342711de8659df0298372204666978479735 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 17 Mar 2004 09:06:21 +0000 Subject: fix for bug #44712 by Michael Sterret --- dev-libs/dvenv/dvenv-0.2.2.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'dev-libs/dvenv/dvenv-0.2.2.ebuild') diff --git a/dev-libs/dvenv/dvenv-0.2.2.ebuild b/dev-libs/dvenv/dvenv-0.2.2.ebuild index 29814032af11..aef33d2dfe1b 100644 --- a/dev-libs/dvenv/dvenv-0.2.2.ebuild +++ b/dev-libs/dvenv/dvenv-0.2.2.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvenv/dvenv-0.2.2.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvenv/dvenv-0.2.2.ebuild,v 1.4 2004/03/17 09:03:15 seemant Exp $ -A=dvenv-${PV}.tar.gz -S=${WORKDIR}/dvenv-${PV} DESCRIPTION="dvenv provides polymorphic tree-structured environments, generalizing the Dv::Util::Props class" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/download/${A}" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/html/" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/download/${P}.tar.gz" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" IUSE="" + DEPEND="virtual/glibc dev-libs/dvutil" -RDEPEND=${DEPEND} src_install() { make prefix=${D}/usr install -- cgit v1.2.3-65-gdbad