diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-15 15:41:59 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-15 15:41:59 +0000 |
commit | 3d6429fae0d54b355670eec01baf6fa404afe9fb (patch) | |
tree | a8c75c7828567f2534c45336ed38192d7192ffff /sci-libs | |
parent | Added ~hppa (diff) | |
download | gentoo-2-3d6429fae0d54b355670eec01baf6fa404afe9fb.tar.gz gentoo-2-3d6429fae0d54b355670eec01baf6fa404afe9fb.tar.bz2 gentoo-2-3d6429fae0d54b355670eec01baf6fa404afe9fb.zip |
Update homepage to match the others. Some programs cache the first one they find, so they get the oldest homepage.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/acml/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/acml/acml-2.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 072e676efe23..851c139c6ce0 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/acml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.8 2006/05/10 18:40:23 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.9 2006/05/15 15:41:59 spyderous Exp $ + + 15 May 2006; Donnie Berkholz <spyderous@gentoo.org>; acml-2.5.0.ebuild: + Update homepage to match the others. Some programs cache the first one they + find, so they get the oldest homepage. 10 May 2006; Danny van Dyk <kugelfang@gentoo.org> acml-2.5.0.ebuild, acml-2.7.0.ebuild, acml-3.0.0.ebuild, acml-3.1.0.ebuild: diff --git a/sci-libs/acml/acml-2.5.0.ebuild b/sci-libs/acml/acml-2.5.0.ebuild index 4163965e2440..62aedefee226 100644 --- a/sci-libs/acml/acml-2.5.0.ebuild +++ b/sci-libs/acml/acml-2.5.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-2.5.0.ebuild,v 1.3 2006/05/10 18:37:21 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-2.5.0.ebuild,v 1.4 2006/05/15 15:41:59 spyderous Exp $ inherit eutils DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs" -HOMEPAGE="http://www.developwithamd.com/appPartnerProg/acml/forms/index.cfm?action=home" +HOMEPAGE="http://developer.amd.com/acml.aspx" MY_PV=${PV//\./\-} S=${WORKDIR} |