diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:06:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-17 09:06:21 +0000 |
commit | 0fa6342711de8659df0298372204666978479735 (patch) | |
tree | ec67de87e883ae987057358f99cbe40845643701 /dev-libs/dvenv/dvenv-0.2.2.ebuild | |
parent | Changing build-time FONTDIR in attempt to fix #44854. (diff) | |
download | historical-0fa6342711de8659df0298372204666978479735.tar.gz historical-0fa6342711de8659df0298372204666978479735.tar.bz2 historical-0fa6342711de8659df0298372204666978479735.zip |
fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org>
Diffstat (limited to 'dev-libs/dvenv/dvenv-0.2.2.ebuild')
-rw-r--r-- | dev-libs/dvenv/dvenv-0.2.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
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 |