diff options
author | 2004-03-12 11:18:08 +0000 | |
---|---|---|
committer | 2004-03-12 11:18:08 +0000 | |
commit | 2649f7b76ec2678911c42464d41c58ebae1643b2 (patch) | |
tree | b9a682fdaf15645bd127402fb1dee3f6c8316f67 /app-benchmarks/cpuburn/cpuburn-1.4.ebuild | |
parent | hppa stable (diff) | |
download | historical-2649f7b76ec2678911c42464d41c58ebae1643b2.tar.gz historical-2649f7b76ec2678911c42464d41c58ebae1643b2.tar.bz2 historical-2649f7b76ec2678911c42464d41c58ebae1643b2.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-benchmarks/cpuburn/cpuburn-1.4.ebuild')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index 270b8d77f9c3..7aad3f45fd35 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.5 2004/02/22 17:54:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.6 2004/03/12 11:17:52 mr_bones_ Exp $ DESCRIPTION="This program is designed to heavily load CPU chips [testing purposes]" HOMEPAGE="http://users.ev1.net/~redelm/" MY_P="${PV/./_}" SRC_URI="http://users.ev1.net/~redelm/cpuburn_${MY_P}_tar.gz" -S="${WORKDIR}/${P}" LICENSE="GPL-2" SLOT="0" |