diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:38 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:38 +0000 |
commit | f30196c018e1e1b3a11dbcd1998b157eb9d82792 (patch) | |
tree | 8c915f53efe0e557bc4533305ef62a34c7571f96 /dev-util/qtunit | |
parent | sourceforge updates (diff) | |
download | historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.tar.gz historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.tar.bz2 historical-f30196c018e1e1b3a11dbcd1998b157eb9d82792.zip |
sourceforge updates
Diffstat (limited to 'dev-util/qtunit')
-rw-r--r-- | dev-util/qtunit/qtunit-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/qtunit/qtunit-0.9.6.ebuild b/dev-util/qtunit/qtunit-0.9.6.ebuild index d6f97109b0d0..b77bd48b7712 100644 --- a/dev-util/qtunit/qtunit-0.9.6.ebuild +++ b/dev-util/qtunit/qtunit-0.9.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Geert Bevin <gbevin@theleaf.be> -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.6.ebuild,v 1.1 2002/03/15 17:24:11 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.6.ebuild,v 1.2 2002/05/27 17:27:38 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="QtUnit is a unit testing framework for c++" -SRC_URI="http://prdownloads.sourceforge.net/qtunit/${PN}-${PV}.tar.bz2" +SRC_URI="mirror://sourceforge/qtunit/${PN}-${PV}.tar.bz2" HOMEPAGE="http://www.theleaf.be/projects/qtunit" DEPEND="=x11-libs/qt-3*" |