diff options
author | 2015-02-22 12:43:47 +0000 | |
---|---|---|
committer | 2015-02-22 12:43:47 +0000 | |
commit | 4f67bade94f10da1de7be445cf562d39f4adaa77 (patch) | |
tree | 23dd20fcea8bfbff7fdb7051ae31ff7ad84e8c23 /app-benchmarks/stress/stress-1.0.1.ebuild | |
parent | Add initial commit entry (wasn't added in previous commit). (diff) | |
download | gentoo-2-4f67bade94f10da1de7be445cf562d39f4adaa77.tar.gz gentoo-2-4f67bade94f10da1de7be445cf562d39f4adaa77.tar.bz2 gentoo-2-4f67bade94f10da1de7be445cf562d39f4adaa77.zip |
Fix HOMEPAGE, bug #538356. Revbump for 1.0.4 was re-released with GPL-3 license. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/29 by mm1ke.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-benchmarks/stress/stress-1.0.1.ebuild')
-rw-r--r-- | app-benchmarks/stress/stress-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/stress/stress-1.0.1.ebuild b/app-benchmarks/stress/stress-1.0.1.ebuild index b48530602f27..4e279acf3cd2 100644 --- a/app-benchmarks/stress/stress-1.0.1.ebuild +++ b/app-benchmarks/stress/stress-1.0.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.6 2014/08/05 07:59:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.7 2015/02/22 12:43:47 mgorny Exp $ inherit autotools flag-o-matic MY_P="${PN}-${PV/_/}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Imposes stressful loads on different aspects of the system" -HOMEPAGE="http://weather.ou.edu/~apw/projects/stress" +HOMEPAGE="http://people.seas.harvard.edu/~apw/stress" SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" LICENSE="GPL-2" |