diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 11:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 11:18:08 +0000 |
commit | 1bdcfbb76499a2a10251bbde7e0547e89009a120 (patch) | |
tree | 7ae8f7f4db1fe68bc8423d41aac2566a469d0fec /app-benchmarks/cpuburn | |
parent | hppa stable (diff) | |
download | gentoo-2-1bdcfbb76499a2a10251bbde7e0547e89009a120.tar.gz gentoo-2-1bdcfbb76499a2a10251bbde7e0547e89009a120.tar.bz2 gentoo-2-1bdcfbb76499a2a10251bbde7e0547e89009a120.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog index b6acf90c7904..e3004637952a 100644 --- a/app-benchmarks/cpuburn/ChangeLog +++ b/app-benchmarks/cpuburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/cpuburn -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.4 2003/02/12 03:04:18 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.5 2004/03/12 11:17:52 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> cpuburn-1.4.ebuild: + Don't assign default to S; header fix 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords 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" |