diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-05 07:59:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-05 07:59:57 +0000 |
commit | b7e518bfbeccd7a7841aef0deb7b4fc054538b71 (patch) | |
tree | 0fffa6ad4b3f4553685417590ac3d905de8080dc /app-benchmarks/stress/stress-0.18.6.ebuild | |
parent | Add fix from upstream for implicit prototypes. (diff) | |
download | gentoo-2-b7e518bfbeccd7a7841aef0deb7b4fc054538b71.tar.gz gentoo-2-b7e518bfbeccd7a7841aef0deb7b4fc054538b71.tar.bz2 gentoo-2-b7e518bfbeccd7a7841aef0deb7b4fc054538b71.zip |
Make description more repoman-happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-benchmarks/stress/stress-0.18.6.ebuild')
-rw-r--r-- | app-benchmarks/stress/stress-0.18.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/stress/stress-0.18.6.ebuild b/app-benchmarks/stress/stress-0.18.6.ebuild index 073209dcd0b2..255789c276be 100644 --- a/app-benchmarks/stress/stress-0.18.6.ebuild +++ b/app-benchmarks/stress/stress-0.18.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.6.ebuild,v 1.9 2011/02/06 05:24:34 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.6.ebuild,v 1.10 2014/08/05 07:59:56 patrick Exp $ inherit flag-o-matic MY_P="${PN}-${PV/_/}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="Imposes stressful loads on different aspects of the system." +DESCRIPTION="Imposes stressful loads on different aspects of the system" HOMEPAGE="http://weather.ou.edu/~apw/projects/stress" SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" |